if a>b
continue
display x.
dispaly y.
end-if
display 1
display 2.
display 3.
what should be my output ?
Answers were Sorted based on User's Feedback
Answer / sharpmainframe
ERROR: BECAUSE OF MISMATCH END-IF
YOU NOT PUT ANY SCOP TERMINATOR(.) INBETWEEN IF-ENDIF STMT
| Is This Answer Correct ? | 6 Yes | 0 No |
How to Pass table from a cobol program to another cobol program and how to use that table in called program
what happens if we wont give timestamp in precompilation process ?
In my table having 3000 Records. How can I delete the 500th row? (we don't know what is data inside the table)
What is comp-1 and comp-2?
Hi................... I have records like this aaaa cccc bbbb And i want output like this bbbb cccc aaaa How can it possible ?. Note:Please make sure records are in unsorted order. somebody plzzz help me.
subscript and index r not coded in u r application program what will happen?
Can we dynamically increase the size of occurs clause? i.e In case I an not sure of the size of array and want to increase the size at run time.If yes , how?
How many bytes will be allocated for the following record description entries? 01 REC-A. 05 A PIC S9(4). 05 B PIC XXXBXXX. 05 C PIC ____9.99. 05 D PIC S9(5) COMP-3. 05 E PIC 9(3) COMP.
16 Answers IBM, TCS,
What is the use of EVALUATE statement?
How to display the index.(displacement from an array)
What is the significance of 'above the line' and 'below the line'?
IF there 5 to 6 files in a JCL and there is some space abends, how can we identify which file has space abend and what can be done to get off that abend or rectify that abend.