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 / ram g

ANS B is correct...

Is This Answer Correct ?    15 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

I have one ps file in which there are 3 fileds emp_no,emp_name and leave_app.this ps file information give the detail of employee which is going to apply for leave.suppose emp_no=113430,emp_name=ajay,leave_app=1 that means he is going to apply for 1 day leave.and accordingling the table in db2 will be updated means if he has that no of leave in his account then he will get dat leave and updated acc. in table(leave_balance=previous leave present in table-leave_app).Now i want to check whther the updated result is correct or not by comparing the two ps file using IEBCOMPARE or icetool so what is going to be the two ps file and how its is going to be compare.

2010


how do you reference the variable block file formats from cobol programs

688


what is difference between cobol and cobol/400

21567


Write a cobol program making use of the redefine clause.

735


Have you used comp and comp-3 in your project? And how?

2008






Define static linking and dynamic linking.

669


Explain how to differentiate call by context by comparing it to other calls?

689


What is the difference between Call and a Link?

700


What is inspect in cobol ?

804


Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?

825


Can you please let me know the centre name of INS certification in Kolkata.

1715


i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this

998


What are the different rules of SORT operation?

700


Which division and paragraphs are mandatory for a COBOL program?

709


What kind of error is trapped by on size error option?

740