<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: sas -stdio -terminal does not send output to terminal and appears to not work in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/sas-stdio-terminal-does-not-send-output-to-terminal-and-appears/m-p/903077#M27516</link>
    <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/78975"&gt;@gwootton&lt;/a&gt;&amp;nbsp; &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/159"&gt;@Tom&lt;/a&gt;&amp;nbsp; yes I mentioned python to make these points to help get an answer:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1) I am not interested in running an interactive session in and of itself so alternative access methods wont help with a solution, I only care about getting it to work so I can read and write sas files in python using this package. &lt;/P&gt;
&lt;P&gt;2) the issue is not with the python package it is with sas is not interfacing with the stdio correctly, since I get the same results running the sas code directly.&lt;/P&gt;
&lt;P&gt;3) the issue is not with linux since all other programs are working as expect and output can redirect as expected&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thanks,&lt;/P&gt;</description>
    <pubDate>Tue, 14 Nov 2023 21:58:07 GMT</pubDate>
    <dc:creator>weg</dc:creator>
    <dc:date>2023-11-14T21:58:07Z</dc:date>
    <item>
      <title>sas -stdio -terminal does not send output to terminal and appears to not work</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/sas-stdio-terminal-does-not-send-output-to-terminal-and-appears/m-p/903028#M27504</link>
      <description>&lt;P&gt;My goal is to use saspy on a linux server with sas 9.4 installed.&amp;nbsp; When I initializes a session with sas = saspy.SASsession(), python freezes and sas takes over like I'm being prompted for input (which should't happen per the examples), but there is no text displayed, and the interactive mode will not end after an "end;" statement. If I hit ctrl+c/ctrl+d sas gives the exit y/n termination prompt and then the python program crashes.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When I try the command it is attempting to use, I get the same results with no text output.&amp;nbsp; typing in text does not execute anything after the end statement is reached&lt;/P&gt;
