JCL Example:
//
//RUNJCL JOB CLASS=5,MSGCLASS=6,NOTIFY=&SYSUID
//STEP01 EXEC PGM=IEFBR14
//
..
..
If this JCL will run or it'll throw the ERROR?
Answer Posted / nidhi
The JCL will throw error as the first line cannot be blank.
| Is This Answer Correct ? | 12 Yes | 2 No |
Post New Answer View All Answers
What is the function of //jcllib statement?
Can we use DISP=SHR in output file in JCL
Must tape dataset definitions include vol=ser specifications?
What do you know about jcl?
What are some jcl statements that are not allowed in procedures?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
What is the use of symbol // in jcl?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
what happens in execution stage in job processing?
What methodology can be adapted to transfer data to a program that is coded using the exec 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 /*
What is the purpose of dd * statement in jcl?
Explain dd statement in jcl?
Suppose I have five jobs to do. But I want to hold one?
hello friends ,i have exam in Hsbc,pls any on send me placement papers and technical questions on mainframes,thank u