Answer Posted / nataraj
job will be terminate
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
List the different jcl statements that are not permitted in the procedures?
How does jcl act on code(if you take a cobol program)?
Why include statement is used in a jcl?
I need exexution process for JCL programs
What is multithreading 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 /*
What is the function of job statement in jcl?
What is the purpose of dd?
What is the purpose of the dd keylen parameter?
What does a disposition of (MOD,DELETE,DELETE) mean ?
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
Explain the function of //jcllib statement?
how can the same proc be re-used and called by many jobs?
what are the types of abends that occur on job failure? And explain the possible causes of these
Explain the function of dd disp parameter?