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

What is the difference between various read and find statement,and which one should be used when for better adabas performance ?

2 Answers   IBM,


how to retrieve the instream data in sysin?

0 Answers   IBM,


How are data passed from jcl parm to assembler program?

0 Answers  


Why do we have multiple base registers in certain programs?

4 Answers   IBM,


WHAT WILL HAPPEN IF WE DROP THE BASE REGISTER IN THE PGM WHICH CONTAINS ONLY ONE BASEREG?

4 Answers   IBM, Tech Mahindra,






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

5 Answers  


HOW MANY MAXIMUM BASE REGISTERS WE CAN HAVE IN A PROGRAM AND ALSO HOW MANY MAXIMUM BASE REGISTERS WE CAN HAVE IN A SINGLE PROGRAM.

5 Answers   IBM, TCS,


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

4 Answers  


How are data passed from JCL parm to assembler program. And how is data passed from a calling program to an assembler called program.

3 Answers   HCL, IBM,


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

4 Answers   Tech Mahindra,


How to initialize 20,000 bytes in the Assembler..

5 Answers   Amdocs, IBM,


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  


Categories