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 |
Why do we use "drop"? What does "using" do?
How do you initialize a register to 0000?
What is house keeping in assembler? And explain the following code HELLOTSO START 0 * PRINT NOGEN BEGIN SAVE (14,12) LR 12,15 USING TYPE,12 ST 13,SAVE+4 LA 11,SAVE ST 11,8(13) LR 13,11
What is base register?
Explain the difference between various read and find statement?
how to find the dump
How to pass instream data in sysin with Assembler?
How are data passed from jcl parm to assembler program?
What is icm instruction?
Explain the difference in data type "x" and "p"?
What is maximum displacement and how to cross this limit?
What is maximum displacement?