IBM Assembler Question:
Download Questions PDF

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.

Download IBM Assembler Interview Questions And Answers PDF

Previous QuestionNext Question
HOW MANY MAXIMUM BASE REGISTERS WE CAN HAVE IN A PROGRAM AND ALSO HOW MANY MAXIMUM BASE REGISTERS WE CAN HAVE IN A SINGLE PROGRAM?Can we use MVC instruction to move pack field to pack field. which instruction you will use and why?