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 / debasish kumar pothal.
yes, the JCL will throw an error as the 1st line should not
be let blank and there is no job card in the 1st line...
without the job card the JCL cannot run any program.
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
Is it possible to define dd statements as you want?
What do you understand by the term job time – out and how can you overcome that?
which utility is used to run a cobol-db2 program?
What is the function of the dd mgmtclas keyword in sms datasets?
How dummy is used in jcl?
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
When space is allocated for an output dataset, what units can be used?
How does jcl act on a cobol code?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
What is job control language?
which utility is used to sort a file in jcl?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
what sort card you will use to copy the data from one dataset to another dataset?
Explain the function of the steplib dd statement?
how to do automated restart when a job abends?