In JCL..for TIME Parameter was specified both JOB &
STEP..which one is overrides
Answer Posted / srinivas
The job time will work for total job and step time will
work for only that step ... so with in that step time the
step should complete else it will abend .. but with in job
time that total job should complete it wont conseder how
much time each step is taking .so job time will over ride
the step time...
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
what is use of disp parameter in dd statement?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
What is multithreading in jcl?
how you will the direct the data to spool using sysout option?
Explain the function of a dd statement?
What is the purpose of disp parameter?
IIN APITUDE THEY GAVE ONLY 10 QUESTIONS.. THEY ARE SIMPLE ONE FROM NUMBER SERIES,BOATS,TIME & DISTANCE,PROFIT &LOSS,FIND OUT THE NUMBER ? 9 25 4 36 81 64 49 AND surveillance SPELLINGS E.T.C
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.
when can a job time-out occur? How to overcome that?
What are the rules employed while naming the steps in a job?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
How dummy is used in jcl?
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
How does jcl act on code(if you take a cobol program)?
What do you understand by the terms: joblib and steplib?