Hi all,
I have a issue with dataset. whenever i am trying to open some of the dataset in sas viewer and also in sas , i can not able to open the dataset it is pop up with a below window. but i can able to open the dataset with universal viewer.
Could any one help, how to over come this issue..with out using updated viewers..
Thanks & Regards,
Yaswanth J.
Hi..
Have you used any format for this dataset??
If YES,make sure that format name length should not be exceed 8 character.That might cause the error..
Thanks & Regards.
Sanjeev.K
The only issue I have had when using SAS System Viewer 9.1 (the last one SAS released) is when trying to read 64 bit datasets created on Unix. I can read 32 bit from Unix and 32 and 64 bit from Windows.
If you are creating the datasets that you cannot view with SAS Viewer then you might want to look into using the OUTREP setting.
proc copy inlib=in outlib=out noclone datecopy memtype=data ;
run;
Try searching for
sv unknown error site:sas.com
with google. There were a number of hits that might be pertinent.
Thanks TOM and DOC.., i will try..
Thanks & Regards,
Yaswanth J.
Hi..
Have you used any format for this dataset??
If YES,make sure that format name length should not be exceed 8 character.That might cause the error..
Thanks & Regards.
Sanjeev.K
ohk great...its working..
Thanks Sanjeev..
Thanks,
Yaswanth J.
SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!
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.
Ready to level-up your skills? Choose your own adventure.