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

EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?

2052


What is an in line perform? When would you use it? Anything else you wish to say about it.

641


What is Pic 9v99 Indicates in COBOL?

718


Can we change the password using ALTER? anyone tried and changed?

1542


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

701






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

700


how do you reference the printer file formats from cobol programs

651


How arrays can be defined in COBOL?

661


What are the rules of the move verb?

697


how to refer the data field?

1800


Which Search verb is equivalent to PERFORM…VARYING?

678


what is amode(24), amode(31), rmode(24) and rmode(any)?

688


What the difference is between continue and next sentence?

651


What are the various section in data division and briefly explain them.

690


What is cobol?

739