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
Describe the cobol database components?
Which division and paragraphs are mandatory for a COBOL program?
what happens if parmparameter passes zero bytes to the program
explain sorting techniques in cobol program?
How do you reference the fixed block file formats from cobol programs
What is the difference between PIC 9.99 and 9v99 in COBOL?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
What are all the divisions of a COBOL program?
What guidelines should be followed to write a structured cobol prgm?
What is comp-1 and comp-2?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
) what is the difference between AID and HANDLE AID?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
What rules are to be followed while using the corresponding options?
I have a File that has duplicate records. I need only those records that occur more than thrice.?