BookmarkSubscribeRSS Feed
deleted_user
Not applicable
I need some help to run the ODS Graphic Designer. From the following guide, it seems that the only statement to submit is %sgdesign; but an error message in the log screen say that:

Warning: Apparent invocation of macro SGDESIGN not resolved
Error 180-322 Statement is not valid or it is used out of proper order.

http://support.sas.com/documentation/cdl/en/grstatdesign/61690/HTML/default/n1pkjq21j08exrn0z5l84525...

Not sure what I was missing. Any suggestions?
Thanks.

PS. I am using Windows SAS 9.2
2 REPLIES 2
Cynthia_sas
Diamond | Level 26
Hi:

You might try opening a track with Tech Support to find out more about starting the Graphic Designer. I was not able to successfully start it on my 9.2 Phase 2 install.

cynthia
Andre
Obsidian | Level 7
I think that i was more lucky
As my version of 9.2.2 is dated of mid july
the %sgdesign; engender after one minute
a unattended "Wooaw" reaction!

after on the log such processes where executed

here only on the second call without samples constructing
401 %sgdesign;
NOTE: This is a preproduction version of SAS/GRAPH: ODS Graphics Designer.
MPRINT(SGDESIGN): options nonotes noquotelenmax;
MPRINT(SGDESIGN): ;
MPRINT(GETCONFIGARG): ;
MPRINT(SGDESIGN): ;
MPRINT(CREATEDATASETS): ;
MPRINT(SGDESIGN): ;
MPRINT(WRITEOPTIONS): ;
MPRINT(WRITEOPTIONS): data _null_;
MPRINT(WRITEOPTIONS): file "d:\My SAS Files\work\_TD2904\_option_";
MPRINT(WRITEOPTIONS): length optVal $100;
MPRINT(WRITEOPTIONS): array opts{4} $10 ("fmtsearch" "missing" "label" "fmterr");
MPRINT(WRITEOPTIONS): do i = 1 to 4;
MPRINT(WRITEOPTIONS): optVal=getoption(opts{i}, 'keyword');
MPRINT(WRITEOPTIONS): put optVal;
MPRINT(WRITEOPTIONS): end;
MPRINT(WRITEOPTIONS): run;
MPRINT(SGDESIGN): ;
MPRINT(SGDESIGN): systask kill _grsgdsgn_server_;
MPRINT(SGDESIGN): systask command " ""C:\Program Files\SAS\SASFoundation\9.2\sas.exe"" -config
""C:\Program Files\SAS\SASFoundation\9.2\nls\en\SASV9.CFG"" -noterminal -noxcmd -nolog -altlog
srvlog.txt -nosplash -objectserver -objectserverparms ""protocol=bridge port=5310 nosecurity
cel=none """" " taskname=_grsgdsgn_server_;
MPRINT(SGDESIGN): proc jlaunch direct librefs app='com/sas/graphics/sgdesigner/SGDesigner';
MPRINT(SGDESIGN): picklist name='graph/graph.txt';
MPRINT(SGDESIGN): joption name="internal" value="true";
MPRINT(SGDESIGN): joption name="configRoot" value="C:\Program
Files\SAS\SASFoundation\9.2\graph\sasmisc";
MPRINT(SGDESIGN): joption name="portNum" value="5310";
MPRINT(SGDESIGN): run;
MPRINT(SGDESIGN): option NOTES;
MPRINT(SGDESIGN): option QUOTELENMAX;

NOTE: Task "_grsgdsgn_server_" produced no LOG/Output.

HTH
Andre

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

Register Now

What is Bayesian Analysis?

Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.

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