Answer Posted / g
previous ans is correct
| Is This Answer Correct ? | 8 Yes | 7 No |
Post New Answer View All Answers
What happens if both JOBLIB & STEPLIB is specified ?
How to do automated restart when a job abend?
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
Are there any set of rules for the names of the steps used in a job? What are they?
//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 is one line to pass PARM from JCL to COBOL?
How does the jcl specify the job to os?
Explain the jcl exec statement?
What is the function of the dd dcb keyword?
Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC
What do you know about jcl?
Explain in DD statement what is the use of DCB parameter?
What is use of restart and how to use it?
what is the use of JCL?
How jcl is used for testing batch programs?