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 if both JOBLIB & STEPLIB is specified ?
how you can direct the data to spool using SYSOUT option?
Explain dd statement in jcl?
Suppose I have five jobs to do. But I want to hold one?
the command to open a dataset directly from the JCL instead of opening it separately using 3.4 option.
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
Is acct parameter mandatory?
Which statement is used to identify the private libraries in job?
There are 2PROCS in a JCL. I want following conditions to be carried out 1) 1st PROC should be executed as such In second PROC 2) First 4steps should not be executed 3) 5th step should not be executed 4) 6th and 7th step should be executed The change should be done only in the JCL and PROC should be untouched ?
i want to store 20 digits . how will u do it in cobol ?
Is it possible to left uncode disp? If yes, how?
What is the difference between joblib and jcllib statements