88 level entry is for
Answers were Sorted based on User's Feedback
Answer / 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 |
What is use of IBM framework?
What is mainframe computer /system?
Name the various types of tables spaces.
how to get the last record in vsam file in cluster? And how can u get the ksds file records into ur cobol program?
List the type of locks?
Please send me the real time scenarios in Mainframe Project... i.e., it may be in banking or insurance sector or any other no problem..... please send your mails to krishnaprasadbvs@gmail.com
What are the error (ONCODES) codes did you encounter in PL/1 programme?
How do you find whether any generations exist under a gdg base?
what about F1 & F2 keys in xpeditor? And their functionalities?
What is z os in mainframe?
.what is required for establishing connectivity between MQ and cics on z/OS? a. MQ-cics gateway b.INITQ as QLocal c. CICS-MQAdapter d.INITPARAM of SIT e. INITQ as QRemote
HOW to change the coloumns in XREF?