What is the error code SOC01 indicate ?
Answer Posted / guest
Operation exception error For e.g. a dataset open error
| Is This Answer Correct ? | 17 Yes | 6 No |
Post New Answer View All Answers
if the submitter of a job wants to inform another user about the job completion, how can it be done?
how can the same proc be re-used and called by many jobs?
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
What is the motivation behind coding class parameter in job statement?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
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 are JCLLIB and STEPLIB in JCL?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
define cond parameter in jcl?
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
what is SOC4 error?
which utility is used to sort a file in jcl?
Is condition checking possible in jcl? If yes, how?
What is the function of job statement in jcl?
Explain the function of a dd statement?