What is 88 level used for ?
Answers were Sorted based on User's Feedback
Answer / raghunandan
A level 88 is always associated with another variable and
is a CONDITION NAME for that variable.
It does not have a PICTURE clause.
For example-
IDENTIFICATION DIVISION.
PROGRAM-ID. PROG.
DATA DIVISION.
WORKING-STORAGE SECTION.
01 OPTION PIC 9(3).
88 F-C CLASS VALUES 81 THROUGH 100.
88 S-C CLASS VALUES 61 THROUGH 80.
PROCEDURE DIVISION.
ACCEPT OPTION.
IF F-C
DISPLAY "CONGRATS"
ELSE
DISPLAY "OK".
STOP RUN.
| Is This Answer Correct ? | 40 Yes | 2 No |
which generation language is cobol
What is the difference between comp and comp-3?
Why we should use cursor ?
How do u sort the table for Search ALL? Is it only using ASCENDING KEY IS statement in occurs clause? If the data is input in non ascending order, will the ASC KEY IS automatically sort the data? or will it throw compile time error?
Can we access the a[0] in the array ?
in a indexed file what is procedure for read the records from 12 to 18. please give the code example
How do you come out of an EVALUATE statement?
Should I use STOP RUN in the sub program??why?
can i use multiple when statements in search & search all ? justify ur answer?
what is scope terminator
How to delete the records of a dataset through cobol programme?We should not use jcl utilitities like IDCAMS.
if you give cylinder(1,1)how many cylinders it will be allocate?