BookmarkSubscribeRSS Feed
Jackie418
Calcite | Level 5
I am submitting the following program to create an editable graph. It creates an sge file but when I open it, it is empty. The accompanying png file is normal. It only seems to work if I get rid of the predpplot statement. However that doesn't give me the graph I want. Any help is appreciated.

ods listing sge=on;
ods graphics on;
proc probit data=all ln plots=all;
where group = "Site";
model Mortality/trials = tpah / d=gompertz lackfit;
predpplot noconf nogrid VREF(intersect)= 0.217 0.244 0.281 VREFLABELS=('85% UTL' '90% UTL' '95% UTL');
run;
1 REPLY 1
DanH_sas
SAS Super FREQ

Hey Jackie,

This should have worked for you. Where there any log message generated during this run?

Thanks!
Dan

SAS Innovate 2025: Register Now

Registration is now open for SAS Innovate 2025 , our biggest and most exciting global event of the year! Join us in Orlando, FL, May 6-9.
Sign up by Dec. 31 to get the 2024 rate of just $495.
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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 1 reply
  • 868 views
  • 0 likes
  • 2 in conversation