Answer Posted / china panda
TIME=0 CAN BE USED AFTER EXEC.
SO IT WILL BE SUCCESSFUL.
AND IT CAN TAKING THE TIME, LEFT BY THE LAST JOB.
HERE IS AN EXAMPLE:
STEP1 EXEC .... TIME=(0,30)
STEP2 EXEC..... TIME=0
iF STEP1 USE 10 SECONDS, THEN STEP CAN USE 20 SECONDS.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Explain the function of dd name parameter with a 2 part structure; audit.report?
What are the parameter we cannot use in procedure?
Explain the function of the steplib dd statement?
how can the same proc be re-used and called by many jobs?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
Explain about ISPF/TSO Commands
How does jcl specify the job to the operating system?
Does jcl support automatic restart?
What is the difference between run mode and addressing mode?
How does jcl act on a cobol code?
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
How to run cobol program using jcl?
when does a dataset go uncataloged?
Differentiate between addressing mode and run mode.
Explain how can a stopped job be started again?