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 is maximum displacement and how to cross this limit?
What is the use of trt instruction?
how to pass the parameters from jcl to assembler pgm?
What is icm instruction?
Why do we use "drop"?
How many maximum base registers we can have in a single program?
Explain about maximum displacement?
How are data passed from jcl parm to assembler program?
Explain how to access vsam file?
Explain how to produce soc7 abend?
How many maximum base registers we can have in a program?
How to pass the parameters from jcl to assembler program?
What will happen if we drop the base register in the program which contains only one basereg?
What does the following code do? Ap wkur,=p5 where wkur is a label?
Explain about house keeping in assembler?