BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
Abud
Calcite | Level 5

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.,

1 ACCEPTED SOLUTION

Accepted Solutions
Cynthia_sas
SAS Super FREQ

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).

http://support.sas.com/documentation/cdl/en/odsug/62755/HTML/default/viewer.htm#p1egirfxbfgtvon1a0ok...

  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

View solution in original post

1 REPLY 1
Cynthia_sas
SAS Super FREQ

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).

http://support.sas.com/documentation/cdl/en/odsug/62755/HTML/default/viewer.htm#p1egirfxbfgtvon1a0ok...

  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

SAS Innovate 2025: Register Now

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!

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 1 reply
  • 809 views
  • 0 likes
  • 2 in conversation