Can we use an equated value as operand for an MVC
instruction? Reason for the same
Answer Posted / deepu
Answer 4 is correct. Yes...An equate in MVC will not give
any compilation errors if the decimal equvalent of the
eqaute is less than 4096,the compilation of the code will
go fine.But the program execution will give S0C abends, as
the program will try to access from protected memory
area.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Explain how to initialize a register to 0000?
Why do we use "drop"?
What is need of start 0?
Ap wkur,=p5 where wkur is a label?
What does the following code do? Ap wkur,=p5 where wkur is a label?
how to retrieve the instream data in sysin?
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 are data passed from jcl parm to assembler program?
how to pass the parameters from jcl to assembler pgm?
What is house keeping in assembler?
How do you round the addition or subtraction of two numbers in assembler?
What is need of start 0? In steed of can we use anyother numerics? If we use what will happen?
What does "using" do?
explain icm instruction?
How is data passed from a calling program to an assembler called program?