what is the purpose of coding class parameter in job statement?
No Answer is Posted For this Question
Be the First to Post Answer
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
i have a ps with two columns eno and ename , i need to copy eno column values in one ps and ename column values in one Ps ? is it possible through iebgener . how ? thx in advance
What is RESTART? How is it invoked?
Is there GOTO and SWITCH-CASE available in JCL ? Is IF-THEN-ELSE available in JCL also just like it is available for VSAM datasets under Model Commands category ?
I have a jcl which is using 2 data sets i want to override those data sets. how can i override the files within the JCL. Give me the syntax. Make sure that it is not calling any Proc.
how to resolve sb37,sd37 se37 abends
what is SOC4 error?
What are the difference between jcl and jes?
Explain the purpose of the dd keylen parameter?
I have a File that has duplicate records. I need only those records that occur more than thrice.
Explain the purpose of dd * statement in jcl?
There are a set of 10 files and a customer will be selecting random no of files(i.e they may be more than 2, may not be in the order).Sometimes he might just select one file or sometimes no files at all.How do you code a JCL for this? Is it possible to code just JCL alone for this problem?