Answer Posted / guest
You can use fileaid to see those values.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is the purpose of the dd keylen parameter?
Which statement is used to identify the private libraries in job?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
How can a stopped job be started again?
how can the same proc be re-used and called by many jobs?
What is jcl in mainframe, and how many types of jcl statements are there for a job?
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
what is the purpose of coding notify parameter in job statement?
Where can program checkpoints be stored for use in a restart?
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
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) ?
how JCL works?
What is notcat 2 - gs?