How to run cobol program using jcl?
Is automatic restart possible in jcl?
What is the function of the dd dcb keyword?
How do you submit a job for execution?
What is the function of the dd mgmtclas keyword in sms datasets?
What is the function of dd name parameter with a 2 part structure; audit.report?
How does the jcl specify the job to os?
Explain the function of the steplib dd statement?
How to submit a jcl from cics?
what operation is performed by job statement?
List in order the hierarchical levels of jcl?
//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 /*
Must tape dataset definitions include vol=ser specifications?
how would you create a temporary dataset? And where will you use them?
what is “Cond= even” and “Cond=only”?