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 have multiple base registers in certain programs?
how to pass the parameters from jcl to assembler pgm?
What is house keeping in assembler?
What is the difference in data type "X" and "P"?
how to access VSAm file
What is icm instruction?
Can we use MVC instruction to move pack field to pack field....which instruction you will use and why ?
Explain how to pass instream data in sysin with assembler?
Explain about maximum displacement?
How to pass the parameters from jcl to assembler program?
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 how to initialize a register to 0000?