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 |
How many maximum base registers we can have in a program?
HOW MANY MAXIMUM BASE REGISTERS WE CAN HAVE IN A PROGRAM AND ALSO HOW MANY MAXIMUM BASE REGISTERS WE CAN HAVE IN A SINGLE PROGRAM.
about maximum displacement and how to cross this limit.
What is house keeping in assembler?
cobol and assembler access
What is icm instruction?
Explain about base register?
What does "using" do?
How to pass the parameters from jcl to assembler program?
what is need of START 0?. In steed of '0' can we use any other numerics?. if we use what will happen?.
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).
Is it possible to access some memory location (Ex: VAR1 DS P) without using Base Displacement?