Is it possible to access some memory location (Ex: VAR1 DS P) without using Base Displacement?
Answer / jitendra
No, I don't think any memory location can be accessed without using Base displacement.
Is This Answer Correct ? | 0 Yes | 0 No |
Explain the difference between various read and find statement and which one should be used when for better adabas performance?
How are data passed from JCL parm to assembler program. And how is data passed from a calling program to an assembler called program.
how to pass the parameters from jcl to assembler pgm?
How to pass the parameters from jcl to assembler program?
Why do we use "drop"?
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
Why do we have multiple base registers in certain programs?
Explain about house keeping in assembler?
Explain how to initialize a register to 0000?
How to pass instream data in sysin with Assembler?
What is the difference between various read and find statement,and which one should be used when for better adabas performance ?
Explain how to produce soc7 abend?