BookmarkSubscribeRSS Feed
deleted_user
Not applicable
I have created the DB2_Server , Db2_Schema and Library working fine under DB2Auth

Now I have added the connection object in DB2 Server for pointing it to defferent DataSrc: with same DB2Auth as before.

Add new Schema: pointing it to schema2
Library: db2libI2 as libref, server: DB2_Server , Schema2

I have created the different DB2 user group (Like DB2_user_group1, DB2_user_group2) for differnet Library which uses different login credential
and exist in DB2 Server as User.

Finally it throws this Message,

NOTE: Libref DB2LIBI2 was successfully assigned as follows:
Engine: DB2
Physical Name: ITERATE2
1 LIBNAME db2libI2 DB2 Datasrc=ABC2 SCHEMA=GR2 USER=user2 PASSWORD=XXXXXXXXXXXXXXXXXXXXXXXXXX ;


I have also tested this running (Display Libname) query from BASE/SAS on server it runs and but doesnot shows me tables.


but if I run this query from BASE/SAS on server it gives me result.

proc sql;
select * from db2libi2.Emp_master;
quit;

I am not understanding why it is happening.

Please let me know ,

Thanks
1 REPLY 1
deleted_user
Not applicable
I resolved... Case Sensitive on DB2 Schema Name.

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

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