How we can Pass the parameters from JCL to assembler Pgm?
Answer Posted / anon
Using the PARM= keyword on the EXEC PGM statement in the
JCL. The parameters can be accessed in the program as
explained in Answer #1.
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
What is house keeping in assembler?
Explain about base register?
How to pass the parameters from jcl to assembler program?
how to retrieve the instream data in sysin?
Explain how to initialize a register to 0000?
What is icm instruction?
What does "using" do?
explain about maximum displacement and how to cross this limit?
How do you round the addition or subtraction of two numbers in assembler?
Explain how to pass instream data in sysin with assembler?
Ap wkur,=p5 where wkur is a label?
Explain how to access vsam file?
What is maximum displacement?
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?
How is data passed from a calling program to an assembler called program?