- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Is there a way to create a chart that will show in the IBM z/OS Mainframe
or does ths function only show in Sas Studio ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
The short answer is yes you can. I run jobs that generate hundreds of web pages per day on the mainframe, using PROC REPRT, PROC PRINT and most of the SG procs, including quite a few written in GTL and rendered with PROC SGRENDER. It sounds as you are unsure about how to get started. You will need to contact the person or group that installed and customized SAS on your mainframe to learn how to invoke SAS and generate reporting available to the web. While the general principles are the same for everyone, the specifics of what you need to do will be unique to your shop/
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
thank you , I have the code - and procedure just unsure at this time how to create a graph from the mainframe data
we're using
***********************************************************************
*** PRODUCT: MVS SAS 9.4 **
*** DOCUMENTATION: SAS CONFIGURATION GUIDE, SAS 9.4 **
*** NOTE: REFER TO THE DOCUMENTATION FOR USAGE OF THIS FILE **
*** FROM: SAS INSTITUTE INC., SAS CAMPUS DRIVE, CARY, NC 27513 USA **
***********************************************************************
thanks @jimhorne
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
What SAS user interface are you using? You will need one that supports graphics if you want to display the results. SAS Studio or Enterprise Guide should work.