I HAVE FOLLOWING DECLARATION.
02. A PIC X(10) VALUE 'XXXXXXXXXX'.
02. B REDEFINES A.
05. C PIC X(3).
05. D PIC X(3).
05. E PIC 9(3).
IN MY PROG, I HAVE
MOVE 1 TO E.
DISPLAY A.
WHAT WILL BE DISPLAYED AS A RESULT OF THIS?
PLEASE EXPLAIN THE ANSWER. THANKS.
Post New Answer View All Answers
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
What is the utilization of copybook in cobol?
how do you define single dimensional array and multidimensional array in your cobol?
Differentiate between structured cobol programming and object-oriented cobol programming.
What are the cobol coding sheets?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
i need a small 3d program using inline and outline.
Mention the guidelines to write a structured cobol program?
What are the different open modes available in cobol?
How do define dynamic array in cobol.
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
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.
How do u write test cases?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there