how to access VSAm file
Answers were Sorted based on User's Feedback
Answer / pazhanivel seethapathy
VSAM file can be accessed through an Assembler application
program by using assembler macros RPL, ACB
| Is This Answer Correct ? | 14 Yes | 0 No |
Answer / karta
VSAM handling in Assembler, requires an ACB and a RPL declared. when we read the file, GETRPL is used and all the 3 Kinds of VSAM files can be read.
| Is This Answer Correct ? | 1 Yes | 0 No |
Explain the difference between various read and find statement and which one should be used when for better adabas performance?
Is it possible to access some memory location (Ex: VAR1 DS P) without using Base Displacement?
How we can Pass the parameters from JCL to assembler Pgm?
How many maximum base registers we can have in a program?
Explain how to produce soc7 abend?
How many maximum base registers we can have in a single program?
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).
What is the difference in data type "X" and "P"?
how to initialize a register to 0000?
How do you initialize a register to 0000?
What does LA R3,R3 ?
How do you round the addition or subtraction of two numbers in assembler?