Answer Posted / yogendra singh
working-storage section.
01 A1.
02 A pic x(5) value "seeta".
02 B pic x(5) value "geeta".
02 C pic x(5) value "neeta".
01 A2 RENAMES A THROUGH C.
PROCEDURE DIVISION.
DISPLAY A2.
STOP RUN.
| Is This Answer Correct ? | 3 Yes | 8 No |
Post New Answer View All Answers
what happens if parmparameter passes zero bytes to the program
how do you define single dimensional array and multidimensional array in your cobol?
What are the different data types in cobol?
How do you differentiate between cobol and cobol-ii?
What is the difference between PIC 9.99 and 9v99 in COBOL?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
What guidelines should be followed to write a structured cobol prgm?
What are the different rules to perform a Search?
What is the local-storage section?
What is the problem of ordered sequential files access?
What rules are to be followed while using the corresponding options?
Describe the cobol database components?
What is the difference between Call and a Link?
Write down the divisions of cobol program?
What is comp-1 and comp-2?