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 / shailendra

chang the step according to requirment

//step1
//step2
//step4
//step3
//step5
....
..
.....

Is This Answer Correct ?    4 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Suppose I have five jobs to do. But I want to hold one?

662


Explain about ISPF/TSO Commands

1315


What are the 4 fields in dd statement?

744


how you will the direct the data to spool using sysout option?

1769


What is the significance of addrspc parameter in exec statement?

735






When output dataset space is required, what quantity categories are used?

834


Explain dd statement in jcl?

646


what is SOC4 error?

740


Can I share my data with other jobs? How?

672


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

7093


Explain how can return codes be tested before execution of a job step?

834


How is the record format of an output dataset specified?

748


Is there any command to check wether the ps file is in sorted order?

2437


What are s0c1, s0c4, s0c5, s0c7 and socb?

707


Where & How Do You Code Identifier In Jcl?

699