BookmarkSubscribeRSS Feed
NicolaD
Calcite | Level 5
Hi, I've been sent an SPSS data file in .por format which I can normally convert into sas using the proc convert procedure with no problems, however since our oganisation upgraded to SAS 9.2 with Enterprise Guide 4.2 the proc convert code we usually use doesn't seem to be working. I now get a "Read Access Validation in Task [convert (2)] Exception occurred at (06F3EA22)"

We then asked our supplier to use SPSS to convert the file to a SAS file rather than a por file and they sent us one with a file extension .sas7dbat when all our other files have the extension .sas7bdat.This file did not appear on the list of files that could be opened by SAS. Finally we asked them if SPSS allowed them to create sas7bdat files and they sent us one with this extension, however SAS now doesn't recongise it and says it cannot open it.

Does anyone have any suggestions that we can try or tell our supplier to try in SPSS?

My proc convert code is as follows:


libname health BASE 'C:\Lifestyles\HSE08';
libname health 'C:\Lifestyles\HSE08';

filename hse08ai 'C:\Lifestyles\HSE08\hse08ai.por';

proc convert spss=hse08ai out=health.hse08ai;

Many thanks
Nicola
run;
2 REPLIES 2
Doc_Duke
Rhodochrosite | Level 12
You probably need to call tech support on this one.

If you are caught between "a rock and a hard place", you can use a third party product (StatTransfer, say) to do the conversion.

Doc
NicolaD
Calcite | Level 5
Thanks, our suppliers managed to figure it out at their end so it now works!

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

What is Bayesian Analysis?

Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.

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