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
Diamond | Level 26
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

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

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.

SAS Training: Just a Click Away

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

Browse our catalog!

Discussion stats
  • 1 reply
  • 832 views
  • 0 likes
  • 2 in conversation