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

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

1637


Write a cobol program making use of the redefine clause.

731


Our issue is there seems to be a disconnect, or no link, between our SELECT statement and our SD. We had SELECT SORT-FILE and SELECT SORT-FILE ASSIGN TO SORTWRK. ASSIGN TO SORTWRK1 SORTWRK2 SORTWRK3 SORTWRK4. with SD SORT_FILE RECORD CONTAINS 7833 CHARACTERS. In either case, at run time, the system ignored our SORTWRK# DD statements and allocated 16 sort works with the SORTWK## naming convention. Any ideas why the system does not recognize the connection? We do not even need the SORTWRK DD statements. Thanks

2337


What are the different rules of SORT operation?

698


) How do u handle errors in BMS macro?

1427






What is the difference between comp and comp-3 usage?

678


) How do u handle errors in BMS macro

1510


What is the difference between PIC 9.99 and PIC9v99?

781


Define static linking and dynamic linking.

665


Why would you use find and get rather than to obtain?

684


What is redefines clause in COBOL?

851


) what is the difference between AID and HANDLE AID?

1635


Write the code implementing the perform … varying.

646


1.give the details about WHEN OTHER. 2. how many form are available in evaluate.

1614


What is difference between static and dynamic call in cobol?

777