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 to Enter The Spool Area In Real Time?
wht r s722,s822,s122 and s222 abends pls reply fast
I have three files for one step i need to override the third file how to do that in jcl?
when GDG version number get changed ? bcz always Generations only increasing.
What is a MODEL Paramater in GDG ?
how to compress the data set
For how long a job can be executed continuously in a mainframe ?
How to fetch even records from one file to another file by using ICETOOL in JCL?
How to submit jcl through a cobol program?
how to identify the file used in the JCL is an VSAM file. Just seeing the JCL code how can we track the file as VSAM file?
what is d/f b/w sysout & sysprint
i have 3 steps in my jcl, where i want to run only one step at a time depending on the variable. How should i give the condition statement... I have tried this with two steps which is working but not able to add condn for the 3rd step. can anyone help me... I want to know the cond stmt which i can code in step 3 and step4, so that only either step2 or step3 or step4 executes