In my job I have 6 steps. Step01,02,03...step06.
after executing step02 i want to skip step03 and want to
execute step04. and once step04 is done then I want to go
back and execute step03. once step03 is completed I want
execute step05, 06 and so on... can any one tell me how do
i do that???
Answer Posted / abc
we can make function of every step, and call them accordingly
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is use of restart and how to use it?
how do you access an uncataloged dataset in a jcl?
Differentiate between the joblib and the steplib statements?
Why block size is multiple of lrecl in jcl?
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
Is acct parameter mandatory?
What is the difference between run mode and addressing mode?
What is NOTCAT ?
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?
I need exexution process for JCL programs
Explain the function of //jcllib statement?
Explain the purpose of dd * statement in jcl?
how can the same proc be re-used and called by many jobs?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
Suppose I have five jobs to do. But I want to hold one?