@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.
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.
SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!
What’s the difference between SAS Enterprise Guide and SAS Studio? How are they similar? Just ask SAS’ Danny Modlin.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.