i have a jcl in which 4 & 5 step creates a new generation. 4th step output is as input for the 6th step & 5th step output is used as input in the 7th step. How they are refered as in the 6th & 7th steps? If the job abends in 6th step then how the 5th step output is refered in 7th step?
IBM,
1 6386i have a jcl in which 4 & 5 step creates a new generation. 4th step output is as input for the 6th step & 5th step output is used as input in the 7th step. How they are refered as in the 6th & 7th steps? If the job abends in 6th step then how the 5th step output is refered in 7th step?
IBM,
6 11897What is a Proc ? why do we go for a Proc ? What are the types of procs?Can we have nesting in Procs ?
9 15289I have a JCL which 20 steps. How do I execute 17 th step alone (It should execute only 17ths tep.and it should not execute 18,19,20 steps??
9 64849I have 5 generations in my GDG. How do I code in the JCL to consider all the 5 versions of the GDG ?
5 22486
In sms datasets, what is the function of the dd mgmtclas keyword?
What are s0c1, s0c4, s0c5, s0c7 and socb?
Explain the hierarchy levels in jcl?
what is use of dsn parameter in dd statement?
How to override loadlib?
what is use of disp parameter in dd statement?
Is automatic restart possible in jcl?
In job processing, what happens in execution stage?
Which statement is used to identify the private libraries in job?
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
Explain how can the submitting users racf authority be overridden in a job stream?
What are steplib and joblib? What for they are used?
What do you know about jcl?
What are the parameter we cannot use in procedure?
How can a stopped job be started again?