IF WE GIVE COND on step3 then, What does the following mean ?
And Just adding to that, All the below COND are VALID as per
the specifications.
(i) COND = (8,LT,step1,step2) ---(AND/OR ?)
(ii) COND = (8,LT,step1,step2, ONLY),
(iii) COND = (8,LT,step1,ONLY) will it execute only if this
condition is true or only if step1 ABENDS ?
(iv) COND = (8,LT,step1,step2,EVEN),
(v) COND = (8,LT,step1,EVEN) ?

Answer Posted / validat or

All the above COND are INVALID as per
the specifications.

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What do you understand by the term notcat 2 – gs?

759


If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?

788


how can you check if a file is empty using jcl?

816


What is the significance of addrspc parameter in the exec statement?

622


In job processing, what happens in conversion stage?

745






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

614


Explain how can a stopped job be started again?

638


How can a stopped job be started again?

715


which parameter is use to declare the name of dataset in dd statement?

739


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.

1735


Explain the hierarchy levels in jcl?

1120


What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?

2001


What is the function of the dd avgrec keyword in sms datasets?

843


A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?

740


What is one line to pass PARM from JCL to COBOL?

858