can we redefine 77 level item is it possible

Answer Posted / ariyan

Yes You can redefine a 77 level variable but with 77 alone.
eg:

77 ws-amount-n pic 9(02).
77 ws-amount-x redefines ws-amount-n
pic x(02).

Is This Answer Correct ?    7 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain about different table spaces.

626


What are the pertinent COBOL commands?

2611


i need a small 3d program using inline and outline.

1624


how do you define single dimensional array and multidimensional array in your cobol?

655


) How do u handle errors in BMS macro

1491






) what is the difference between AID and HANDLE AID?

1619


What are the different rules for performing sort operation?

745


What is the compute verb? How is it used?

642


How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?

720


In COBOL, what is the different between index and subscript?

745


What are INPUT PROCEDURE and OUTPUT PROCEDURE?

672


What is inspect in cobol ?

785


What are the rules of the move verb?

687


Which Search verb is equivalent to PERFORM…VARYING?

668


What are 77 levels used for?

642