IBM Assembler Question:
Download Questions PDF

How to Pass the parameters from JCL to assembler Pgm?

Answer:

R1 contains a fullword that contains a address pointing to
tyhe parm data. In pgm before accessing the parm data use L
Rn,0(,R1) where n=3,..11 , Rn contains the address that
points to parm data. Create DSECT that contains a halfword
and the length of the data.

Download IBM Assembler Interview Questions And Answers PDF

Previous QuestionNext Question
How to retrieve the instream data in SYSIN?WHAT WILL HAPPEN IF WE DROP THE BASE REGISTER IN THE PGM WHICH CONTAINS ONLY ONE BASEREG?