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



What is the difference between various read and find statement,and which one should be used when f..

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

What is the difference between various read and find statement,and which one should be used when f..

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

Post New Answer

More Assembler Interview Questions

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

6 Answers   Mind Tree,


How do you round the addition or subtraction of two numbers in assembler? what does the following code do? AP WKUR,=P'5' where WKUR is a label

3 Answers   CSC, IBM,


Can we use an equated value as operand for an MVC instruction? Reason for the same

8 Answers   IBM,


How to pass the parameters from jcl to assembler program?

0 Answers  


What is the difference in data type "X" and "P"?

5 Answers  






Why do we have multiple base registers in certain programs?

4 Answers   IBM,


What is maximum displacement?

0 Answers  


cobol and assembler access

2 Answers   EDS,


Explain about base register?

0 Answers  


WHAT WILL HAPPEN IF WE DROP THE BASE REGISTER IN THE PGM WHICH CONTAINS ONLY ONE BASEREG?

4 Answers   IBM, Tech Mahindra,


How are data passed from jcl parm to assembler program?

0 Answers  


Explain how to pass instream data in sysin with assembler?

0 Answers  


Categories