How do you check the syntax of a JCL without running it?
Answer Posted / kasi
U CAN GIVE 'HI JCL' OR 'JCLT' IN COMMAND LINE.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
what is the JCL statement consists of?
Explain how can the submitting users racf authority be overridden in a job stream?
What is the significance of addrspc parameter in exec statement?
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 is multithreading in jcl?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
a dd statement has 2 types of parameters. Name them?
which parameter is used to check the syntax of a jcl without executing it?
Brief description of inline procedure of jcl.
What do you know about jcl?
How do you submit a job for execution?
what are the statements that are not valid to be included in an include statement?
Explain dfsort utility?
which utility is used to sort a file in jcl?
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?