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
Must tape dataset definitions include vol=ser specifications?
What is the maximum length of a single line of jcl?
How to resolve the error "WER488A JOIN CAPACITY EXCEEDED" I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem? I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem?
Can I send output of job to my remote device careerride123?
Name a few IBM utility programs, and explain its function.
How do you overcome this limitation ?
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
What is Cataloged Procedures?
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
write a jcl to execute a job by 7:00 am on jan 20,1986?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
what is DSN in JCL and what are the parameters to declare the DSN?
what is the use of JCL?
How to run cobol program using jcl?
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.