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
How many maximum base registers we can have in a single program?
Explain how to produce soc7 abend?
Explain how to pass instream data in sysin with assembler?
What does the following code do? Ap wkur,=p5 where wkur is a label?
What does "using" do?
What is house keeping in assembler?
Explain the difference in data type "x" and "p"?
What is need of start 0? In steed of can we use anyother numerics? If we use what will happen?
explain icm instruction?
What is maximum displacement and how to cross this limit?
what is need of start 0? In steed of
How to pass the parameters from jcl to assembler program?
how do you round the addition or subtraction of two numbers in assembler? what does the following code do? change process tool(code changes from dev to prd) the changes made to your code should be effected in live. How the process takes place. That is how can you move the code changes from development to production?
Explain the difference between various read and find statement and which one should be used when for better adabas performance?
Explain how to access vsam file?