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 / muttiah
All the three statements are wrong.
1. Stepname is more than 8 char's
2. There is a space between 'pgm = hkbc762'
3. The name of PGM is given as PGR.
The correct statement would be
//STEP#3 EXEC PGM=HKBC762. --- TRY THIS.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How jcl work to handle various input output file operations?
List the different components of jcl statement?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
Describe the various parameters utilized in the creation of a gdg?
What is the function of job statement in jcl?
what is use of disp parameter in dd statement?
What is the difference between run mode and addressing mode?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
What are some jcl statements that are not allowed in procedures?
Where & How Do You Code Identifier In Jcl?
What do you understand by the term job time – out and how can you overcome that?
What is one line to pass PARM from JCL to COBOL?
What is the purpose of dd * statement in jcl?
Is acct parameter mandatory?
Name the statement which can be used to send data to another mvs jes3 node?