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
explain icm instruction?
How is data passed from a calling program to an assembler called program?
Explain how to pass instream data in sysin with assembler?
Ap wkur,=p5 where wkur is a label?
What is need of start 0? In steed of can we use anyother numerics? If we use what will happen?
what is need of start 0? In steed of
How many maximum base registers we can have in a single program?
How do you round the addition or subtraction of two numbers in assembler?
Why do we use "drop"?
how to initialize a register to 0000?
What is maximum displacement?
Explain the difference in data type "x" and "p"?
explain about maximum displacement and how to cross this limit?
how to retrieve the instream data in sysin?
Explain about base register?