InterviewSolution
Saved Bookmarks
| 1. |
How To Pass Instream Data In Sysin With Assembler? |
|
Answer» 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. 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. |
|