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.

Answer Posted / prasad

Thanks a lot for the help friends....

Is This Answer Correct ?    0 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?

764


What is the utilization of copybook in cobol?

764


how do you define single dimensional array and multidimensional array in your cobol?

767


Differentiate between structured cobol programming and object-oriented cobol programming.

751


What are the cobol coding sheets?

745






How to remove the spaces at the end of each record in the output file of variable length, via cobol program?

774


i need a small 3d program using inline and outline.

1748


Mention the guidelines to write a structured cobol program?

704


What are the different open modes available in cobol?

822


How do define dynamic array in cobol.

772


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.

3831


How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?

847


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.

1048


How do u write test cases?

1717


can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there

2008