0% (0 out of 13 correct) |
|
![]() | 1. |
MOVE instructions are found in the DATA DIVISION.
![]() Level: easy |
![]() | 2. |
The receiving field of a MOVE instruction must not be a literal.
![]() Level: easy |
![]() | 3. |
ZEROS may be moved to numeric fields.
![]() Level: easy |
![]() | 4. |
Moving a numeric field to a group field is a numeric MOVE.
![]() Level: medium |
![]() | 5. |
It is illegal to MOVE an alphabetic field to a numeric field.
![]() Level: easy |
![]() | 6. |
Moving a numeric field to an alphanumeric field is considered a numeric MOVE.
![]() Level: medium |
![]() | 7. |
The PIC 99.99 can be used for an input field.
![]() Level: medium |
![]() | 8. |
Overprinting may be achieved using: WRITE OVER rec-name.
![]() Level: medium |
![]() | 9. |
A field with PIC 999.99 takes 6 print positions.
![]() Level: medium |
![]() | 10. |
The symbol used for check protection is “/”.
![]() Level: easy |
![]() | 11. |
In order for a field to store a negative value, the field must have
what symbol in its PIC clause?
______________________________________________________________ YOUR ANSWER: ![]() See page 192 Level: easy |
![]() | 12. | With PIC 99CR, when will CR will be printed? ______________________________ YOUR ANSWER: ![]() See page 205 Level: medium |
![]() | 13. | One report-item may have a maximum of how many floating strings? ____________ YOUR ANSWER: ![]() See page 210 Level: medium |
![]() | 14. | MOVE 246 TO FIELD-B, where FIELD-B has PIC 9(2), results in what value in FIELD-B? ______________________________________________________________ YOUR ANSWER: ![]() See page 190 Level: medium |
![]() | 15. |
MOVE 2468 TO FIELD-B, where FIELD-B has PIC 9(5), results in what value
in FIELD-B?
______________________________________________________________ YOUR ANSWER: ![]() See page 189 Level: medium |
![]() | 16. |
MOVE 246.135 TO FIELD-C, where FIELD-C has PIC 9(2)V9(4), results in
what value in
FIELD-C?________________________________________________________ YOUR ANSWER: ![]() See pages 190, 191 Level: medium |
![]() | 17. |
MOVE 'WXY' TO FIELD-D, where FIELD-D has PIC X(2), results in what
value in FIELD-D?
____________________________________________________________ YOUR ANSWER: ![]() See page 193 Level: medium |
![]() | 18. |
MOVE 'XYZ' TO FIELD-D, where FIELD-D has PIC X(4), results in what
value in
FIELD-D?_______________________________________________________________ YOUR ANSWER: ![]() See page 193 Level: medium |
![]() | 19. | What is a report-item? __________________________________________________ YOUR ANSWER: ![]() See page 169 Level: easy |
![]() | 20. | If FIELD-A has PIC 99V99, to print the decimal point, move FIELD-A to an edited field with PIC ____________________________________________________________ YOUR ANSWER: ![]() See page 200 Level: easy |
![]() | 21. | If FIELD-A has PIC 9(5)V9(2) with contents 00056 ^ 12 and is moved to FIELD-A-OUT with PIC $**,**9.99, what are the edited results? ________________________________________________________________________ YOUR ANSWER: ![]() See page 203 Level: medium |
![]() | 22. | If a value -046 is moved to a field with PIC +ZZ9, what will be printed? _______________________________________________________________________ YOUR ANSWER: ![]() See page 204 Level: medium |
![]() | 23. |
To print the value –24 which of the following PIC clauses can NOT be used?
![]() Level: hard |
![]() | 24. |
If a sending field has PIC 9(5)V99 with value 00246 ^ 34, to print this as bbb$246.34, the report-item must have which of the following PIC clauses?
![]() Level: medium |
![]() | 25. |
Which of the following is NOT a character that can be used in a PIC clause for a report-item?
![]() Level: easy |