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 |
cobol and assembler access
What is maximum displacement and how to cross this limit?
Can we use MVC instruction to move pack field to pack field....which instruction you will use and why ?
how to access VSAm file
How are data passed from JCL parm to assembler program. And how is data passed from a calling program to an assembler called program.
how to pass the parameters from jcl to assembler pgm?
How to pass the parameters from jcl to assembler program?
Why can only 256 bytes be moved from one address to another in a MVC?
explain about maximum displacement and how to cross this limit?
about maximum displacement and how to cross this limit.
How do you round the addition or subtraction of two numbers in assembler? what does the following code do? AP WKUR,=P'5' where WKUR is a label
How we can Pass the parameters from JCL to assembler Pgm?