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 |
What is the difference between a symbolic and an override in executing a PROC?
Given a input file with duplicates how to remove the duplicate records from the file using JCL?
6 Answers CDS, Convergys, TCS,
How to compare 2 files using File-Aid?
What is order of searching of the libraries in a JCL?
How to read records in reverse order in flat file?
Define concatenating?
1) SORT FIELDS=(20,4,CH,D,10,3,CH,D) OUTREC FIELDS=(7:20,4,C' FUTURE ',20,2,10,3,1Z,1,9,13,7, 24,57,TRAN=LTOU,6X'FF') This example illustrates how a fixed-length input data set can be sorted and reformatted for output. The SORTIN LRECL is 80 bytes. The reformatted output records are fixed length with a record size of 103 bytes. SOLRF (the IBM-supplied default) is in effect, so unless the SORTOUT LRECL is specified or available, it will automatically be set to the reformatted record length of 103. in the above example i have some doubts that a) sort fields=(20,4,CH,D,10,3,CH,D) -what exactly it does and this fields related to output record fields or input record fields b)outrec used to refprmat the records after sorting that means could please reply me as soon as possible Thanks. Venkat
IF we are calling a PROC from Jcl...This Proc have 3 steps in it and we want to execute only the second step using the JCL, How to do it?? Please give the answer ASAP:)
What is QSAM error usually when it is occurs?
When will we need to specify Space parameter ?
what is the meaning of 'sysin dd dummy'
What are SD37, SB37, SE37 abends?