BookmarkSubscribeRSS Feed
XZ1288
Calcite | Level 5

I always see the syntax "style table from output" in PROC TEMPLATE when defining a new style for output frame. Per SAS explanation, "output" should be an existing style element. I would like to check the original style setting, but couldn't find any description of this element in either SAS documentation or SASHELP.TMPLMST.  

 

Could anyone help to provide some guidance? Thanks in advance

 

proc template;
   define style styles.rtfstyle;
   parent=styles.rtf;
   style table from output /

        ...;
   style header from header /

       ...;

run;

1 REPLY 1
Ksharp
Super User

You could find it by this :

proc template;
source styles.default;
run;

Ksharp_0-1753318495289.png

 

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