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
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
how to compare two datasets without using superce because output is limited to 133 bytes
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
Does jcl support automatic restart?
Name the statement which can be used to send data to another mvs jes3 node?
What do you understand by the term notcat 2 – gs?
Matching Logic in Jcl not in cobol.Could any one please answer this question
How to alter the parameters for the existing gdg?
How can the attributes of one sms dataset be copied to another dataset?
How can the disposition of sysout datasets be set for an entire jobstream?
which parameter is use to declare the name of dataset in dd statement?
what operation is performed by job statement?
can any one plzzzzzz tell the jcl code for creating ps using idcams
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.
How jcl work to handle various input output file operations?