what is symbolic parameters in jcl, what is a temparary data set ? where do u use ?
Answer Posted / 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 |
Post New Answer View All Answers
Explain how can the submitting users racf authority be overridden in a job stream?
How is the record format of an output dataset specified?
How gdg are concatenated?
How can a stopped job be started again?
what is “Cond= even” and “Cond=only”?
Are there any set of rules for the names of the steps used in a job?
which parameter is use to declare the name of dataset in dd statement?
How to submit a jcl from cics?
How does jcl act on code(if you take a cobol program)?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
What is the significance of addrspc parameter in the exec statement?
What does a disposition of (MOD,DELETE,DELETE) mean ?
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
Explain the function of a dd statement?