How to pass instream data in sysin with Assembler?
Answer Posted / 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 |
Post New Answer View All Answers
explain about maximum displacement and how to cross this limit?
What is the use of trt instruction?
What does the following code do? Ap wkur,=p5 where wkur is a label?
what is need of start 0? In steed of
What is maximum displacement and how to cross this limit?
explain icm instruction?
Explain the difference between various read and find statement?
How is data passed from a calling program to an assembler called program?
What will happen if we drop the base register in the program which contains only one basereg?
What is icm instruction?
How are data passed from jcl parm to assembler program?
how to pass the parameters from jcl to assembler pgm?
Explain the difference in data type "x" and "p"?
How many maximum base registers we can have in a program?
What is maximum displacement?