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

How is next sentence and continue different?

0 Answers  


I want to increse the size of one existing dataset, can anyone tell me the TSO command throgh that I can edit it.

4 Answers   HCL, Xansa,


My program has an array defined to have 10 items. Due to a bug, I find that even if the program access the 11th item in this array, the program does not abend. What is wrong with it?

0 Answers  


what optimum values can we find for freespace, ci etc?

0 Answers   IBM,


Write the difference between hidam and hdam databases?

0 Answers  






What will be the result if on size error phrase is declared?

0 Answers  


01 A 02 B occurs 10 times 03 C pic 999. 03 D occurs 15 times 04 E pic 999. 04 F occurs 20 times 05 G pic XXX. 05 H pic 99. Determine the total no of byte in A. A) 175 B) 15480 C) 21750 D) 9065

3 Answers   Accenture,


What is inspect and what is it used for?

0 Answers  


Give the format of using and giving in sort statement. What are the restrictions with it?

0 Answers  


Name all the file-open modes

0 Answers  


difference between   wrkobj &  dspobjd?

1 Answers  


suppose I have two tables a and b. Both tables are connected with ssn number as foreign key. I want to retrieve a column data from b table. How will you write a query?

0 Answers   IBM,


Categories