In JCL..for TIME Parameter was specified both JOB &
STEP..which one is overrides
Answer Posted / v khurana
In that case smaller time will be applicable.
| Is This Answer Correct ? | 2 Yes | 10 No |
Post New Answer View All Answers
What is condition checking in jcl? Is this possible?
Are there any set of rules for the names of the steps used in a job? What are they?
What is concatenating?
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
How to pass data to a program that is coded in an exec statement?
Is automatic restart possible in jcl?
How can unused space allocation be returned to the system when a dataset is closed?
How does jcl act on a cobol code?
Explain the function of dd disp parameter?
What is the difference between run mode and addressing mode?
Where can program checkpoints be stored for use in a restart?
Explain the function of dd name parameter with a 2 part structure; audit.report?
What happens if both JOBLIB & STEPLIB is specified ?
How is a type of file defined in the jcl that executes the cobol program?
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.