WHAT WILL HAPPEN IF WE DROP THE BASE REGISTER IN THE PGM
WHICH CONTAINS ONLY ONE BASEREG?
Answer Posted / nsugandhi
It will give an error at the time of assembly, if there are
some labels defined in the program(provided they are being
referenced in your program). This is because the assembler
resolves the displacement of that variable from the location
where your base register is pointing to.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Why do we use "drop"?
what is need of start 0? In steed of
How to pass the parameters from jcl to assembler program?
What does "using" do?
Explain how to pass instream data in sysin with assembler?
How is data passed from a calling program to an assembler called program?
How do you round the addition or subtraction of two numbers in assembler?
How are data passed from jcl parm to assembler program?
What is icm instruction?
How many maximum base registers we can have in a single program?
Explain the difference between various read and find statement?
What is need of start 0? In steed of can we use anyother numerics? If we use what will happen?
Explain the difference in data type "x" and "p"?
What will happen if we drop the base register in the program which contains only one basereg?
Explain about base register?