What does the statements: typrun=scan and typrun=hold do in
a JCL statement
Answer Posted / 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 |
Post New Answer View All Answers
which utility is used to run a cobol-db2 program?
What do you understand by the term notcat 2 – gs?
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?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
Is their any limit for data sets?
What is use of restart and how to use it?
how to do automated restart when a job abends?
what are JCLLIB and STEPLIB in JCL?
what is DSN in JCL and what are the parameters to declare the DSN?
How can values be passed from the job stream to an executable program?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
What are the 2 types of parameters in dd statement?
In job processing, what happens in conversion stage?
what is the purpose of coding class parameter in job statement?
Must tape dataset definitions include vol=ser specifications?