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 |
WHAT WILL HAPPEN IF WE DROP THE BASE REGISTER IN THE PGM WHICH CONTAINS ONLY ONE BASEREG?
What is the use of trt instruction?
explain about maximum displacement and how to cross this limit?
How we can retrieve the instream data in SYSIN ?
Is it possible to access some memory location (Ex: VAR1 DS P) without using Base Displacement?
Why do we use "drop"?
Why can only 256 bytes be moved from one address to another in a MVC?
about maximum displacement and how to cross this limit.
Can we use an equated value as operand for an MVC instruction? Reason for the same
How do you round the addition or subtraction of two numbers in assembler?
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????
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.