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 |
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
how do you access an uncataloged dataset in a jcl?
what is “Cond= even” and “Cond=only”?
Explain about LMQUERY�give a dialog information about a data set
IF we are calling a PROC from Jcl...This Proc have 3 steps in it and we want to execute only the second step using the JCL, How to do it?? Please give the answer ASAP:)
What is the purpose of include statement in a JCL?
Please give me the coding for converting VB to FB and FB to VB
How to execute 2nd and 4th steps among 5 steps in jcl proc?
What is the difference between specifying DISP=OLD and DISP=SHR for a dataset?
Which statement is used to identify the private libraries in job?
What is the function of the dd mgmtclas keyword in sms datasets?
What is S322 abend ?