BookmarkSubscribeRSS Feed
BayzidurRahman
Obsidian | Level 7

Hi,
I have added a SAS dataset label to a dataset but when I export the data to Stata format using PROC EXPORT the dataset label is not being exported. Is there any workaround?

5 REPLIES 5
BayzidurRahman
Obsidian | Level 7
data test (label="Test label");
input v1 v2;
cards;
1 3
1 5
3 4
; run;

proc export data=test  outfile="C:\...\test.dta" replace; run;
Kurt_Bremser
Super User

From what I found in the documentation (Stata DTA Files), there are no separate options or statements dealing with dataset labels when exporting to Stata. I suggest you also get in contact with SAS technical support; maybe there is something "hidden" which allows the automatic transfer of dataset labels.

andreas_lds
Jade | Level 19

Do dataset labels exist in Stata at all?

 

Note: I have not used Stata at all.

BayzidurRahman
Obsidian | Level 7

Yes- Stata can take and display dataset label.

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!

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

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
  • 5 replies
  • 523 views
  • 0 likes
  • 3 in conversation