WHAT WILL HAPPEN IF WE DROP THE BASE REGISTER IN THE PGM
WHICH CONTAINS ONLY ONE BASEREG?
Answers were Sorted based on User's Feedback
Answer / phil
All references to labels dependant upon the base registers
using statement below the DROP instruction in the listing
will be unresolvable by the assembler.
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / 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 |
Answer / guest
We cannot drop the base register, it is the memory location
for the whole program.
| Is This Answer Correct ? | 0 Yes | 6 No |
What is the use of TRT instruction and how it is working?
how to produce SOC7 abend
How are data passed from JCL parm to assembler program. And how is data passed from a calling program to an assembler called program.
What is symbol table in assembler?
Explain how to produce soc7 abend?
Why can only 256 bytes be moved from one address to another in a MVC?
How we can Pass the parameters from JCL to assembler Pgm?
What is need of start 0?
how to initialize a register to 0000?
How do you initialize a register to 0000?
Explain about house keeping in assembler?
what is need of START 0?. In steed of '0' can we use any other numerics?. if we use what will happen?.