if we give TIME=0 how many sec that job/step
Answers were Sorted based on User's Feedback
Answer / suja
time=0 means there is no time limit for that job.
| Is This Answer Correct ? | 19 Yes | 2 No |
If time = 0 , then the job will not be terminated. it may
take a few seconds or minutes or hours.... according to the
classes and priority assigned to it. No time restriction to
it.
| Is This Answer Correct ? | 12 Yes | 1 No |
Answer / hkhatri27
Job will abend with S322 which means job or step time
exceeds the specified limit/program is in a
loop/insufficient time parameter on job or exec statement.
~ Himanshu
| Is This Answer Correct ? | 3 Yes | 2 No |
Answer / nbk choudary
if time=0 job step will execute maximum time and it
depends on the class parameter specified in the jobcard.
if it executes of 10 mins or 20 mins what ever it may be if
it exceed the default time of the class it will abend with
time out.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / om yada
Mr. Ramprasad,
in JOB ststement if we declared TIME=0 then how can take
statement time.
| Is This Answer Correct ? | 0 Yes | 5 No |
What is MOD and when would you use it?
Does the terms, JOBLOG, SPOOL and SYSOUT indicate the same thing, i.e., where JCL and JES messages and statements are written ?
Hi, Please clear me when COND=ONLY and COND=EVEN. Explain me with example.
what do you mean By spooling? Expand SPOOL?
What type of versions we r using in mainframe (jcl, cobol, db2, vsam, cics)?
whats the diff bw the evaluate also and and?
Explain the hierarchy levels in jcl?
if my GDG limit has been kept as 50 and if am trying to put 60 records.what would happen. will there be any abend for this scenario
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?
Wrete a JCL to compare two files and mached records move to onc file & un mached rows wants to another file?
13 Answers CGI, DSRC, IBM,
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
Explain about RECORDING MODE Clause