InterviewSolution
Saved Bookmarks
| 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. Temporary datasets can be created either by not specifying any DSNAME or by specifying the temporary file indicator as in DSN=&&TEMP. |
|