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

How are data passed from jcl parm to assembler program?

0 Answers  


What is symbol table in assembler?

2 Answers   HCL,


Explain the difference between various read and find statement?

0 Answers  


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

8 Answers   IBM,


What is the use of TRT instruction and how it is working?

7 Answers   HCL, IBM, Wipro,






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).

1 Answers  


how to pass the parameters from jcl to assembler pgm?

0 Answers   IBM,


Why do we use "drop"? What does "using" do?

4 Answers  


Explain how to pass instream data in sysin with assembler?

0 Answers  


How we can retrieve the instream data in SYSIN ?

2 Answers   Tech Mahindra,


What is base register?

23 Answers   IBM, Infosys,


how to retrieve the instream data in sysin?

0 Answers   IBM,


Categories