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 / guest
Calling programs are used to pass the parameters to pass
the value. usually R1 is the parameter address which is
used between the programs.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is maximum displacement and how to cross this limit?
What is the use of trt instruction?
How are data passed from jcl parm to assembler program?
Why do we use "drop"?
how to initialize a register to 0000?
Explain about house keeping in assembler?
Explain how to initialize a register to 0000?
How many maximum base registers we can have in a program?
How is data passed from a calling program to an assembler called program?
Explain the difference in data type "x" and "p"?
What is house keeping in assembler?
How to pass the parameters from jcl to assembler program?
What does "using" do?
Explain about base register?
How do you round the addition or subtraction of two numbers in assembler?