How do you pass parameters to the program as the job is
being executed ?
Answers were Sorted based on User's Feedback
Answer / guest
By using 'parm' parameter in exec statement. the value
mentioned here should be declared in linkage section in the
program and process thru procedure division. this technique
is very useful when you do not know the parameters at the
time of coding the programs.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / 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 |
if we have a job consist of two steps and each step calling a proc having 10 steps each then how many steps are counted only 2 or 22(10+10+1+1)? can we have more than 255 steps in a single job?
How are datasets concatenated?
common jcl abends??
How is a type of file defined in the jcl that executes the cobol program?
Can we change a FB file to VB file in JCL? Please help
Explain about LMMLIST�list a library's members
One of My Job is running in production, which contains five steps?i want to pass the input to FIFTH step while running is it possible? if how?
wht is step lib n job lib ? where can we code joblib n steplib ?
What are the parameter we cannot use in procedure?
What type of versions we r using in mainframe (jcl, cobol, db2, vsam, cics)?
What is the parameter to be passed in the job card for the unlimited time , irrespective of the job class ?
What is the purpose of dd * statement in jcl?