i have 10steps and i want run step3 and based on step3 i want execute step7,8,9,10?in jcl

Answer Posted / way4dinesh

STEP03 RC is 0
STEP7, EXEC, COND=(0,LT,STEP03)
STEP8, EXEC, COND=(0,LT,STEP03)
STEP9, EXEC, COND=(0,LT,STEP03)
STEP10, EXEC, COND=(0,LT,STEP03)

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what are the types of abends that occur on job failure? And explain the possible causes of these

1127


in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?

2081


Is automatic restart possible in jcl?

753


I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one

1937


What is concatenating?

647






Matching Logic in Jcl not in cobol.Could any one please answer this question

3686


How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?

676


have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file

934


What is jcl in mainframe?

704


Give the syntax of job specifying jcl statement.

644


What is Cataloged Procedures?

720


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

741


State the uses of syspring, sysin, sort fields, sum fields and dummy.

660


when does a dataset go uncataloged?

845


What is timing concept in mainframe?

1671