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 |
What is maximum displacement?
explain icm instruction?
Is it possible to access some memory location (Ex: VAR1 DS P) without using Base Displacement?
what is need of start 0? In steed of
What is the use of trt instruction?
How are data passed from JCL parm to assembler program. And how is data passed from a calling program to an assembler called program.
What is the difference in data type "X" and "P"?
Can we use an equated value as operand for an MVC instruction? Reason for the same
What is house keeping in assembler?
how to retrieve the instream data in sysin?
What does the following code do? Ap wkur,=p5 where wkur is a label?
What is maximum displacement and how to cross this limit?