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 / duboisa

no you have
A = 'XXXXXX001X'

Is This Answer Correct ?    13 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to print 10 to 1 if the input have only 10 digit number?

811


How many bytes S(8) comp field occupy and its maximum value?

1630


What is the utilization of copybook in cobol?

657


What the difference is between continue and next sentence?

659


Write the code implementing the perform … varying.

646






Write a cobol program making use of the redefine clause.

731


how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)

1931


What are the different rules for performing sort operation?

761


) how do u code after getting data?

1580


How do u write test cases?

1638


For rewrite, why is it mandatory that file needs to be opened?

623


) How do u handle errors in BMS macro

1510


Which mode is used to operate the sequential file?

669


What is link edit in cobol?

772


i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc

2105