What is the difference between various read and find
statement,and which one should be used when for better
adabas performance ?
Answer Posted / 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 |
Post New Answer View All Answers
Explain about base register?
What is icm instruction?
What is the use of trt instruction?
What does the following code do? Ap wkur,=p5 where wkur is a label?
how to pass the parameters from jcl to assembler pgm?
What is maximum displacement and how to cross this limit?
How do you round the addition or subtraction of two numbers in assembler?
How are data passed from jcl parm to assembler program?
Explain the difference in data type "x" and "p"?
What is house keeping in assembler?
How many maximum base registers we can have in a program?
How is data passed from a calling program to an assembler called program?
how do you round the addition or subtraction of two numbers in assembler? what does the following code do? change process tool(code changes from dev to prd) the changes made to your code should be effected in live. How the process takes place. That is how can you move the code changes from development to production?
Explain about house keeping in assembler?
how to retrieve the instream data in sysin?