How to pass instream data in sysin with Assembler?
Answer Posted / albert n
You will need to open de file SYSIN via a DCB and read the
data via GET commands. The data in the PARM field is passed
via register 1. Any dataset you want to use in Assembler
you will need to open. There are no automatic allocation.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What will happen if we drop the base register in the program which contains only one basereg?
Explain the difference between various read and find statement and which one should be used when for better adabas performance?
How many maximum base registers we can have in a single program?
Ap wkur,=p5 where wkur is a label?
Explain the difference in data type "x" and "p"?
How are data passed from jcl parm to assembler program?
What is need of start 0? In steed of can we use anyother numerics? If we use what will happen?
Explain how to access vsam file?
how do you round the addition or subtraction of two numbers in assembler? what does the following code 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?
What does "using" do?
What is the use of trt instruction?
how to retrieve the instream data in sysin?
Explain about house keeping in assembler?
what is need of start 0? In steed of
How is data passed from a calling program to an assembler called program?