What is 77 level used for ?

Answers were Sorted based on User's Feedback



What is 77 level used for ?..

Answer / shobana

it is used for declaring independent working storage
variables.it cannot be redefined and sub divided.

Is This Answer Correct ?    1 Yes 1 No

What is 77 level used for ?..

Answer / sowjanya

it is a level in which value clause can not be used

Is This Answer Correct ?    8 Yes 70 No

Post New Answer

More COBOL Interview Questions

What is IMPACT analysis?

2 Answers   IBM,


What is the difference between performing a SECTION and a PARAGRAPH?

5 Answers   Accenture, Patni,


How to solve SOC7. I have the cobol coded as below 01 A PIC 9(4). 01 AIN REDEFINES A. 05 AIN1 PIC S9(4) 01 B PIC 9(4)V99. 01 BIN REDEFINES B. 05 BIN1 PIC S9(4)V99. PROCEDURE DIVISION. START-PARA. INITIALIZE A AIN B BIN. ACCEPT A B. DISPLAY 'VALUE OF A=' A. DISPLAY 'VALUE OF B=' B. DISPLAY 'VALUE OF BIN1=' BIN1. DISPLAY 'VALUE OF AIN1=' AIN1. COMPUTE AIN1 = BIN1 - AIN1. DISPLAY 'VALUE OF AIN1=' AIN1. When i'm executing this code i'm getting SOC7 for A = 12 & B=34. Can someone explain SDSF OUTPUT DISPLAY TCOM058R JOB05458 DSID 102 LINE 0 COLUMNS 02- 81 COMMAND INPUT ===> SCROLL ===> CSR ********************************* TOP OF DATA ********************************** VALUE OF A=12 VALUE OF B=34 VALUE OF BIN1=34 VALUE OF AIN1=12 CEE3207S The system detected a data exception (System Completion Code=0C7). From compile unit PROG1 at entry point PROG1 at statement 29 at compile +000004CE at address 00007ECE. Please address how to solve this issue Thanks in advance.

1 Answers  


How do you compile cobol program..?

1 Answers  


How to remove the spaces at the end of each record in the output file of variable length, via cobol program?

0 Answers  






How to retain the Duplicates in the one records?

3 Answers   CS,


What is 77 level used for ?

12 Answers   IBM, iGate,


What is LENGTH in COBOL II?

2 Answers   CSC,


Is it possible that the redefines clause has different picture clauses compared to the one it redefined?

0 Answers  


what is sort? whis is internal & external sort ?when do u go for inter sort & external sort? tell about some sort utilites?

2 Answers   BirlaSoft,


what is a load module ?

3 Answers   TCS,


I am sending values a and b with pic x(10) and pic x(10) by using call statement. In linkage section, I am receiving values with pic x(10) and pic x(11). Will my program fail? will it be compile error or run time abend?

3 Answers  


Categories