IBM Assembler Question:
Download Questions PDF

Why do we have multiple base registers in certain programs?

Answer:

it all depends upon the length of your program , if it is
more than 4095 then we need 2 register else only one can do
needful.
basically we can even use savearea register as a base
register, so as to accomodate the length of the program

Download IBM Assembler Interview Questions And Answers PDF

Previous QuestionNext Question
WHAT WILL HAPPEN IF WE DROP THE BASE REGISTER IN THE PGM WHICH CONTAINS ONLY ONE BASEREG?What is the difference in data type "X" and "P"?