Answer Posted / joseph louis pargas
A base register is any general purpose register chosen by
programmer. It is assigned at the beginning of the program
as part of housekeeping with the USING assembler keyword,
and it's purpose is to maintain addressibility within a
page (4k) of code or data.
| Is This Answer Correct ? | 32 Yes | 25 No |
Post New Answer View All Answers
Explain about house keeping in assembler?
How many maximum base registers we can have in a single program?
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?
Ap wkur,=p5 where wkur is a label?
Explain the difference between various read and find statement and which one should be used when for better adabas performance?
What does the following code do? Ap wkur,=p5 where wkur is a label?
What is house keeping in assembler?
Explain how to initialize a register to 0000?
Explain how to produce soc7 abend?
What is maximum displacement and how to cross this limit?
How to pass the parameters from jcl to assembler program?
Explain about base register?
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 to pass the parameters from jcl to assembler pgm?