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
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
i need a small 3d program using inline and outline.
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
What are the various section in data division and briefly explain them.
what is the use of outrecord?
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
) what is the difference between AID and HANDLE AID?
how to access the file from prodution from changeman tool and to submit a file to production
Difference between array and sub-script ?
What is an in line perform? When would you use it? Anything else you wish to say about it.
What is the difference between structured cobol programming and object alternativelyiented cobol?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
What are all the divisions of a COBOL program?
what is amode(24), amode(31), rmode(24) and rmode(any)?