USING

Categories:

Quiz: USING

1. 
What follows the first operand of a simple USING statement?
2. 
How much storage can a single base register cover?
3. 
What is the first operand of a simple USING statement?
4. 
Choose one reasons for an addressability error.
5. 
What is the domain of a simple USING statement?
6. 
Which line causes the first assembly error?

USING *,R7, R8

X DS CL4

Y DS CL4

MVC X,Y

DROP R7

MVC X,Y

DROP R8

MVC X,Y

Deselect Answer

7. 
What is the range of a simple USING statement?
8. 
Which line causes the first assembly error?

USING *,R7, R8

X DS CL4

Y DS CL4

MVC X,Y

DROP R8

MVC X,Y

DROP R7

MVC X,Y

Deselect Answer

9. 
What directive frees the registers previously committed by a simple USING statement?
10. 
What is the purpose of a simple USING statement?
Email: Needed if you want the results emailed to you.