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 2025: Save the Date

 SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!

Save the date!

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