IBM Assembler Question:
Download Questions PDF

WHAT WILL HAPPEN IF WE DROP THE BASE REGISTER IN THE PGM WHICH CONTAINS ONLY ONE BASEREG?

Answer:

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.

Download IBM Assembler Interview Questions And Answers PDF

Previous QuestionNext Question
How to Pass the parameters from JCL to assembler Pgm?Why do we have multiple base registers in certain programs?