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 to change pic of variables declared in copy book inside progrm?

4 Answers  


Attended Xansa Interview , Asked Questions : 1) Diff between Renames and Redefines 2) Comp and Comp -3 3) What will happen if DISP = ( NEW, DELETE, KEEP) 4) Gave one scenario like , if PIC clause X(50) has to be increased to X(70) how u will proceed with this change. 5) Diff between Section and Paragraph

4 Answers   Xansa,


How to move a field DT 9(8) of input file to DT 9(8) COMP-3 in output file in ezytrieve? in the output file entire dt is not moved.If any answer plz reply as soon as possible.

0 Answers  


Explain eib?

0 Answers  


WHAT ARE THE RETRIVAL ORDER OF FILES IN RPG&sql?

1 Answers  






How do you pass some input from JCL to PL1?

2 Answers   IBM,


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 the scope of commitment control?

0 Answers  


How long have you been working on mainframes?

0 Answers  


can any one exaplin about Decision Tables in test region with good example

0 Answers   TCS,


State the maximum number of tables that can be joined?

0 Answers  


HAI I HAVE FINISHED MAINFRAME TRAINING.IM B.E 2006 PASSED OUT FRESHER.IF U HAVE ANY OPENINGS FOR MAINFRAME FRESHERES PLEASE CONTACT MY EMAIL ID MY ID IS sankari_hema2005@yahoo.com

3 Answers  


Categories