View previous topic :: View next topic |
Author |
Message |
rpanicker Beginner
Joined: 11 May 2007 Posts: 2 Topics: 1
|
Posted: Sat Jul 14, 2007 12:25 pm Post subject: SAS Database version |
|
|
Hi All,
We are currently upgrading the SAS version in our shop to Version 8. As per the information I have, SAS version 8 cannot update SAS database 5. And so we need to copy it to version 6 first and then copy to version 8.
Is there a way to find out the version of a SAS database/library?
I am unable to browse it as it is not of a valid blocksize.
I don't want to do a PROC COPY as I am not sure whether it converts it to version6.
What I have done is copy it using IEBGENER into a volume I can access. Will IEBGENER have any affect on SAS version 5 database if I copy it?
I browse the database to check the version.
Is there any other way of checking the version of the database.
Any information is appreciated. |
|
Back to top |
|
 |
dbzTHEdinosauer Supermod
Joined: 20 Oct 2006 Posts: 1411 Topics: 26 Location: germany
|
Posted: Sat Jul 14, 2007 1:04 pm Post subject: |
|
|
why don't you talk with the sas people? _________________ Dick Brenholtz
American living in Varel, Germany |
|
Back to top |
|
 |
expat Intermediate

Joined: 01 Mar 2007 Posts: 475 Topics: 9 Location: Welsh Wales
|
Posted: Sun Jul 15, 2007 7:13 am Post subject: |
|
|
Just off the top of my head, but doesn't PROC OPTIONS show the current level ?
Will try to take another look tomorrow when I'm back in the office.
As you have said UPDATE rather than READ, why not try doing a PROC COPY or even just a READ V5/ WRITE V8 and see what happens. _________________ If it's true that we are here to help others,
then what exactly are the others here for ? |
|
Back to top |
|
 |
rpanicker Beginner
Joined: 11 May 2007 Posts: 2 Topics: 1
|
Posted: Sun Jul 15, 2007 7:24 am Post subject: |
|
|
Thanks for the replies.
The issue is we are testing these in test and am not sure if the issues is with access or with the SAS version. We were able to detect some libraries where we got an error which said that version 8 is unable to update the dataset. |
|
Back to top |
|
 |
expat Intermediate

Joined: 01 Mar 2007 Posts: 475 Topics: 9 Location: Welsh Wales
|
Posted: Mon Jul 16, 2007 11:48 am Post subject: |
|
|
If you can not update the dataset then you will need SAS to read the V5 data and write it into V8 format. _________________ If it's true that we are here to help others,
then what exactly are the others here for ? |
|
Back to top |
|
 |
|
|