BookmarkSubscribeRSS Feed
wkossack_nspirehealth_com
Calcite | Level 5

I on windows server 2003

I'm using

%let outpt = \Research\

libname outpt "&outpt";

to output a sas dataset to a file server.

however when I try to open the dataset from windows explorer I get a warning 1 lines longer than 32760 charactgers were truncated

how can I fix this?

2 REPLIES 2
art297
Opal | Level 21

You are missing a semicolon.  i.e.

%let outpt = \Research\;

wkossack_nspirehealth_com
Calcite | Level 5

nope...that was a copy paste error.  No error messages are generated when creating the dataset.

I think I solved it....somehow the file associations got messed up.

I went into properties for one of the data files and set it to 'The SAS System for windows'.  That fixed it for windows explorer but I still have a problem in SAS.  If I open inside SAS using the folder icon at the top and browse to where the files are located I still get the error.

If I write a quick program and use the libname I am able to open the dataset from the library

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
  • 2 replies
  • 1857 views
  • 0 likes
  • 2 in conversation