if time parameter is not coded on the job card and job step
then what is the default time assigned to the entire job and
for each step in the job by the systyem ?
Answers were Sorted based on User's Feedback
Answer / harsha
There is no default value for TIME. It is installation
defined. Most of the shops has default value of 'NO
LIMIT/1440'.
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / krishnaveni
defaultly it will takes time=1440 that means there is no
cpu limit for the perticular job
| Is This Answer Correct ? | 3 Yes | 1 No |
How to pass data to a program that is coded in an exec statement?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
hi,i have joined in mainframe course recently. ihave a doubt ragarding restart parameter.what is d use of it. and what is d syntax for it. any one give me d answer pls.
What is a GDG
How is the keyword DUMMY used in JCL?
How do you restart a PROC from a particular step?
Can you delete the GDG base without deleting GDG generations ?
How to resolve the error "WER488A JOIN CAPACITY EXCEEDED" I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem? I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem?
wht r different types of sorts ?
How to change default PROCLIB?
We have an output dataset in job with disp parameter as SHR. Can we write data in that file dataset?
There is a procedure in A.B.PROCS(PROC1) (member name is PROC1) //PROCA... There is a call to a procedure PROCA from a JOB. //STEP01 EXEC PROCA ... Here "PROCA" in JOB refers to the actual PROC name or the member name of the PDS where this PROCA is stored.