Packed Decimal 1

Categories:

Welcome to your Packed Decimal 1

1. 
What is the maximum number of digits in a packed decimal integer?
2. 
What instruction converts packed decimal data to binary?
3. 
What is the result in X after the following operations?

X DC PL3'100'

...

ZAP X,=P'23'

AP X,=P'30'

Deselect Answer

4. 
What instruction converts zoned numeric data to packed decimal data?
5. 
What are the preferred plus and minus signs the machine chooses when creating packed decimal data?
6. 
Which statement below best describes packed decimal data?
7. 
What is the largest packed decimal integer that can be stored in the field below?

<p>X DS PL3</p> Deselect Answer

8. 
What instruction converts binary data in a register to packed decimal?
9. 
What instruction converts packed decimal data to zoned numeric data?
10. 
What packed decimal number is X'0123F' ?

Leave a Reply