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

NO IT CANN'T BE DONE WITH CONDITION BUT I THINK FROM WHAT
ANIL HAS WRITTEN MIGHT WORK.......

CORRECT ME IF I AM WRONG!!!!!!!!!!

Is This Answer Correct ?    0 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you

802


How can the submitting users racf authority be overridden in a job stream?

985


What is catelog procedure and how many catelog procedure to use in one job?

8011


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

855


How does the jcl specify the job to os?

882


hello friends ,i have exam in Hsbc,pls any on send me placement papers and technical questions on mainframes,thank u

1890


What are steplib and joblib? What for they are used?

890


what is the use of IEBGENER utility?

874


How to do automated restart when a job abend?

1010


WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99 VALUE 123.45. PROCEDURE DIVISION. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. compiler : IGYGR1080-S A "VALUE" clause literal was not compatible with the data category o subject data item. The "VALUE" clause was discarded. WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99. PROCEDURE DIVISION. MOVE 123.45 TO W-B. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. 2375

1251


by using cond parameter maximum 8 cond can be coded in single cond means ?explain

1204


How to pass the parameter in parm using linkage section ? (syntax)?

849


Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?

2433


what JCL Procedures?

947


What is use of restart and how to use it?

1018