what is symbolic parameters in jcl, what is a temparary data set ? where do u use ?
Answer Posted / 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 |
Post New Answer View All Answers
Differentiate between addressing mode and run mode.
if the submitter of a job wants to inform another user about the job completion, how can it be done?
What is jcl in mainframe, and how many types of jcl statements are there for a job?
What is the function of //jcllib statement?
What is the significance of addrspc parameter in the exec statement?
Is it possible to left uncode disp? If yes, how?
Can I share my data with other jobs? How?
List the different components of jcl statement?
How would you understand error(execution phase)?
when does a dataset go uncataloged?
What parameter directs the output of the job log dataset?
What are the 4 fields in dd statement?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
What are steplib and joblib?
What do you know about jcl?