How to execute only th 15th step of JCL consisting of 50 steps?

Answer Posted / muttaiah

Nishant,

Cond wil execute the step only when the cond is false. If
you see we have given Cond as cond=(0,le) so it will
satisfy what ever may be the return code of the step that's
why it will bypass all the steps.

Hope this answers.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY

862


How does jcl act on code(if you take a cobol program)?

713


Explain dd statement in jcl?

646


1) SORT FIELDS=(20,4,CH,D,10,3,CH,D) OUTREC FIELDS=(7:20,4,C' FUTURE ',20,2,10,3,1Z,1,9,13,7, 24,57,TRAN=LTOU,6X'FF') This example illustrates how a fixed-length input data set can be sorted and reformatted for output. The SORTIN LRECL is 80 bytes. The reformatted output records are fixed length with a record size of 103 bytes. SOLRF (the IBM-supplied default) is in effect, so unless the SORTOUT LRECL is specified or available, it will automatically be set to the reformatted record length of 103. in the above example i have some doubts that a) sort fields=(20,4,CH,D,10,3,CH,D) -what exactly it does and this fields related to output record fields or input record fields b)outrec used to refprmat the records after sorting that means could please reply me as soon as possible Thanks. Venkat

7093


Define concatenating?

669






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

638


Is condition checking possible in jcl?

722


How to do automated restart when a job abend?

791


Explain how can a stopped job be started again?

640


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

879


Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE

1972


What methodology can be adapted to transfer data to a program that is coded using the exec statement?

616


Explain the function of job statement in jcl?

655


Explain the jcl exec statement?

653


what is a jcl?

693