What is a JCL Command statement ?
Answer / guest
Use the COMMAND statement to specify an MVS™ or JES command
that the system issues when the submitted JCL is converted.
The COMMAND statement is the preferred way within the job
control language to specify commands, rather than using the
JCL command statement, which is described in JCL Command
Statement.
| Is This Answer Correct ? | 0 Yes | 2 No |
can u execute a proc from another proc?
COND -> step1 . . step2, Step2, Executes if the CC of step1 is 0. But even if it is NOT 0 and if we dont give COND, will step2 be executed ?
What does SYSIN * indicate?
define cond parameter in jcl?
What is model dataset label(Model DSCB)?
Explain the function of dd name parameter with a 2 part structure; audit.report?
What is the function of dd name parameter with a 2 part structure; audit.report?
How do you check the syntax of a JCL without running it?
what is inrec fields and outrec fields in sorting
What is jcl in mainframe, and how many types of jcl statements are there for a job?
A job has 90 steps i want to execute only step7 and step15
1.How to check for the errors using TYPRUN=SCAN?What will be the output if we give TYPRUN=SCAN?