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 |
i have job card like this //job ***** //step1 exec pgm=iebgener //sysut1 dd dsn=main.sss,disp=shr // dd dsn=main1.sss,disp=shr // dd dsn=main2.sss,disp=shr //sysut2 dd dsn=out1.mmm ,disp=(new,catlg,delete) dcb=( ) // sysin dd * like this what i have to do to skip dsn=main1.sss please giveme answer asap
Explain about File Tailoring
what is the purpose of SYSOUT parameter in the DD statement?
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?
TIME parameter in JOB statement or EXEC statement specifies What type of time (CPU time or execution time)?
what modification we need to do in jcl if we use sort in cobol? I mean whether we need to include temporary file used for sorting in assign statement?
I have 15 flat files. each record in the files have the monthly salary for 12 months with the employee number. Now I want to concatenate the 15 files such that for the employee numbers that are common the o/p file should have only one record and the salaries should be concatenated to that record. How can we do it with JCL?
What does a disposition of (NEW,CATLG,KEEP) mean?
wht r s722,s822,s122 and s222 abends pls reply fast
Which is the most widely used batch performance monitor for DB2?
I have 20 steps in a job... step01, 02....step17...step20. For some reason I want to execute step17 only if the return code for all the previous steps are less than or equal to 4. otherwise if return code for any of the previous 16 steps is greater than 4, then step17 should be bypassed. How do I do that ?? how and in which step should i formulate COND parameter