1.

How Do You Create A Temporary Dataset? Where Will You Use Them?

Answer»

Temporary DATASETS can be created either by not specifying any DSNAME or by specifying the temporary file INDICATOR as in DSN=&&TEMP.

We use them to carry the output of ONE STEP to another step in the same job. The dataset will not be retained once the job completes.

Temporary datasets can be created either by not specifying any DSNAME or by specifying the temporary file indicator as in DSN=&&TEMP.

We use them to carry the output of one step to another step in the same job. The dataset will not be retained once the job completes.



Discussion

No Comment Found