What is the difference between various read and find
statement,and which one should be used when for better
adabas performance ?
Answers were Sorted based on User's Feedback
Answer / karthik
As for as assembler is concerned , we have reads based upon
the type of file. VSAm,QSAm etc. If it is QSAM we can use
normal GETL and GETM witha DCB defined in the pgm. if it
is going to be a VSAM i guess it should be a AB along with
a RPL
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / david grund
There are two possible scenarios:
1) This is a classroom quesiton where you are expected to
do some research on your own, and not ask someone in the
cloud for the exact answer.
2) The question is too vague, and would require a full
essay to answer. Please be more specific.
| Is This Answer Correct ? | 0 Yes | 1 No |
Is it possible to access some memory location (Ex: VAR1 DS P) without using Base Displacement?
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
Explain how to pass instream data in sysin with assembler?
What is the use of trt instruction?
what is need of START 0?. In steed of '0' can we use any other numerics?. if we use what will happen?.
What is house keeping in assembler?
What is maximum displacement and how to cross this limit?
Write the fetch cycle and execute cycle for following instructions:JMPNZ (jump to the given address if the accumulator not equal to zero) RET(return from a subroutine) ADB (add the contents of register B to the accumulator and save result in the accumulator).
How to initialize 20,000 bytes in the Assembler..
How we can Pass the parameters from JCL to assembler Pgm?
What is the difference between various read and find statement,and which one should be used when for better adabas performance ?
What is base register?