How are data passed from JCL parm to assembler program. And
how is data passed from a calling program to an assembler
called program.
Answer Posted / joseph louis pargas
By convention, general purpose register 1 will have the
address of the parameter list. The list will be a list of
pointers (addresses) to individual parameters. The CALL
macro does this, but you can bypass the CALL macro and be
creative on how you set up the parameter list. Don't forget
the parameter must be on a fullword boundary.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
Explain the difference between various read and find statement?
Explain how to produce soc7 abend?
Explain about base register?
How do you round the addition or subtraction of two numbers in assembler?
What is house keeping in assembler?
What is need of start 0? In steed of can we use anyother numerics? If we use what will happen?
Explain about maximum displacement?
How many maximum base registers we can have in a single program?
How is data passed from a calling program to an assembler called program?
What is the use of trt instruction?
How are data passed from jcl parm to assembler program?
How to pass the parameters from jcl to assembler program?
What is icm instruction?
What is need of start 0?
What does the following code do? Ap wkur,=p5 where wkur is a label?