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

The 2025 SAS Hackathon Kicks Off on June 11!

Watch the live Hackathon Kickoff to get all the essential information about the SAS Hackathon—including how to join, how to participate, and expert tips for success.

YouTube LinkedIn

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