Hi,
I need to use PROC GCHART to generate some charts on z/Os mainframe. When I run the code below in interactive SAS window, I get a a message "No device name has been given--please enter device name:"
PROC GCHART DATA=SASHELP.CLASS ;
PIE AGE ;
RUN ;
I assign the device to "GIF" and it works fine. After that I need to transfer the output file from z/Os Mainframe to PC to view it.
I want to know if there is a way where we can see the output in z/Os mainframe screen itself so that transferring the file everytime during testing can be avoided.
Can anyone help?