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
A table has two indexes defined. Which one will be used by the SEARCH?
i need a small 3d program using inline and outline.
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
Are you comfortable in cobol or jcl?
What is redefines clause in COBOL?
What is cobol?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
Write a program that uses move corresponding.
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
Can we redefine the field of x(200) to less than 200?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
How do you differentiate between cobol and cobol-ii?
What is amode(24)?