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

Write a cobol program making use of the redefine clause.

725


What are the different open modes available in cobol?

713


Difference between array and sub-script ?

1159


What is the difference between Global and External Variables?

660


Define cobol?

856






Which is not true about evaluate statement

1567


How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?

2093


What are literals?

626


what happens if parmparameter passes zero bytes to the program

1659


what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.

8156


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

656


Are you comfortable in cobol or jcl?

639


what is search and searchall?what is the diffrence between them?give an best example?

5540


Which division and paragraphs are mandatory for a COBOL program?

707


HOw can I get the negative sign while deduct high value from low value

1784