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
SAS Super FREQ
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

sas-innovate-2024.png

Join us for SAS Innovate April 16-19 at the Aria in Las Vegas. Bring the team and save big with our group pricing for a limited time only.

Pre-conference courses and tutorials are filling up fast and are always a sellout. Register today to reserve your seat.

 

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.

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