Packed Decimal 1

Categories:

Welcome to your Packed Decimal 1

1. 
What instruction converts packed decimal data to zoned numeric data?
2. 
What is the result in X after the following operations?

X DC PL3'100'

...

ZAP X,=P'23'

AP X,=P'30'

Deselect Answer

3. 
What is the largest packed decimal integer that can be stored in the field below?

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

4. 
Which statement below best describes packed decimal data?
5. 
What packed decimal number is X'0123F' ?
6. 
What is the maximum number of digits in a packed decimal integer?
7. 
What instruction converts zoned numeric data to packed decimal data?
8. 
What are the preferred plus and minus signs the machine chooses when creating packed decimal data?
9. 
What instruction converts binary data in a register to packed decimal?
10. 
What instruction converts packed decimal data to binary?

Leave a Reply