adspace
Explain how to pass instream data in sysin with assembler?
Answer Posted / Dhananjay Upadhyay
Instream data can be passed in SYSIN by defining the input data within the source code itself. To include instream data, use the '/' character to mark the beginning and end of the instream data section.nFor example:n// INSTREAM DATAnDATA1 DS X'FF'nDATA2 DS Fn// END OF INSTREAM DATAnIn this example, two pieces of instream data (DATA1 and DATA2) are passed to the assembler program.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category