How we can Pass the parameters from JCL to assembler Pgm?
Answer Posted / divya
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.
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
Explain the difference between various read and find statement and which one should be used when for better adabas performance?
What is maximum displacement and how to cross this limit?
Explain about maximum displacement?
Explain how to pass instream data in sysin with assembler?
Explain about house keeping in assembler?
How many maximum base registers we can have in a program?
What is need of start 0? In steed of can we use anyother numerics? If we use what will happen?
how to initialize a register to 0000?
What will happen if we drop the base register in the program which contains only one basereg?
how to pass the parameters from jcl to assembler pgm?
What does the following code do? Ap wkur,=p5 where wkur is a label?
Explain how to access vsam file?
How to pass the parameters from jcl to assembler program?
What is the use of trt instruction?
explain icm instruction?