What does the statements: typrun=scan and typrun=hold do in
a JCL statement
Answers were Sorted based on User's Feedback
Answer / shesha
TYPRUN=SCAN will check the JCL for syntax errors alone, the
job is not executed
whereas
TYPRUN=HOLD will hold this JCL without executing it, until
a further notice is given to run it.
| Is This Answer Correct ? | 36 Yes | 4 No |
Answer / guest
typrun=scan checks the JCL for errors, typrun=hold holds the
job until further notice.
| Is This Answer Correct ? | 33 Yes | 4 No |
Explain how can a jobs execution priority be modified?
which utility is used to run a cobol-db2 program?
What u mean by include statement in JCL ?
How to release the Output HELD by using HOLD = YES on DD statement ?
Does jcl support automatic restart?
How can return codes be tested before execution of a job step?
I have a JCL with 10 steps, want to execute first 5 steps only, what are ways of doing it?is it possible to control through JOB card?
the command to open a dataset directly from the JCL instead of opening it separately using 3.4 option.
what is the difference between return code and maxcc?
How to check empty file in jcl?
How does jcl specify the job to the operating system?
Can you code instream data in a PROC ?