what is symbolic parameters in jcl, what is a temparary data set ? where do u use ?
Answers were Sorted based on User's Feedback
Answer / ravindran
The dataset with single & is called Symbolic parameter. The
dataset with double && is called temporary dataset.
The Symbolic parameter gets the value from PROC. The
temporary datasets are created in the job flow and gets
deleted at the end of the job.
| Is This Answer Correct ? | 12 Yes | 1 No |
Answer / srk
symbolic param : which allow multiple users to specify their
own values to a paramaeters(specified as ¶mname in
procedures) in jcl which are commonly used.
temporary data sets : data sets whose life time is till the
execution of the job itself(specified as dsn=&&datasetname
or with out specification of dsn parameter in dd statement)
| Is This Answer Correct ? | 3 Yes | 2 No |
Is it possible to take a PDS and write it to a GDG? If so, can you provide an example? Thanx
Is CPU time assigned to a JOB and JOBSTEP BOTH, by default ?
How to change default PROCLIB?
how do you access an uncataloged dataset in a jcl?
What is condition checking in jcl? Is this possible?
How are GDGs concatenated?
what operation is performed by job statement?
In SPACE,what is directory,RLSE
What does the one advantange of using IEBUPDTE?????
What is the purpose of the PARM keyword in the EXEC statement?
How is the record format of an output dataset specified?
What dd statement is used to supply the name of a dataset?