&lt;P&gt;/apps/SAS/v9.4/SASHome/SASFoundation/9.4/bin/sas_en -fullstimer -nodms -stdio -terminal -nosyntaxcheck -pagesize MAX &lt;/P&gt;
&lt;P&gt;(same results with sas_u8)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;same if I just call sas -stdio -terminal. I cant call just sas with no arguments since the server doesnt have an x11 server configured and I get an error.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;the only other thing I notice is after running a session a&amp;nbsp; __STDERROR__ file appearing in my home directory that appears to be the log file.&amp;nbsp; any text I enter seems to run but sas doesnt seem to be able to attach to the terminal directly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm guessing this belongs in deployment since it seems to be an issue with the sas config, but I can put it in a different spot if someone things that would be better.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Nov 2023 18:52:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/sas-stdio-terminal-does-not-send-output-to-terminal-and-appears/m-p/903028#M27504</guid>
      <dc:creator>weg</dc:creator>
      <dc:date>2023-11-14T18:52:20Z</dc:date>
    </item>
    <item>
      <title>Re: sas -stdio -terminal does not send output to terminal and appears to not work</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/sas-stdio-terminal-does-not-send-output-to-terminal-and-appears/m-p/903035#M27505</link>
      <description>Running the sas binary with the -nodms option should send the prompts to the terminal, does that not happen for you?</description>
      <pubDate>Tue, 14 Nov 2023 19:02:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/sas-stdio-terminal-does-not-send-output-to-terminal-and-appears/m-p/903035#M27505</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2023-11-14T19:02:39Z</dc:date>
    </item>
    <item>
      <title>Re: sas -stdio -terminal does not send output to terminal and appears to not work</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/sas-stdio-terminal-does-not-send-output-to-terminal-and-appears/m-p/903038#M27506</link>
      <description>&lt;P&gt;hmm yes it does.&amp;nbsp; so I'm guessing the lack of text when calling sas -nodms -stdio -terminal is expected behavior? &lt;/P&gt;</description>
      <pubDate>Tue, 14 Nov 2023 19:20:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/sas-stdio-terminal-does-not-send-output-to-terminal-and-appears/m-p/903038#M27506</guid>
      <dc:creator>weg</dc:creator>
      <dc:date>2023-11-14T19:20:02Z</dc:date>
    </item>
    <item>
      <title>Re: sas -stdio -terminal does not send output to terminal and appears to not work</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/sas-stdio-terminal-does-not-send-output-to-terminal-and-appears/m-p/903046#M27507</link>
      <description>When I run SAS with the stdio option it does not return a prompt (e.g. 1?) but I still see output from the starting of SAS (copyright info, version, etc) in my terminal. If you do not see those that makes me think stdout is being redirected elsewhere. The stdio option lets you use redirects to pass commands to SAS or output from SAS. I believe that's how saspy works when using the stdio connection option. After you run sas with the -stdio option if you submit "endsas;" does it return to the prompt?&lt;BR /&gt;&lt;BR /&gt;STDIO System Option: UNIX&lt;BR /&gt;&lt;A href="https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/hostunx/n00se9h5vrwqrbn1uu4nb0yysmdl.htm" target="_blank"&gt;https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/hostunx/n00se9h5vrwqrbn1uu4nb0yysmdl.htm&lt;/A&gt;</description>
      <pubDate>Tue, 14 Nov 2023 19:49:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/sas-stdio-terminal-does-not-send-output-to-terminal-and-appears/m-p/903046#M27507</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2023-11-14T19:49:09Z</dc:date>
    </item>
    <item>
      <title>Re: sas -stdio -terminal does not send output to terminal and appears to not work</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/sas-stdio-terminal-does-not-send-output-to-terminal-and-appears/m-p/903054#M27508</link>
      <description>No I dont see any text using sas -stdio besides the termination prompt once I hit ctrl+c.   I get  __STDERROR__  in the directory I am in with the logs but nothing else</description>
      <pubDate>Tue, 14 Nov 2023 20:31:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/sas-stdio-terminal-does-not-send-output-to-terminal-and-appears/m-p/903054#M27508</guid>
      <dc:creator>weg</dc:creator>
      <dc:date>2023-11-14T20:31:12Z</dc:date>
    </item>
    <item>
      <title>Re: sas -stdio -terminal does not send output to terminal and appears to not work</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/sas-stdio-terminal-does-not-send-output-to-terminal-and-appears/m-p/903062#M27510</link>
      <description>So submitting endsas; doesn't terminate it either? It sounds like your stdio is not being directed to your terminal session then. Not sure why that would be, but that may be why saspy isn't working either.</description>
      <pubDate>Tue, 14 Nov 2023 21:13:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/sas-stdio-terminal-does-not-send-output-to-terminal-and-appears/m-p/903062#M27510</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2023-11-14T21:13:25Z</dc:date>
    </item>
    <item>
      <title>Re: sas -stdio -terminal does not send output to terminal and appears to not work</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/sas-stdio-terminal-does-not-send-output-to-terminal-and-appears/m-p/903064#M27511</link>
      <description>&lt;P&gt;I don't understand what you are trying to do and how Python has anything to do with it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you want run SAS interactively from a dumb terminal just use:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;sas -nodms&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;When you use -stdio you usually have some file with the commands that you want to push into SAS then just send to standard input.&amp;nbsp; I think the stdout is the LISTING and stderr is the LOG.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;cat myfile.sas | sas -stdio&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Nov 2023 21:16:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/sas-stdio-terminal-does-not-send-output-to-terminal-and-appears/m-p/903064#M27511</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2023-11-14T21:16:52Z</dc:date>
    </item>
    <item>
      <title>Re: sas -stdio -terminal does not send output to terminal and appears to not work</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/sas-stdio-terminal-does-not-send-output-to-terminal-and-appears/m-p/903073#M27513</link>
      <description>&lt;P&gt;"endsas;" will terminate as if I hit ctrl+d but there is no output.&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;running sas filename.sas works fine and any linux commands work correctly with redirecting &amp;amp;1 and &amp;amp;2 for stdout/stderr&lt;/P&gt;</description>
      <pubDate>Tue, 14 Nov 2023 21:50:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/sas-stdio-terminal-does-not-send-output-to-terminal-and-appears/m-p/903073#M27513</guid>
      <dc:creator>weg</dc:creator>
      <dc:date>2023-11-14T21:50:48Z</dc:date>
    </item>
    <item>
      <title>Re: sas -stdio -terminal does not send output to terminal and appears to not work</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/sas-stdio-terminal-does-not-send-output-to-terminal-and-appears/m-p/903074#M27514</link>
      <description>&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/159"&gt;@Tom&lt;/a&gt; I believe they are trying to use the STDIO access method for saspy which is hanging when running sas = saspy.SASsession() and so are troubleshooting by running the command directly.</description>
      <pubDate>Tue, 14 Nov 2023 21:51:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/sas-stdio-terminal-does-not-send-output-to-terminal-and-appears/m-p/903074#M27514</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2023-11-14T21:51:56Z</dc:date>
    </item>
    <item>
      <title>Re: sas -stdio -terminal does not send output to terminal and appears to not work</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/sas-stdio-terminal-does-not-send-output-to-terminal-and-appears/m-p/903076#M27515</link>
      <description>If you redirect the output of sas to another file is it captured? e.g. sas -nodms -stdio &amp;gt; test.log 2&amp;gt;&amp;amp;1&lt;BR /&gt;&lt;BR /&gt;then submit endsas; to terminate?&lt;BR /&gt;what if you redirect to /dev/stdout?</description>
      <pubDate>Tue, 14 Nov 2023 21:57:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/sas-stdio-terminal-does-not-send-output-to-terminal-and-appears/m-p/903076#M27515</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2023-11-14T21:57:02Z</dc:date>
    </item>
    <item>
      <title>Re: sas -stdio -terminal does not send output to terminal and appears to not work</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/sas-stdio-terminal-does-not-send-output-to-terminal-and-appears/m-p/903077#M27516</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/78975"&gt;@gwootton&lt;/a&gt;&amp;nbsp; &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/159"&gt;@Tom&lt;/a&gt;&amp;nbsp; yes I mentioned python to make these points to help get an answer:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1) I am not interested in running an interactive session in and of itself so alternative access methods wont help with a solution, I only care about getting it to work so I can read and write sas files in python using this package. &lt;/P&gt;
