Could you provide an example and its effect OF,
Using COND on JOB and EXEC both ?
Answer Posted / mahaveer
Step condition will overide the job condition
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
how would you create a temporary dataset? And where will you use them?
Explain how can the submitting users racf authority be overridden in a job stream?
Define concatenating?
Name a few IBM utility programs, and explain its function.
what happens in conversion stage in job processing?
Explain how can the disposition of sysout datasets be set for an entire jobstream?
What are hierarchy levels in 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 /*
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
What is one line to pass PARM from JCL to COBOL?
What are the 4 fields in dd statement?
Is their any set of rules for dd? Explain.
what is use of space parameter in dd statement?
what is the use of JCL?
what is the use of IEBGENER utility?