BookmarkSubscribeRSS Feed
Prabu
Fluorite | Level 6

1.libname tdsas teradata TDPID=AML_DM user="%SYSGET(user)"  password="%SYSGET(PASSWD)" ;

2.LIBNAME Tdsas teradata server='P2TERDTDBV01:1521' TDPID=AML_DM USER= "%SYSGET(USER)"
   PASSWORD="%SYSGET(PASSWD)";

 

I tried the above approaches to connect Teradata DB to SAS, But I get the following error

ERROR: Teradata connection: MTDP: EM_NOHOST(224): name not in HOSTS file or names database.

my aim is to convert a Teradata table to a SAS dataset.

 

Kindly help me with a solution.

2 REPLIES 2
kiranv_
Rhodochrosite | Level 12

did your libname work, what does your log say. if your log shows no error you can do.

 

data work.sastable;

set Tdsas.teradatatable;

run;

 

 

 

 

kiranv_
Rhodochrosite | Level 12

looks like you are unable to connect. easiest way to fix ask a colleague how they connect to Teradata, even better inform a SAS admin about this and he will be able to help you with this.

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