BookmarkSubscribeRSS Feed
deleted_user
Not applicable
I've run into the existance of a SAS catdb on a unix (solaris) system and have no idea what it is. Searching SAS support, I'm not getting any hits on catdb.

Does anybody know?
2 REPLIES 2
darrylovia
Quartz | Level 8
Maybe they meant to say a SAS catalog which has a file extension of .cat7bdat. If so, you can check for the existance of a catalog in a number of ways

-1) function: cexist

-2) look at the dictionary table catalogs.
proc sql;
select *
from dictionary.catalogs;
quit;

-3) SAS Help Views
sashelp.catalg

I hope this helps
-Darryl
deleted_user
Not applicable
I did find some info leading me to believe that it is a .net microsoft catalog. The system with the catdb is one running SAS Intrnet

Maybe the is really Microsoft stuff???
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
  • 2 replies
  • 1325 views
  • 0 likes
  • 2 in conversation