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
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
what is the compile process of cobol program expalin with code
Explain the function of a dd statement?
which utility is used a dummy utility?
What do you understand by the term job time – out and how can you overcome that?
What is the significance of addrspc parameter in the exec statement?
Which dd parameters are required?
How would you understand error(execution phase)?
What is multithreading in jcl?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
Name a few IBM utility programs, and explain its function.
Give the syntax of job specifying jcl statement.
What are the 2 types of parameters in dd statement?