sidcobo wrote:I need Jobs for compiling cobol, cobol + cics, cobol + cics +DB2 programs.
The
Enterprise COBOL for z/OS Programming Guide contains sample JCL for vanilla COBOL compiles. You'll probably find JCL for COBOL/CICS and COBOL/CICS/DB2 programs in the appropriate CICS manual, although as I'm not a CICS developer and therefore don't know the CICS documents I can't say exactly where.
Also need to know which PDS i should create for puting on them thes source, load and "executable" modules.
Your source and object libraries will be RECFM=FB, LRECL=80. your load library will be RECFM=U; you'll probably want to make the block size equal to a half-track on your virtual DASD. Programs using DB2 will also need a DBRM library with RECFM=FB and LRECL=80; again, not being a CICS developer I don't know what, if any, additional libraries you'll need for programs using CICS.
"You have sat too long for any good you have been doing lately ... Depart, I say; and let us have done with you. In the name of God, go!" -- what I say to a junior programmer at least once a day