- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
@RuthE wrote:
what is the difference between implicit output and Explicit output. I am a bit confused about what the difference is in the PDV between the two.
Can you give an example of where you run into this?
Or are you looking for something like this:
If you do not have an OUTPUT statement in a Data step program block, then data is written to the output data set after the last statement of the data step executes.
If you have one or more Output statements the data is written to the output at that time but an implied output at the end of the data step is overridden and does not happen.
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Makes no difference in the PDV. The PDV is the in-memory structure that holds all variables during the execution of the data step.
The difference between explicit and implicit is not in what is output, but when it is done.