Answer Posted / meenu
The step coded with cond=even is executed whether there is an error in the previous or not
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
How to alter the parameters for the existing gdg?
What dd statement is used to supply the name of a dataset?
What is timing concept in mainframe?
what is use of space parameter in dd statement?
//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 /*
when does a dataset go uncataloged?
What is NOTCAT ?
What are steplib and joblib? What for they are used?
How can the disposition of sysout datasets be set for an entire jobstream?
Explain dd statement in jcl?
What is job control language?
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
if the submitter of a job wants to inform another user about the job completion, how can it be done?
How do you submit a job for execution?
Explain the function of dd disp parameter?