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 |
What is the difference between IEBGENER, IEBCOPY and REPRO in IDCAMS utility?
Write a jcl to execute a job by 7 a.m on Jan 20,1986 ?
I have 2 steps in my exec statement , in first step I am creating a gdg, and the output of this step is going into second step as a input, and this second step is abended , now how could i approach in this case.
What are the keywords associated with DCB? How can you specify DCB information? What is the OS precedence for obtaining that DCB information, ie. where does the system look for it first?
In DCB, what is LRECL,BLKSIZE,DSORG
Explain about LMMFIND - find a library member
what operation is performed by job statement?
what is the use of JCL?
What are isolation levels? Where do we need to specify them in compiling JCL?
i have five step in jcl.my forth step is gdg.gdg was abend.when will job complete,hoe to handle you
I have a file in which I have 20 records. I want my first record to go into file 1 and second record to go in second file. I want to copy the alternate records like this in the two output files. How can I do this using JCL?
What is the meaning of data definition name (ddname) and dataset name (dsname) in the DD statement?