BookmarkSubscribeRSS Feed
kds
Calcite | Level 5 kds
Calcite | Level 5

Hi Experts,

Outside Mainframe , following sas libname statement format is used to acecss some table say TAB1.

libname mdat sasspds schema="schemaname" user="userxx" password="XXXXXXXXX" serv="4160" host="spdserv" ip=yes;

But how the above statement would be written in JCL?
or should the above libname statement written inside the SAS program that is in Mainframe?

Please help!

2 REPLIES 2
Amir
PROC Star

Hi,

I would recommend writing it in the SAS program as it has SAS specific options (not JCL) that are being configured.

Regards,

Amir.

kds
Calcite | Level 5 kds
Calcite | Level 5

Thanks Amir

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!

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
  • 2 replies
  • 667 views
  • 3 likes
  • 2 in conversation