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 / abinand shetty

a) 123.75

Is This Answer Correct ?    1 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What rules are followed by the search verb.

638


How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?

1943


What is the usage of comp fields in cobol?

660


what happens if parmparameter passes zero bytes to the program

1667


System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..

1588






how do you reference the rrds file formats from cobol programs

800


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

744


In which area will you utilize 88 level items in cobol?

722


Define static linking and dynamic linking.

669


Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?

631


how to refer the data field?

1812


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

709


What is static and dynamic call in cobol?

597


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

814


State the various causes of s0c1, s0c5 and s0c7.

665