How do you check the syntax of a JCL without running it?
Answer Posted / x
JJ also works depending on installation
| Is This Answer Correct ? | 17 Yes | 1 No |
Post New Answer View All Answers
which utility is used to run a cobol-db2 program?
What is the significance of addrspc parameter in the exec statement?
What are steplib and joblib? What for they are used?
what is DSN parameter and DISP parameter is used for?
Can we use DISP=SHR in output file in JCL
List the different jcl statements that are not permitted in the procedures?
How can an in-stream dataset be terminated?
What is the function of the steplib dd statement?
What is the difference between run mode and addressing mode?
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
List in order the hierarchical levels of jcl?
Explain how can return codes be tested before execution of a job step?
how to compare two datasets without using superce because output is limited to 133 bytes
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
how do you access an uncataloged dataset in a jcl?