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

01 T1. 02 month-day pic x(30) value ?jan,31, feb,28, mar,31, apr,30, may,31, june, 30? 02 new-day redefines month-day occurs 6 times 03 A pic xxx. 03 B pic 99. What are the content of A(3) and B(2) respectively A)mar,31 B) Feb,28 C) 28, Mar E)Mar, 28

1 Answers   Accenture,


Why is free space left in ksds dataset?

0 Answers  


What is the function of dbctl?

0 Answers  


pic S9(4) results 3 bytes1 A) comp B) comp1 C) display D) comp3

2 Answers   Accenture,


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,






pls send the docs of any telecommunication mainframe project

0 Answers   Accent,


What is the contrast between delimited by space and delimited by size?

0 Answers  


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

0 Answers   IBM,


How do you interact with your onsite coordinator?

2 Answers  


Differentiate between hdam and the hidam databases?

0 Answers  


What is the function of the verb initialize?

0 Answers  


Can you define an alias?

0 Answers  


Categories