BookmarkSubscribeRSS Feed
deleted_user
Not applicable
Hi,
probably a stupid question, but I've been reading on and on in the OnlineDoc, and I can't figure out how to do it...

I face several challenges: we are a few users that would like to use the same customized style, hence we have to retrieve the style from a central/common drive (we do that already with our formats-catalog) - how do we set that up? As it is now, the styles are stored in our sasuser-profiles (I think), and thus only the user who created the style can access it...

On top of that we run our programs both on pc's and in a Unix server environment, is it at all possible to cross-communicate between these two environments?

Thank you in advance 🙂
Jenny
2 REPLIES 2
Olivier
Pyrite | Level 9
Hi Jenny.
To share your customized styles, you only have a few changes to do ; as you pinpoint, it works in the same fashion as formats, except that styles are saved into "item stores" whereas formats or macros are saved in catalogs.
1) LIBNAME comODS "network location" ;
2) ODS PATH comODS.templates (write) sashelp.tmplmst (read) ;
3) re-run once the Template procedures to store the styles they create in your new item store (called TEMPLATES and located on the network drive).

The 2nd part is the ODS equivalent to OPTION FMTSEARCH for formats, and to OPTION SASMSTORE or SASAUTOS for macros.

For the cross-environnement part of your question, I haven't got a clue. Sorry.

Regards.
Olivier
Tim_SAS
Barite | Level 11
> On top of that we run our programs both on pc's and
> in a Unix server environment, is it at all possible
> to cross-communicate between these two environments?

It's not possible to share a template store among different systems. Template stores don't have any kind of cross-environment data access support like data sets have. You'll have to build the template store for each system.

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

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
  • 646 views
  • 0 likes
  • 3 in conversation