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 is the function of //jcllib statement?
In job processing, what happens in execution stage?
What are steplib and joblib?
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK
What is Cataloged Procedures?
what is DSN parameter and DISP parameter is used for?
What is the function of a dd statement?
which utility is used a dummy utility?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
How can a jobs execution priority be modified?
is there any way to execute more than one proc in the same exec statement at the same time..?
what is the purpose of coding class parameter in job statement?
how JCL works?
What is the function of the dd dcb keyword?
Explain the function of dd disp parameter?