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 / abinand shetty
a) 123.75
| Is This Answer Correct ? | 1 Yes | 9 No |
Post New Answer View All Answers
What is amode(31)
What is difference between static and dynamic call in cobol?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
Explain the configuration section of a cobol program with examples of syntax.
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
What is the Purpose of Pointer in the string?
What are declaratives and what are their uses in cobol?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
what are decleratives in cobol?
what is search and searchall?what is the diffrence between them?give an best example?
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
What are the pertinent COBOL commands?
What are the different rules for performing sort operation?
Which mode is used to operate the sequential file?
Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.