BookmarkSubscribeRSS Feed
RuthE
Calcite | Level 5
 
2 REPLIES 2
ballardw
Super User

@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.

Kurt_Bremser
Super User

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.

Develop Code with SAS Studio

Get started using SAS Studio to write, run and debug your SAS programs.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 2 replies
  • 1260 views
  • 1 like
  • 3 in conversation