How many days does a job remain in spool
Answers were Sorted based on User's Feedback
Answer / vinay sonar
A job can remain in SPOOL for 24 hours
and a job can run on server for 248 and half days
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / muthiah
it will depend upon the environment default 24 hrs
| Is This Answer Correct ? | 6 Yes | 3 No |
Answer / saravanan
if u give time=nolimit(or)1440 in th job
then the job remain 24 hours in DSAD spool dataset
(or)
if u give time=maximum then the job remains 248 days in
DSAD spool dataset
so this will depends upon ur job time limit
Thank you
| Is This Answer Correct ? | 3 Yes | 5 No |
Answer / lakshmisudha
the jobs willbe stored in spool by depends upon
administrator creation of the that userid
| Is This Answer Correct ? | 0 Yes | 2 No |
Explain the function of //cntl statement?
I have a Symbolic Parameter which can have a value say 01 or 02 etc. Now consider i have another Symbolic parameters which is used to get 3 digit code of months (JAN, FEB, etc) but for that i need to check the first symbolic parameter's value and provide its corresponding month's name in the second symbolic parameter. Say IF sym1 = 01 then sym2='Jan' ENDIF etc... In JCL, IF condition is used for RC, ABEND purposes of a step etc. When i use Symbolic parameter in IF clause it is showing Error message. Is there a way to get the above result possible in JCL. If you could provide me with an example, i would understand it better.
How to send data from cobol program to jcl?
Hi, My dataset have multiple records, say 100. I want to start copy records only after a record contain a specific value that may be in a specific position. Secondly I want to stop copying rest records if certain record contains a specific value. Can it be done using SORT/ICETOOL utilities?
What are the common jcl syntax errors you get? This is not abends?
what are the ways of passing data to a cobol program from jcl?
Describe the EXEC statement, its meaning, syntax and keywords?
Suppose we have 5 steps in a job.No step should be executed After submitting every step in a job
What is the function of job statement in jcl?
In a proc i will concatinate 4 dd statements.i want to overide 3 dd statement through jcl how?
Explain about ISPFTTRC
What are the causes for S0C1, S0C4, S0C5, S0C7, S0CB abends ?