can we use 77 level no for Redefines?if we use give an
example?

Answers were Sorted based on User's Feedback



can we use 77 level no for Redefines?if we use give an example?..

Answer / mr. cooooool

Hi..........

Yes, We can use 77 level in Redefines.
But make sure the redefining variable & Redefined variable must be defined with level 77.

77 A pic x(5) value 'delhi'.
77 B redefines A pic 9(5).


Thanks.

Is This Answer Correct ?    15 Yes 0 No

can we use 77 level no for Redefines?if we use give an example?..

Answer / krishna rao

yes we can use.but the redefine and redefued level numbers
should be equal.

Is This Answer Correct ?    1 Yes 1 No

can we use 77 level no for Redefines?if we use give an example?..

Answer / mrudula

No, level number 66 is used only for RENAMES the elementary data items

Is This Answer Correct ?    3 Yes 8 No

Post New Answer

More COBOL Interview Questions

COBOL Snippet: Tell where the control will when the below code execute IF (A=B) CONTINUE ELSE NEXT SENTENCE PERFORM <IMP-STMT> END-IF.

7 Answers   HCL,


Which of the following paragraphs is compulsory in every COBOL program? (a) SPECIAL-NAMES (b) PROGRAM-ID (c) FILE-CONTROL (d) OBJECT-COMPUTER

4 Answers  


How do you set a return code to the JCL from a COBOL program?

4 Answers  


When can the USING phrase be included in the call statement ?

2 Answers  


What are the situations u have used in ur project for Subcript and Index ? 1.if u use Subscript why not Index,why u choose Subscript only? 2.if u use Index why not Subscript,what abt Displacement?

2 Answers   Cap Gemini,


Under which scenario you would go for a static call as opposed to dynamic call?

5 Answers   TCS,


What is an in line PERFORM? When would you use it? Anything else to say about it?

4 Answers  


Whtz the specialty of 77 level number ?

2 Answers   Infosys,


how do you reference the ksds vsam file formats from cobol programs

0 Answers  


What is report-item in COBOL?

0 Answers   Arigo Infotech,


How to Pass table from a cobol program to another cobol program and how to use that table in called program

8 Answers   Patni, SunGard,


How does IDMS communicate with CICS?

1 Answers   Covansys, Satyam,


Categories