BookmarkSubscribeRSS Feed
Jagadishkatam
Amethyst | Level 16

Dear All,

This is with regard to the graphic catalog we get from proc gplot or gchart with the option gout=. i would like to know if we have a similar option in SG procedures in sas. I have a scenario where i would like to use the catalogs from SG procedure and pass into the template to generate graphs.

i have used the gout option in gplot and used the catalog name in template to generate the graphs.

Any suggestions are appreciated.

Thanks,

Jag

Thanks,
Jag
3 REPLIES 3
ballardw
Super User

If you are trying to recreate the functionality of Proc Greplay a limited ability is possible using tagsets.htmlpanel.

Also you should have the image files themselves, most likely PNG files, in the folder of your work library (or wherever you directed output).

If you are more explicit about what you are attempting to do there may be other options.


Jagadishkatam
Amethyst | Level 16

yes , i agree with you. i got the png image file. But at the moment i am more interested in the catalogs of SG procedures. so if could know the way to get the catalog name generated by the SG , it will be very helpful.

Thanks,
Jag
DanH_sas
SAS Super FREQ

First of all, the SG procedures do not use catalogs. The procedures use ODS template-based technology. In addition to ballardw's thought, I have some addition methods to accomplish what you want:

1. Use ODS layout -- You can use ODS layout to layout the graph output as it is generated.

2. Use ODS Document --  If you need to generate the graph output early and replay it later in the report, use an ODS document to store the output from SGPLOT and replay it using PROC DOCUMENT (you can also use ODS layout in the replay).

3. Use the ODS Graphics Designer -- you can use the ODS Graphics Designer to interactively create a paneled graph that you can run in batch in your report.

Let me know if you me to elaborate further on any of these techniques.

Hope this helps!

Dan

SAS INNOVATE 2024

Innovate_SAS_Blue.png

Registration is open! SAS is returning to Vegas for an AI and analytics experience like no other! Whether you're an executive, manager, end user or SAS partner, SAS Innovate is designed for everyone on your team. Register for just $495 by 12/31/2023.

If you are interested in speaking, there is still time to submit a session idea. More details are posted on the website. 

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.

Get the $99 certification deal.jpg

 

 

Back in the Classroom!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 3 replies
  • 835 views
  • 0 likes
  • 3 in conversation