&lt;P&gt;2) the issue is not with the python package it is with sas is not interfacing with the stdio correctly, since I get the same results running the sas code directly.&lt;/P&gt;
&lt;P&gt;3) the issue is not with linux since all other programs are working as expect and output can redirect as expected&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thanks,&lt;/P&gt;</description>
      <pubDate>Tue, 14 Nov 2023 21:58:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/sas-stdio-terminal-does-not-send-output-to-terminal-and-appears/m-p/903077#M27516</guid>
      <dc:creator>weg</dc:creator>
      <dc:date>2023-11-14T21:58:07Z</dc:date>
    </item>
    <item>
      <title>Re: sas -stdio -terminal does not send output to terminal and appears to not work</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/sas-stdio-terminal-does-not-send-output-to-terminal-and-appears/m-p/903078#M27517</link>
      <description>&lt;P&gt;sas -nodms -stdio &amp;gt; test.log 2&amp;gt;&amp;amp;1 results in blank test.log and the __STDERR__ file that keeps getting created has the log output&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;same with redirecting to /dev/stdout without updating the test.log file&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;the return code $? is 0 for both cases&lt;/P&gt;</description>
      <pubDate>Tue, 14 Nov 2023 22:04:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/sas-stdio-terminal-does-not-send-output-to-terminal-and-appears/m-p/903078#M27517</guid>
      <dc:creator>weg</dc:creator>
      <dc:date>2023-11-14T22:04:23Z</dc:date>
    </item>
    <item>
      <title>Re: sas -stdio -terminal does not send output to terminal and appears to not work</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/sas-stdio-terminal-does-not-send-output-to-terminal-and-appears/m-p/903081#M27518</link>
      <description>&lt;P&gt;Try a simple self contained command.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;echo 'proc print data=sashelp.class(obs=3);run;' | sas -stdio -noautoexec 2&amp;gt;&amp;amp;1&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Works for me&lt;/P&gt;
&lt;PRE&gt;1                                                          The SAS System                           17:17 Tuesday, November 14, 2023

NOTE: Copyright (c) 2016 by SAS Institute Inc., Cary, NC, USA. 
NOTE: SAS (r) Proprietary Software 9.4 (TS1M7) 
      Licensed to xxx
NOTE: This session is executing on the Linux 3.10.0-1160.15.2.el7.x86_64 (LIN X64) platform.



NOTE: Analytical products:
      
      SAS/STAT 15.2
      SAS/ETS 15.2
      SAS/OR 15.2
      SAS/IML 15.2
      SAS/QC 15.2

NOTE: Additional host information:

 Linux LIN X64 3.10.0-1160.15.2.el7.x86_64 #1 SMP Thu Jan 21 16:15:07 EST 2021 x86_64 Red Hat Enterprise Linux Server release 7.9 
      (Maipo) 

NOTE: SAS initialization used:
      real time           0.05 seconds
      cpu time            0.03 seconds
      
1    proc print data=sashelp.class(obs=3);run;                                                           The SAS System                       17:17 Tuesday, November 14, 2023   1

                                          Obs     Name      Sex    Age    Height    Weight

                                            1    Alfred      M      14     69.0      112.5
                                            2    Alice       F      13     56.5       84.0
                                            3    Barbara     F      13     65.3       98.0
