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 submitt more than one job in job card in jcl? and if yes than is it necessary to have the jobs same name?
How can a stopped job be started again?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
whats the difference between empty and noempty of GDG?
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.
Is stepname is a MUST and should be unique also for each JOBSTEP ? or system can supply the stepname for a step which is not given a name by the programmer ?
How to check empty file in jcl?
Suppose there r total 10 steps. Out of which i want to execute only the 7th step. How can i do that....????
How to find the number of duplicates in a file using Sort?
explain concatinating datasets?
what is DSN in JCL and what are the parameters to declare the DSN?
how to split a file