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 |
How can I write the joblog in the spool on normal end of a job step and direct the joblog to a dataset only if the step abends?
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 Cataloged Procedures?
How to delete AIX ? i) IEBGENER ii) IDCAMS iii) PURGE iv) All of the above
MOD, DELETE; What does a disposition of (,DELETE) mean ?
can we maintain 2 generations with different Lengths in Same GDG ?
Can we use COND=EVEN on a job card, when jobs are scheduled through scheduler?
what is the difference between the JCLLIB and JOBLIB ,and where do we use it ?
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?
How to do automated restart when a job abend?
How can you execute a COBOL program via SYSIN in JCL?
What all are the changes to be made in JCL so as to do testing?