In JCL..for TIME Parameter was specified both JOB &
STEP..which one is overrides
Answer Posted / harsha
Naidu is correct.
Time parameter coded on Job will override time parameter on
STEP.
| Is This Answer Correct ? | 4 Yes | 5 No |
Post New Answer View All Answers
how JCL works?
Explain about LMQUERY�give a dialog information about a data set
how can the same proc be re-used and called by many jobs?
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
How jcl is used for testing batch programs?
What do you understand by the terms: joblib and steplib?
How can a stopped job be started again?
What is the maximum length of a single line of jcl?
What are steplib and joblib? What for they are used?
What is the purpose of disp parameter?
How do you create a temporary dataset?
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
State the uses of syspring, sysin, sort fields, sum fields and dummy.
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
Is it possible to left uncode disp? If yes, how?