How to pass instream data in sysin with Assembler?

Answers were Sorted based on User's Feedback



How to pass instream data in sysin with Assembler? ..

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

How to pass instream data in sysin with Assembler? ..

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

Post New Answer

More Assembler Interview Questions

What does the following code do? Ap wkur,=p5 where wkur is a label?

0 Answers  


Why do we have multiple base registers in certain programs?

4 Answers   IBM,


about maximum displacement and how to cross this limit.

2 Answers   EDS,


Explain how to produce soc7 abend?

0 Answers  


What is the use of trt instruction?

0 Answers  






Ap wkur,=p5 where wkur is a label?

0 Answers   IBM,


Explain about maximum displacement?

0 Answers  


explain about maximum displacement and how to cross this limit?

0 Answers   IBM,


How to pass instream data in sysin with Assembler?

2 Answers   ANZ, IBM,


What is the difference in data type "X" and "P"?

5 Answers  


Explain how to pass instream data in sysin with assembler?

0 Answers  


How are data passed from JCL parm to assembler program. And how is data passed from a calling program to an assembler called program.

3 Answers   HCL, IBM,


Categories