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

where will u see joblog ?

2 Answers   Syntel,


Can I redefine an x(200) field with a field of x(100) ?

0 Answers  


How to declare host variables?

0 Answers  


Determine the total no of bytes in the following 01 rec1 . 02 a pic x(6). 02 b redefines a. 03 c occurs 6 times pic 9. 02 d occurs 4 times. 03 e pic x(5). 03 f pic 999. a)38. b)44 c)14 d)32

3 Answers   Accenture,


by using xpeditor if we want to debug the subpgm, how can you code in x-ped for mai-pgm n sub-pgm ?

0 Answers  






What do you mean by an alias?

0 Answers  


What are the mainframe computing pros and cons?

0 Answers  


Explain the use of the where?

0 Answers  


What do you mean by monitor block?

0 Answers  


what is the msg id for   OPNQRYF?

1 Answers  


Can the values of alphanumeric be moved to variable numeric?

0 Answers  


What is mainframe database?

0 Answers  


Categories