Can we use an equated value as operand for an MVC
instruction? Reason for the same
Answer Posted / saurabh biswas
Both the operands of a MVC operand is a storage operand.
But the equated value is an immediate data not a storage
operand. So if you use equated value in a MVC instruction
it will try to resolve the equated value in the form of
BDDD format. It will not cause any any error at compilation
time but will cause an unpredictable result at run time.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is maximum displacement and how to cross this limit?
Why do we use "drop"?
Explain how to produce soc7 abend?
how do you round the addition or subtraction of two numbers in assembler? what does the following code do? change process tool(code changes from dev to prd) the changes made to your code should be effected in live. How the process takes place. That is how can you move the code changes from development to production?
explain icm instruction?
What is house keeping in assembler?
How to pass the parameters from jcl to assembler program?
Ap wkur,=p5 where wkur is a label?
How many maximum base registers we can have in a single program?
Explain how to initialize a register to 0000?
How many maximum base registers we can have in a program?
Explain about base register?
Explain the difference between various read and find statement?
What will happen if we drop the base register in the program which contains only one basereg?
What is need of start 0?