How to execute 300 steps in a Job?

Answer Posted / gowthami

we need to split the jcl into two jcls, at the end of first jcl check the condition code and initiate the second jcl.

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Name what parameter directs the output of the job log dataset?

568


In sms datasets, what is the function of the dd mgmtclas keyword?

866


How to do automated restart when a job abend?

792


List the different jcl statements that are not permitted in the procedures?

644


how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?

811






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

1043


What are some jcl statements that are not allowed in procedures?

731


Explain how can the disposition of sysout datasets be set for an entire jobstream?

639


what are JCLLIB and STEPLIB in JCL?

684


I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.

1740


What is the purpose of the dd keylen parameter?

728


What is the purpose of dd?

730


What happens if both JOBLIB & STEPLIB is specified ?

618


What is the syntax of JCL statement?

701


What are the parameter we cannot use in procedure? How many instream we can write in single jcl?

588