NOTE: There were 3 observations read from the data set SASHELP.CLASS.
NOTE: The PROCEDURE PRINT printed page 1.
NOTE: PROCEDURE PRINT used (Total process time):
      real time           0.02 seconds
      cpu time            0.02 seconds
      
NOTE: SAS Institute Inc., SAS Campus Drive, Cary, NC USA 27513-2414
NOTE: The SAS System used:
      real time           0.08 seconds
      cpu time            0.05 seconds
      
&lt;/PRE&gt;</description>
      <pubDate>Tue, 14 Nov 2023 22:20:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/sas-stdio-terminal-does-not-send-output-to-terminal-and-appears/m-p/903081#M27518</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2023-11-14T22:20:11Z</dc:date>
    </item>
    <item>
      <title>Re: sas -stdio -terminal does not send output to terminal and appears to not work</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/sas-stdio-terminal-does-not-send-output-to-terminal-and-appears/m-p/903082#M27519</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/159"&gt;@Tom&lt;/a&gt; hmm that got me somewhere:&lt;/P&gt;
&lt;P&gt;$ echo 'proc print data=sashelp.class(obs=3);run;' | sas -stdio -noautoexec 2&amp;gt;&amp;amp;1&lt;BR /&gt;The SAS System 17:32 Tuesday, November 14, 2023 1&lt;/P&gt;
&lt;P&gt;Obs Name Sex Age Height Weight&lt;/P&gt;
&lt;P&gt;1 Alfred M 14 69.0 112.5&lt;BR /&gt;2 Alice F 13 56.5 84.0&lt;BR /&gt;3 Barbara F 13 65.3 98.0&lt;/P&gt;
&lt;P&gt;$&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm still got getting log output but proc print seems to work&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Nov 2023 22:37:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/sas-stdio-terminal-does-not-send-output-to-terminal-and-appears/m-p/903082#M27519</guid>
      <dc:creator>weg</dc:creator>
      <dc:date>2023-11-14T22:37:05Z</dc:date>
    </item>
    <item>
      <title>Re: sas -stdio -terminal does not send output to terminal and appears to not work</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/sas-stdio-terminal-does-not-send-output-to-terminal-and-appears/m-p/903109#M27521</link>
      <description>&lt;P&gt;When you use:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;sas -nodms&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Does it show you the LOG output?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If not them something is messed up with your SAS command.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also are you running SAS on a single machine?&amp;nbsp; Or are you using some type of GRID to actually run SAS on some other machine?&amp;nbsp; What GRID are you using? LSF?&amp;nbsp; Perhaps those settings are wrong?&lt;/P&gt;</description>
      <pubDate>Wed, 15 Nov 2023 01:17:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/sas-stdio-terminal-does-not-send-output-to-terminal-and-appears/m-p/903109#M27521</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2023-11-15T01:17:18Z</dc:date>
    </item>
    <item>
      <title>Re: sas -stdio -terminal does not send output to terminal and appears to not work</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/sas-stdio-terminal-does-not-send-output-to-terminal-and-appears/m-p/903191#M27522</link>
      <description>I do get output with -nodms, and I dont think I'm using a grid or lsf. It also correctly runs a step after submitting an end; statement wheras using -nodms -stdio -terminal the only way I can get it to end us using ctrl+c/ctrl+d or endsas;</description>
      <pubDate>Wed, 15 Nov 2023 13:24:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/sas-stdio-terminal-does-not-send-output-to-terminal-and-appears/m-p/903191#M27522</guid>
      <dc:creator>weg</dc:creator>
      <dc:date>2023-11-15T13:24:08Z</dc:date>
    </item>
    <item>
      <title>Re: sas -stdio -terminal does not send output to terminal and appears to not work</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/sas-stdio-terminal-does-not-send-output-to-terminal-and-appears/m-p/903194#M27523</link>
      <description>&lt;P&gt;Using -nodms with -stdio seems redundant.&lt;/P&gt;
&lt;P&gt;Also why would you add -terminal?&amp;nbsp; I would think you would want -noterminal.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You might need to open a ticket with SAS support and they can walk your through other testing.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Nov 2023 13:35:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/sas-stdio-terminal-does-not-send-output-to-terminal-and-appears/m-p/903194#M27523</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2023-11-15T13:35:57Z</dc:date>
    </item>
  </channel>
</rss>

