Hello everbody !
I'd like to know if it's possible create a New Document Store Interactively using sas guide 4.3.
tk's in advance.,
Hi:
The way to open an ODS document window in order to have an interactive session with ODS DOCUMENT stores and make a new document store is to issue the ODSDOC command from a Display Manager command line.
There is no way to start an interactive window in SAS EG because there is no command line (there is no "Display Manager"). When you submit an EG task, like a LIST DATA task or a SUMMARY TABLES task, the code is submitted in batch mode to SAS on the server, no matter where the server is located. The SAS session that EG is communicating with doesn't have a monitor or window that you can "pop" open interactively.
When you are using EG, you will have to use PROC DOCUMENT batch syntax to build your new ODS DOCUMENT. As you can see from the documentation on when to use the DOCUMENTS window, all of the interactive screenshots show the use of SAS Display Manager (or the SAS windowing environment).
You can submit PROC DOCUMENT code in an EG code node window to create an ODS DOCUMENT store on your SAS server. And there is also PROC DOCUMENT syntax to do the rearrange and replay of the output objects.
cynthia
Hi:
The way to open an ODS document window in order to have an interactive session with ODS DOCUMENT stores and make a new document store is to issue the ODSDOC command from a Display Manager command line.
There is no way to start an interactive window in SAS EG because there is no command line (there is no "Display Manager"). When you submit an EG task, like a LIST DATA task or a SUMMARY TABLES task, the code is submitted in batch mode to SAS on the server, no matter where the server is located. The SAS session that EG is communicating with doesn't have a monitor or window that you can "pop" open interactively.
When you are using EG, you will have to use PROC DOCUMENT batch syntax to build your new ODS DOCUMENT. As you can see from the documentation on when to use the DOCUMENTS window, all of the interactive screenshots show the use of SAS Display Manager (or the SAS windowing environment).
You can submit PROC DOCUMENT code in an EG code node window to create an ODS DOCUMENT store on your SAS server. And there is also PROC DOCUMENT syntax to do the rearrange and replay of the output objects.
cynthia
Registration is now open for SAS Innovate 2025 , our biggest and most exciting global event of the year! Join us in Orlando, FL, May 6-9.
Sign up by Dec. 31 to get the 2024 rate of just $495.
Register now!
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.
Ready to level-up your skills? Choose your own adventure.