Can we use an equated value as operand for an MVC
instruction? Reason for the same
Answer Posted / pazhanivel seethapathy
Yes. We can use an equated valuse as an operand in MVC
instruction wit the help of Y parameter.
The syntax for the same.
MVC SUM,=Y(VALUE)
where as VALUE is an equated value.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
Why do we use "drop"?
How many maximum base registers we can have in a program?
explain icm instruction?
Explain the difference between various read and find statement and which one should be used when for better adabas performance?
Explain the difference in data type "x" and "p"?
How to pass the parameters from jcl to assembler program?
how to initialize a register to 0000?
What does the following code do? Ap wkur,=p5 where wkur is a label?
Explain how to pass instream data in sysin with assembler?
What will happen if we drop the base register in the program which contains only one basereg?
Explain how to access vsam file?
How are data passed from jcl parm to assembler program?
What is maximum displacement and how to cross this limit?
What is the use of trt instruction?
What is need of start 0? In steed of can we use anyother numerics? If we use what will happen?