Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

When are scope terminators compulsory?

1086


How do you write from PL/1 code to JCL?

2332


How to find all duplicate records?

1028


File1 has 100 records and file2 has 200 records I want to copy 50 records which are in both file into file3?

967


what is unit testing ? on which basis you will write test case ?

2064


What is comp-1?

1006


hi.... anybody send real time project related questions & answers whatever will ask in interview plz.....help me? advanced thanks....

2532


How to declare host variables?

1046


What is the difference between general testing and mainframe testing?

1164


how can we describe comp sync?

1093


Can you name a few software running under the mainframe?

986


What is database descriptor?

1076


Can you define spufi?

962


If DB2 query returns in null value, how do you work with it in PL/1?

2404


Can we move alphanumeric incentive to the numeric field?

1118