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 / rama krishna

b. Z replaces the value zero with blank spaces....

Is This Answer Correct ?    14 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?

1882


What are the access modes of START statement?

726


What are the pertinent COBOL

2053


how do you define single dimensional array and multidimensional array in your cobol?

689


Define cobol?

874






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

748


How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.

3728


How to print 10 to 1 if the input have only 10 digit number?

821


) how do u code after getting data?

1584


Can a Search can be done on a table with or without Index?

814


What are the different types of condition in cobol and write their forms.

668


which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad

1030


how to convert the recors form vsam file to db2 table tru file aid

2767


What are the pertinent COBOL commands?

2632


I have a File that has duplicate records. I need only those records that occur more than thrice.?

8676