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 |
We are using 2 files , file one has data, file two is empty.Using jcl how can we find the other file is empty?
WHAT WILL HAPPEN TO A FILE IF DISP=(MOD,DELETE,DELETE)
List some valid operation codes in JCL
i have a jcl calling proc which has 10 steps, i want to execute from step5 to step10, where can i code RESTART and COND parameter?
what is the purpose of coding notify parameter in job statement?
Name a few IBM utility programs, and explain its function.
What is one line to pass PARM from JCL to COBOL?
What are the default system and catalog libraries in JCL?
IN MY JCL I VE 8 STEPS I WANT TO EXCUTE STEP 8 FIRST THEN EXCUTE STEP 4 ,HOW WILL EXCUTE STEP 8 BEFORE STEP 4?
7 Answers Cognizant, IBM, IGT,
FOR a GDG, the book by 'SABA ZAMEER' says 'We can NOT ALTER the LIMIT parameter after it is defined'. (p-211). But many persons have written that it can be changed, which one is true ?
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
Explain the function of dd disp parameter?