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 / piyush mani
1 is wrong bcoz we cant code stepname more than 8 charecter
2 is ok..
3 is wrong bcoz pgr is not a valid it shd b pgm..
give ur feedback.....thanks
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What are the 2 types of parameters in dd statement?
What do you understand by the term job time – out and how can you overcome that?
what is the purpose of coding class parameter in job statement?
Explain the function of a dd statement?
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?
What is the use of disp parameter?
When output dataset space is required, what quantity categories are used?
Which dd parameters are required?
Differentiate between addressing mode and run mode.
Is there any command to check wether the ps file is in sorted order?
what is the use of IEBGENER utility?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
What is the use of symbol // in jcl?
Where & How Do You Code Identifier In Jcl?