BookmarkSubscribeRSS Feed
rs72
Calcite | Level 5

hello ,
I am trying to use graph template use by Proc Logistics / effectplot , so that I can modify the graph template for some changes
like Y axis label . But when I use this below code

proc template;
source Stat.Logistic.Graphics.EffectCont/ file="&path/reg.txt";
run;

I get log message as-

"link Stat.Logistic.Graphics.EffectCont to Common.Zreg.Graphics.EffectCont;"

can someone tell me what does this above log message means ?

2 REPLIES 2
sbxkoenk
SAS Super FREQ

@rs72 wrote:

I get log message as-

"link Stat.Logistic.Graphics.EffectCont to Common.Zreg.Graphics.EffectCont;"

can someone tell me what does this above log message means ?


So you are trying to get the "source code" of the logistic regression effect(s) plot in

"&path/reg.txt"

but reg.txt is empty ... i.e. no code in it. Correct?

 

I think you should open a Technical Support track in your country to address this. I don't know what that log message means.

You can use the SAS Customer Service Portal (customer portal) for that.
       The new customer experience is here
       By Kimberly May on SAS Users August 21, 2023
https://blogs.sas.com/content/sgf/2023/08/21/the-new-customer-experience-is-here/

 

Some general tips :

  • Unless you are determined to use PROC TEMPLATE, it would maybe be easier to save the graph's data (graph = effect plot) using ODS OUTPUT and produce the desired graph with PROC SGPLOT.
  • The documentation for the EFFECTPLOT statement shows the graph names in this section:
    ODS Graphics: EFFECTPLOT Statement
    https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/statug/statug_introcom_sect029.htm
  • Please see the following usage note which addresses how you can modify an ODS graph or save its data and reproduce it in the desired form:
       http://support.sas.com/kb/24529
  • The answers to many questions can be found in the Samples and SAS Notes in our searchable knowledgebase, http://support.sas.com/notes.  You can use the search engine there to find the answers you need.

BR, Koen

rs72
Calcite | Level 5

Thanks Koen ,

yes reg.txt is empty ... i.e. no code in it.  I have submitted query to SAS technical support . 

and I am creating graph by  PROC SGPLOT .

sas-innovate-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

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