How to execute 300 steps in a Job?
Answer Posted / manikandan.d
by using procedure we can execute 300 step since each proc
contain max of 255 steps...
one way :
so here we may use 2 proc to execute 300 steps...
another way:
we may use one proc(255 steps) and remaining steps(45 steps)
just include in a same job after that proc
| Is This Answer Correct ? | 2 Yes | 11 No |
Post New Answer View All Answers
Is it possible to left uncode disp?
Explain dfsort utility?
which utility is used to run a cobol-db2 program?
hello friends ,i have exam in Hsbc,pls any on send me placement papers and technical questions on mainframes,thank u
How can the attributes of one sms dataset be copied to another dataset?
How to do automated restart when a job abend?
what are the various stages of job processing?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
Is it possible to left uncode disp? If yes, how?
How to pass data to a program that is coded in an exec statement?
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
Mention the types of job control statements?
What is the function of //cntl statement?
what are the statements that are not valid to be included in an include statement?
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 ?