consider two data items

77 W-A PIC 9(3)V99 VALUE 23.75
77 W-B PIC ZZ9V99 VLAUE 123.45
after the statement
MOVE W-A TO W-B
what will be W-B's value?
a.123.75
b.b23.75 (where b indicates space)
c.023.75
d.invalid move

Answer Posted / brajesh

2375 is the correct answer

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is length is cobol?

645


if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.

5673


What is the difference between external and global variables in COBOL?

811


What happens when we move a comp-3 field to an edited (say z (9). Zz-)?

770


how to access the file from prodution from changeman tool and to submit a file to production

6680






What is the difference between PIC 9.99 and 9v99 in COBOL?

729


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

1542


How do you define a variable of comp-1 and comp-2?

701


What is the difference between structured cobol programming and object alternativelyiented cobol programming?

704


What are all the divisions of a COBOL program?

660


Name some of the examples of COBOl 11?

2677


Write a program to explain size error.

669


Discuss about changing dataset name in proc.

757


What are the different rules to perform a Search?

613


how do you reference the rrds file formats from cobol programs

793