How to pass instream data in sysin with Assembler?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / munna
In jcl
//SYSIN DD *
A
B
C
it will receive in assmbler code thru R01(it contain the
address of data) first 2 byte contain the length of data
and actual data will be stored from 3rd byte.
| Is This Answer Correct ? | 5 Yes | 11 No |
Explain the difference between various read and find statement?
about maximum displacement and how to cross this limit.
How we can retrieve the instream data in SYSIN ?
cobol and assembler access
explain icm instruction?
Explain about base register?
What is the difference in data type "X" and "P"?
How to initialize 20,000 bytes in the Assembler..
What does the following code do? Ap wkur,=p5 where wkur is a label?
What is icm instruction?
What does "using" do?
about ICM instruction.