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 |
what happens when time=0 is given in jcl code. what happens when blksize=0 is given in jcl code. what is symbolic and overriding parameters and a example program.
How to view the hexa decimal value thru file aid if copy book is not present for that particular data
What is JOBLIB ?
What is difference between Return Code, user completion code, Abend code and reason Code?
How is a GDG base created?
in a series of 10 steps, i need to run only 1,3,5,7 & 9th steps only. how do u code?
Which dd parameters are required?
Can we use COND=EVEN on a job card, when jobs are scheduled through scheduler?
hi friends........if u know syntax of IEBEDIT IN JCL
Definition of COND parameter in JCL
wht is the d/f between positional parameter n keyword parameter ?
what are the technical terms for // /* in jcl