In Job, there are 10 steps. If I want to execute the first 6
steps and don't want to execute from 7th to 10th step. What
is the solution for this ?

Answer Posted / aishwarya

Just give a null statement after 6th step like // Any line
after null statement in jcl will not be executed. Hence
remaining steps will be skiped from 7 to 10. Simple

Is This Answer Correct ?    10 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how do you code a null statement?

769


How can a fb file convert to vb file using sort program?

801


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

850


I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?

2095


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

722






how to do automated restart when a job abends?

839


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

631


why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.

1941


is there any way to execute more than one proc in the same exec statement at the same time..?

2101


Can we use DISP=SHR in output file in JCL

949


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?

2215


how would you create a temporary dataset? And where will you use them?

763


Explain the function of job statement in jcl?

644


if the submitter of a job wants to inform another user about the job completion, how can it be done?

751


How can values be passed from the job stream to an executable program?

867