There are 5 steps in a Job. How to bypass the first step
by making use of only COND Parameter and not using any
Restart and IF/THEN/ELSE parameter?

Answer Posted / nagesh

There is no way you can skip the first step of a job from
executing. However further steps can be bypassed by coding
cond=(o,le,).

Is This Answer Correct ?    8 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the job statement in jcl?

659


I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK

1494


Explain the purpose of the dd keylen parameter?

686


What is notcat 2 - gs?

946


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

1958






what is DSN in JCL and what are the parameters to declare the DSN?

729


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

3686


Can we call instream to catalog and catalog to instream?

689


What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?

1817


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

861


When output dataset space is required, what quantity categories are used?

842


what is the purpose of coding notify parameter in job statement?

693


How gdg are concatenated?

676


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

569


Describe the various parameters utilized in the creation of a gdg?

691