Answer Posted / gaurav
We can set the RETURN-CODE in COBOL which is passed to JCL
| Is This Answer Correct ? | 14 Yes | 0 No |
Post New Answer View All Answers
How would you understand error(execution phase)?
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
What is the function of the steplib dd statement?
Explain the job statement in jcl?
Is condition checking possible in jcl?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
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
How can values be passed from the job stream to an executable program?
How jcl is used for testing batch programs?
how can the same proc be re-used and called by many jobs?
what is JCL?
Explain the purpose of dd * statement in jcl?
which utility is used to sort a file in jcl?
Explain the function of the dd dcb keyword?
which parameter is use to declare the name of dataset in dd statement?