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 / satish
z is numeric edited value so can.t initialize the value
so the question is wrong
pls check it pratically
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
Write the code implementing the perform … varying.
What is link edit in cobol?
What is the difference between goback, stop run and exit program in cobol?
how do you reference the ksds vsam file formats from cobol programs
Write down the divisions of cobol program?
In COBOL programming, what is PERFORM? What is VARYING?
State the various causes of s0c1, s0c5 and s0c7.
What type of SDLC u followed? Why?
What is amode(24)?
Define cobol?
What is the difference between Global and External Variables?
Explain how you can characterize tables in cobol?
What is the difference between structured cobol programming and object alternativelyiented cobol?
Write a program to enter and display the names of students in a class using the occurs clause.
What is the difference between comp and comp-3?