BookmarkSubscribeRSS Feed
JBChevallier
Calcite | Level 5

Hi all,

 

I'm working with SAS Enterprise Guide 8.1

I'd like to build a small report for the user to get a summary at the end of the program execution.

To make it short, it could just be the number of records and the name of the input table and the number of records in the final table.

Do you know how I could do this.

Thanks a lot,

JB

 

1 REPLY 1
Reeza
Super User

The macro variable syslast contains the name of the last data set created so you can use that to get the statistics from the sashelp.vtable or sashelp.vcolumn data sets.

 

This would need to be customized to the report IMO because if you have ten different inputs what would you want to see. 
PROC SCAPROC may be worth investigating.


@JBChevallier wrote:

Hi all,

 

I'm working with SAS Enterprise Guide 8.1

I'd like to build a small report for the user to get a summary at the end of the program execution.

To make it short, it could just be the number of records and the name of the input table and the number of records in the final table.

Do you know how I could do this.

Thanks a lot,

JB

 


 

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

SAS Enterprise Guide vs. SAS Studio

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 1 reply
  • 402 views
  • 0 likes
  • 2 in conversation