How to execute step2,step1,step3 when step1,2&3 are in order

Answer Posted / nand

This cannot be achieved and cannot be run in that order.

Is This Answer Correct ?    0 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what sort card you will use to copy the data from one dataset to another dataset?

734


Can we call instream to catalog and catalog to instream?

685


What is the use of symbol // in jcl?

931


What is the difference between run mode and addressing mode?

638


How jcl is used for testing batch programs?

723






What is jcl in mainframe?

692


WORKING-STORAGE SECTION. 01 GROSS-PAY. 05 BASIC-PAY PIC 9(5). 05 ALLOWENCES PIC 9(3). PROCEDURE DIVISION. MOVE 1000 TO BASIC-PAY. MOVE 250 TO ALLOWENCES. DISPLAY GROSS-PAY. STOP RUN. 77 W-A PIC 9(3)V99 VALUE 23.75 77 W-B PIC ZZ9V99 VLAUE 123.45 after the statement MOVE W-A TO W-B what will be W-B's value? a.123.75 b.b23.75 (where b indicates space) c.023.75 d.invalid move

856


What are hierarchy levels in jcl?

960


Can an individual step be restricted from using all the jobs allowed cpu time?

1011


define cond parameter in jcl?

779


Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC

839


I need exexution process for JCL programs

1854


Is automatic restart possible in jcl? If yes, how?

659


How can an in-stream dataset be terminated?

850


What is the function of //jcllib statement?

813