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 use "drop"? What does "using" do?
How we can retrieve the instream data in SYSIN ?
cobol and assembler access
Explain the difference in data type "x" and "p"?
Explain how to pass instream data in sysin with assembler?
Write the fetch cycle and execute cycle for following instructions:JMPNZ (jump to the given address if the accumulator not equal to zero) RET(return from a subroutine) ADB (add the contents of register B to the accumulator and save result in the accumulator).
Can we use MVC instruction to move pack field to pack field....which instruction you will use and why ?
What is the difference in data type "X" and "P"?
how to retrieve the instream data in sysin?
How to pass the parameters from jcl to assembler program?
How we can Pass the parameters from JCL to assembler Pgm?
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????