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
How dummy is used in jcl?
What is the function of the steplib dd statement?
which utility is used a dummy utility?
What is one line to pass PARM from JCL to COBOL?
Is their any set of rules for dd? Explain.
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
What is the significance of addrspc parameter in exec statement?
whats the diff bw the evaluate also and and?
What are the rules employed while naming the steps in a job?
What is the difference between the positional and keyword parameters? Give examples.
Define concatenating?
What is timing concept in mainframe?
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK
How can the attributes of one sms dataset be copied to another dataset?