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

Answers were Sorted based on User's Feedback



88 level entry is for..

Answer / sumitra

Conditional variables

Is This Answer Correct ?    9 Yes 0 No

88 level entry is for..

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

88 level entry is for..

Answer / sanju

conditions

Is This Answer Correct ?    0 Yes 0 No

88 level entry is for..

Answer / veerababu

for condition name condition

Is This Answer Correct ?    0 Yes 0 No

88 level entry is for..

Answer / guest

condition

Is This Answer Correct ?    0 Yes 0 No

88 level entry is for..

Answer / nagesh reddy

condition names

Is This Answer Correct ?    0 Yes 0 No

88 level entry is for..

Answer / zahurullakhan

Ans:Conditioner level number

Is This Answer Correct ?    2 Yes 3 No

Post New Answer

More IBM MainFrame AllOther Interview Questions

What is meant by drda?

0 Answers  


What is the binary search?

0 Answers  


what difference exists between control area and control interval?

0 Answers   IBM,


subscripting can be said as A) subscripting enables us to write a move compact code in the procedure division. B) subscripting enables us to refer to any element of a table by the same data name with the facility of identifying a particular element through the values of subscript. C) Subscripting reduces the no of entries to be included in the data division D) subscripting enables us to use loops in the procedure division

1 Answers   Accenture,


How many bytes does a s9(7) sign trailing separate field occupy ?

0 Answers  


What is drda ?

0 Answers  


What is the difference between general testing and mainframe testing?

0 Answers  


how can you define a dataarea(DTAARA) IN RPG? Which spec you define it C-spec/D-spec?

0 Answers  


What is the maximum value that can be stored in s9(8) comp?

0 Answers  


What is distributed relational database architecture? And components?

0 Answers  


In the procedure division stmt OPEN OUTPUT FILE1. Which of the following is not true about file1. a) there must be a select clause for this file in the file-control paragraph of environment division. b) There must be an FD entry in the file section of the data division. c) The file name must appear in a WRITE stmt in the procedure division. d) There?ll be a CLOSE stmt in procedure division.

2 Answers   Accenture,


What is difference between static call and dynamic call?

0 Answers  


Categories