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

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

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.

SAS Training: Just a Click Away

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

Browse our catalog!

Discussion stats
  • 2 replies
  • 2313 views
  • 0 likes
  • 2 in conversation