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
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
Why include statement is used in a jcl?
Is there any command to check wether the ps file is in sorted order?
Explain dfsort utility?
what is use of space parameter in dd statement?
What are steplib and joblib? What for they are used?
what is use of disp parameter in dd statement?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
Explain how can the submitting users racf authority be overridden in a job stream?
what is use of dcb parameter in dd statement?
What is the motivation behind coding class parameter in job statement?
How do you overcome this limitation ?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
Are there any set of rules for the names of the steps used in a job?