how to access VSAm file

Answers were Sorted based on User's Feedback



how to access VSAm file..

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

how to access VSAm file..

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

Post New Answer

More Assembler Interview Questions

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

4 Answers  


How we can retrieve the instream data in SYSIN ?

2 Answers   Tech Mahindra,


cobol and assembler access

2 Answers   EDS,


Explain the difference in data type "x" and "p"?

0 Answers  


Explain how to pass instream data in sysin with assembler?

0 Answers  


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  


Can we use MVC instruction to move pack field to pack field....which instruction you will use and why ?

4 Answers   Amdocs, IBM,


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

5 Answers  


how to retrieve the instream data in sysin?

0 Answers   IBM,


How to pass the parameters from jcl to assembler program?

0 Answers  


How we can Pass the parameters from JCL to assembler Pgm?

4 Answers   Tech Mahindra,


registers(0-15) ,where they are going be resides., does that mean here is it resides whether real or virtual memory? and why? then why we are assign even registers(0 to 6) for FP operations????

3 Answers  


Categories