what are the various stages of job processing?
No Answer is Posted For this Question
Be the First to Post Answer
what is use of dsn parameter in dd statement?
Ques: How can we code COND parameter in a JCL so that only even steps (or only odd steps) get execute??
What are the default system and catalog libraries in JCL?
what is “Cond= even” and “Cond=only”?
What is Backward Referencing ?
What 3 guidelines do we have to follow when concatenating DD statements?
//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 /*
If the COND parameter is specified in both the JOB and EXEC statements, which one will take precedence? If JOB takes priority and if all the conditions evaluate to false, then will the conditions on the EXEC step be evaluated next?
Can we Execute a job without specifying Job Name in the Job Card?
how to override PROC? please give answer in details. Please mention how to write it in JCL. Thanks in advance.
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
what is JCLLIB and PROCLIB in jcl and their syntax