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 will happen if we drop the base register in the program which contains only one basereg?
What is house keeping in assembler?
How to pass the parameters from jcl to assembler program?
Explain the difference in data type "x" and "p"?
Explain about base register?
how to pass the parameters from jcl to assembler pgm?
what is need of start 0? In steed of
Explain the difference between various read and find statement and which one should be used when for better adabas performance?
Explain about maximum displacement?
Why do we use "drop"?
What is maximum displacement?
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?
How many maximum base registers we can have in a program?
explain about maximum displacement and how to cross this limit?