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 |
how to retrieve the instream data in sysin?
What is need of start 0? In steed of can we use anyother numerics? If we use what will happen?
What will happen if we drop the base register in the program which contains only one basereg?
What is maximum displacement?
how do you round the addition or subtraction of two numbers in assembler? what does the following code do? change process tool(code changes from dev to prd) the changes made to your code should be effected in live. How the process takes place. That is how can you move the code changes from development to production?
What does the following code do? Ap wkur,=p5 where wkur is a label?
Ap wkur,=p5 where wkur is a label?
what is need of START 0?. In steed of '0' can we use any other numerics?. if we use what will happen?.
how to initialize a register to 0000?
what is need of start 0? In steed of
How we can Pass the parameters from JCL to assembler Pgm?
What does "using" do?