What is the error in the following JCL statements :
I) //step#three exec pgm=hkbc762
ii) //step#3 exec pgm = hkbc762
iii) //step#3 exec pgr = hkbc672
Answer Posted / krishna
3 IS WRONG
BECUASE IN THE THIRD STMT PGR USED BUT IT IS PGM MEANS IT SPECIFIES THE PROGRAM NAME TO BE EXECUTED.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How can the attributes of one sms dataset be copied to another dataset?
Can I share my data with other jobs? How?
in ways data can be passed to a COBOL program from JCL?
what is DSN in JCL and what are the parameters to declare the DSN?
How does jcl specify the job to the operating system?
What do you know about jcl?
which utility is used a dummy utility?
Is their any set of rules for dd? Explain.
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?
What is the syntax of JCL statement?
what is use of dcb parameter in dd statement?
Why block size is multiple of lrecl in jcl?
What are steplib and joblib?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
What is the use of symbol // in jcl?