Answer Posted / guest
Jcl which changes during run time i.e. the values for the
jcl such as pgm name , dd name will change .ie same jcl can
be used for various job, equivalent to dynamic sql...
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
Explain the function of the steplib dd statement?
Is acct parameter mandatory?
How to pass data to a program that is coded in an exec statement?
What is jcl in mainframe, and how many types of jcl statements are there for a job?
What statement can be used to send data to another mvs jes3 node?
how to run batch program without jcl?
Is condition checking possible in jcl?
Describe the various parameters utilized in the creation of a gdg?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.
What is condition checking in jcl? Is this possible?
//S10 EXEC PGM=ICETOOL //TOOLMSG DD SYSOUT=* //DFSMSG DD SYSOUT=* //CON DD DSN=VAR.INPUT1,DISP=SHR // DD DSN=VAR.INPUT2,DISP=SHR //OUT DD DSN=VAR.OUTPUT,DISP=(NEW,CATLG,DELETE), // SPACE=(CYL,(5,5)),UNIT=SYSDA //TOOLIN DD * * Splice the needed data from the two VB files together SPLICE FROM(CON) TO(OUT) ON(5,5,CH) WITHALL - WITH(12,5) WITH(22,20) VLENMAX /*
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
How to do automated restart when a job abend?
How is the record format of an output dataset specified?