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 can only 256 bytes be moved from one address to another in a MVC?
Explain how to pass instream data in sysin with assembler?
How we can retrieve the instream data in SYSIN ?
what is need of START 0?. In steed of '0' can we use any other numerics?. if we use what will happen?.
what is need of start 0? In steed of
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.
explain about maximum displacement and how to cross this limit?
how to find the dump
How we can Pass the parameters from JCL to assembler Pgm?
Explain the difference in data type "x" and "p"?
How to pass instream data in sysin with Assembler?
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?