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 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 symbol table in assembler?
Explain how to access vsam file?
What is base register?
What is the use of TRT instruction and how it is working?
what is need of START 0?. In steed of '0' can we use any other numerics?. if we use what will happen?.
What does LA R3,R3 ?
How many maximum base registers we can have in a program?
Why do we use "drop"? What does "using" 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.
about maximum displacement and how to cross this limit.
What will happen if we drop the base register in the program which contains only one basereg?