How do you check the syntax of a JCL without running it?
Answer Posted / jdriley
You can also use JEM (if your installation has it.)
| Is This Answer Correct ? | 34 Yes | 2 No |
Post New Answer View All Answers
What dd statement is used to supply the name of a dataset?
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
What are the parameters that are used in creating a gdg?
Explain how can the attributes of one sms dataset be copied to another dataset?
Differentiate between addressing mode and run mode.
what is JCL?
Suppose I have five jobs to do. But I want to hold one?
Which statement is used to identify the private libraries in job?
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 the difference between jcl and jes?
Explain the jcl exec statement?
What are the 4 fields in dd statement?
In sms datasets, what is the function of the dd mgmtclas keyword?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?