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 need of start 0?
How do you round the addition or subtraction of two numbers in assembler?
What will happen if we drop the base register in the program which contains only one basereg?
Explain the difference in data type "x" and "p"?
How many maximum base registers we can have in a single program?
What is need of start 0? In steed of can we use anyother numerics? If we use what will happen?
Explain how to produce soc7 abend?
What does "using" do?
What does the following code do? Ap wkur,=p5 where wkur is a label?
What is maximum displacement and how to cross this limit?
explain icm instruction?
explain about maximum displacement and how to cross this limit?
how to pass the parameters from jcl to assembler pgm?
What is the use of trt instruction?
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?