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
is there any way to execute more than one proc in the same exec statement at the same time..?
what are the various stages of job processing?
What is the function of dd name parameter with a 2 part structure; audit.report?
what is DSN parameter and DISP parameter is used for?
Explain how can values be passed from the job stream to an executable program?
Explain the function of the steplib dd statement?
List the different jcl statements that are not permitted in the procedures?
What is timing concept in mainframe?
How can unused space allocation be returned to the system when a dataset is closed?
What are steplib and joblib? What for they are used?
What is NOTCAT ?
What are the 4 fields in dd statement?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
How does jcl act on code(if you take a cobol program)?
which utility is used to run a cobol-db2 program?