How many maximum base registers we can have in a program?
No Answer is Posted For this Question
Be the First to Post Answer
Explain about base register?
What does "using" do?
what is need of start 0? In steed of
What is the difference in data type "X" and "P"?
Explain how to produce soc7 abend?
How many maximum base registers we can have in a single program?
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?
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?
What is house keeping in assembler? And explain the following code HELLOTSO START 0 * PRINT NOGEN BEGIN SAVE (14,12) LR 12,15 USING TYPE,12 ST 13,SAVE+4 LA 11,SAVE ST 11,8(13) LR 13,11
Is it possible to access some memory location (Ex: VAR1 DS P) without using Base Displacement?
Can we use MVC instruction to move pack field to pack field....which instruction you will use and why ?