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
How to know whether the module is dynamical or statistical?
What do you understand by psb and acb?
Name the sections present in data division.
Explain the configuration section of a cobol program with examples of syntax.
How are the next sentence and continue different from each other?
What is the LINKAGE SECTION used in COBOL?
how can i see junk values in dclgen or in hostvariable of comp ?
How arrays can be defined in COBOL?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
how do you reference the fixed unblock file formats from cobol programs
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
How do you differentiate between cobol and cobol-ii?
What is inspect in cobol ?
Write a program that uses move corresponding.
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?