BookmarkSubscribeRSS Feed
deleted_user
Not applicable
We are running SAS 8.2 on the z/OS platform. I'd like to know if it's possible to access ORACLE data which resides on the UNIX platform.
Thank you.
Lana.
1 REPLY 1
Cynthia_sas
SAS Super FREQ
Hi, Lana:
This is not really an ODS/Reporting question, so much as it is a data access question.

The answer is "it depends" -- on how SAS is licensed on your various servers and whether/where you have SAS/Access for Oracle licensed.

Generally speaking, if you have all the right pieces in the right places, then you could use the LIBNAME statement:[pre]
libname oralib oracle user=johndoe password=xxxxx path=YYYYYYYY;
[/pre]
OR, you could get to the ORACLE data using SAS/Access to ODBC or SAS/Access to OLE DB.

For more information, consult this documentation:
support.sas.com/documentation/onlinedoc/91pdf/sasdoc_91/access_oracle_7367.pdf

In order to find out the definitive way, given your site license and configuration, your best bet is to contact Tech Support: http://support.sas.com/techsup/contact/index.html
Good luck!
cynthia

sas-innovate-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

Register now!

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
  • 1 reply
  • 513 views
  • 0 likes
  • 2 in conversation