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
How you can read the file from bottom?
How to know whether the module is dynamical or statistical?
What is rmode(any) ?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
What kind of error is trapped by on size error option?
How can you get the ksds file records into your cobol program?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
How are the next sentence and continue different from each other?
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
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
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
how do you reference the ksds vsam file formats from cobol programs
When is inspect verb is used in cobol?
What is difference between static and dynamic call in cobol?
input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.