88 level entry is for
Answer Posted / raghunandan modak
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 ? | 5 Yes | 0 No |
Post New Answer View All Answers
When are scope terminators compulsory?
How do you write from PL/1 code to JCL?
How to find all duplicate records?
File1 has 100 records and file2 has 200 records I want to copy 50 records which are in both file into file3?
what is unit testing ? on which basis you will write test case ?
What is comp-1?
hi.... anybody send real time project related questions & answers whatever will ask in interview plz.....help me? advanced thanks....
How to declare host variables?
What is the difference between general testing and mainframe testing?
how can we describe comp sync?
Can you name a few software running under the mainframe?
What is database descriptor?
Can you define spufi?
If DB2 query returns in null value, how do you work with it in PL/1?
Can we move alphanumeric incentive to the numeric field?