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

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

683


Mention the guidelines to write a structured cobol program?

622


what is the difference between COBOL2 AND COBOL390?

2455


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

744


What is amode(24)?

684






What is static and dynamic call in cobol?

601


What rules are followed by the search verb.

638


what is search and searchall?what is the diffrence between them?give an best example?

5563


How can you get the ksds file records into your cobol program?

646


What are the different open modes available in cobol?

722


i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com

1775


Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?

720


What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?

681


How do u write test cases?

1642


How are the next sentence and continue different from each other?

766