How do you pass parameters to the program as the job is
being executed ?
Answer Posted / lakshmisudha
using PARM parameter we can pass the data from one step to
another step
using REFER BACK PARAMETER we can pass dd statments dsn, dcb
from one step to another step or with in step also
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is one line to pass PARM from JCL to COBOL?
What is concatenating?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
Explain the function of the dd dcb keyword?
How do you submit a job for execution?
Explain about ISPF/TSO Commands
What are some jcl statements that are not allowed in procedures?
Define concatenating?
what is the purpose of coding notify parameter in job statement?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
what are JCLLIB and STEPLIB in JCL?
How to pass the parameter in parm using linkage section ? (syntax)?
How can the submitting users racf authority be overridden in a job stream?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?