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


Please Help Members By Posting Answers For Below Questions

Explain the difference in data type "x" and "p"?

588


Explain how to initialize a register to 0000?

582


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

605


How many maximum base registers we can have in a single program?

626


What is maximum displacement?

617






Explain how to access vsam file?

603


what is need of start 0? In steed of

669


How are data passed from jcl parm to assembler program?

574


What is house keeping in assembler?

586


Explain about maximum displacement?

598


how to retrieve the instream data in sysin?

672


Why do we use "drop"?

558


How do you round the addition or subtraction of two numbers in assembler?

595


explain icm instruction?

655


How is data passed from a calling program to an assembler called program?

625