88 class is used for

Answers were Sorted based on User's Feedback



88 class is used for ..

Answer / abhijit18in2002

Condition clause

Is This Answer Correct ?    25 Yes 0 No

88 class is used for ..

Answer / jinna

for conditions name

Is This Answer Correct ?    4 Yes 0 No

88 class is used for ..

Answer / anjireddy vintha

it is a conditional dataname level number..use of 88 is to
evaluate filestatus codes and also some more advantages are
there.

Is This Answer Correct ?    1 Yes 1 No

88 class is used for ..

Answer / ts nithiyanandan

condition-name condition, Several values can be checked
with one variable by declaration of all values in Data
Division.
(eg). Basic will be like 7800 8000 8200 every year
increment of 200.

Is This Answer Correct ?    0 Yes 1 No

88 class is used for ..

Answer / kanika

Switches

Is This Answer Correct ?    0 Yes 12 No

Post New Answer

More COBOL Interview Questions

what is linkcard in cobol?

1 Answers   TCS,


What is the utilization of copybook in cobol?

0 Answers  


ID DIVISION. PROGRAM-ID. PLO. DATA DIVISION. WORKING-STORAGE SECTION. 01 VAR1 PIC 9(2). 01 VAR2 PIC X(2). PROCEDURE DIVISION. ACCEPT VAR2. MOVE VAR2 TO VAR1. STOP RUN. if i give 'PI' in var2 then what will b output of progr. any abend?????

6 Answers   TCS,


in cobol i have one file it contains records like 10,4,23,98,7,90..... total records 100. iwant 10 to 20 in reverse order in cobol environ ment any one please give the answer......

2 Answers   IBM,


The following entries appear in the WORKING-STORAGE SECTION: 01 DATE-TODAY. 05 YY PIC XX VALUE "90". 05 MM PIC XX VALUE "12". 05 DD PIC XX VALUE :31". 01 DATE-EDIT PIC XX/XX/XX. MOVE DATE-TODAY TO DATE-EDIT. (a) 901231 (b) 90/12/31 (c) 31/12/90 (d) 311290

4 Answers   TCS,






01 MOVE 10 TO N 05 PERFOM PARA1 TIMES STOP RUN WAT WILL HAPPEN?? WILL IT RUN INFINITELY OR AN ERROR WIL BE THER BECAUSE NO OF TIMES IS NOT GIVEN??

1 Answers  


i WANT ALL ERROR codes IN CICS and DB2

2 Answers  


What is the difference between SEARCH and SEARCH ALL?

6 Answers   Cognizant,


COMP field occupy ?

2 Answers  


How do get the result of your program directly on your pc?

0 Answers   UST,


what is the difference between PA & PF keys?

1 Answers   IBM,


In the JCL, how do you define the files referred to in a subroutine ?

2 Answers  


Categories