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 |
about ICM instruction.
How do you round the addition or subtraction of two numbers in assembler?
Explain how to access vsam file?
How many maximum base registers we can have in a program?
What will happen if we drop the base register in the program which contains only one basereg?
Can we use an equated value as operand for an MVC instruction? Reason for the same
What is the difference in data type "X" and "P"?
Ap wkur,=p5 where wkur is a label?
What is the difference between various read and find statement,and which one should be used when for better adabas performance ?
what is need of START 0?. In steed of '0' can we use any other numerics?. if we use what will happen?.
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????
How to pass the parameters from jcl to assembler program?