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 / mohan.chepuri
1)is wrong
job name should be maintain 8 char
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
What do you know about jcl?
What are the utility programs in jcl?
What does a disposition of (MOD,DELETE,DELETE) mean ?
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
how JCL works?
Does jcl support automatic restart?
How does jcl act on code(if you take a cobol program)?
What is condition checking in jcl? Is this possible?
Explain how can an in-stream dataset be terminated?
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
When space is allocated for an output dataset, what units can be used?
What is the function of dd disp parameter?
How to do automated restart when a job abend?
How is the record format of an output dataset specified?
what operation is performed by job statement?