<?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: Emailing from SAS Studio - New files only accessible after signing off and back on in SAS Studio</title>
    <link>https://communities.sas.com/t5/SAS-Studio/Emailing-from-SAS-Studio-New-files-only-accessible-after-signing/m-p/750438#M10031</link>
    <description>&lt;P&gt;You hit the nail on the head...&amp;nbsp; "&lt;SPAN&gt;Can a data step see the files in the same session?"&amp;nbsp; I think that may be the real question...&amp;nbsp; On z/OS the .CSV file is a permanent file that is overwritten in the SAS program using&amp;nbsp;%DS2CSV (RUNMODE=B, DATA=DATAT1, CSVFREF=CSV1, LABELS=Y,...&amp;nbsp; Then the step ends and in the next job step I use SAS to email it.&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;When I converted, I created some empty files manually, then in my SAS program I created filerefs for them and wrote to the file using %DS2CSV...&amp;nbsp; The last thing I did was attempt to email them (which fails with Physical file does not exist),,,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;So, again, I think you may have the right question...&amp;nbsp;&amp;nbsp; "&lt;SPAN&gt;Can a data step see the files in the same session?"&amp;nbsp; &amp;nbsp;My attempt to address this was the "filename csv1 clear ;" statement (which did not work), but maybe there is another command/statement that I have overlooked?&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 25 Jun 2021 13:52:23 GMT</pubDate>
    <dc:creator>GlennGail</dc:creator>
    <dc:date>2021-06-25T13:52:23Z</dc:date>
    <item>
      <title>Emailing from SAS Studio - New files only accessible after signing off and back on</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Emailing-from-SAS-Studio-New-files-only-accessible-after-signing/m-p/750293#M10025</link>
      <description>&lt;P&gt;I have just begun an effort to migrate existing z/OS based programs from the mainframe to Linux.&amp;nbsp; I am using SAS Studio to run the programs.&amp;nbsp; So far everything has worked smoothly and I am very pleased with SAS Studio.&amp;nbsp; One mystery has me scratching my head...&amp;nbsp; When I create/update .CSV files in my SAS program that are written on the server my email step cannot find the file unless I log off SAS Studio and log back in.&amp;nbsp; Then it finds the file.&amp;nbsp; A minor annoyance, but I am sure there is a solution.&amp;nbsp; I am new to SAS Studio, but I am not new to the SAS Programming language.&amp;nbsp; &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jun 2021 19:45:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Emailing-from-SAS-Studio-New-files-only-accessible-after-signing/m-p/750293#M10025</guid>
      <dc:creator>GlennGail</dc:creator>
      <dc:date>2021-06-24T19:45:51Z</dc:date>
    </item>
    <item>
      <title>Re: Emailing from SAS Studio - New files only accessible after signing off and back on</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Emailing-from-SAS-Studio-New-files-only-accessible-after-signing/m-p/750332#M10026</link>
      <description>&lt;P&gt;I have not had that problem on Solaris Unix.&amp;nbsp; Are you closing the file before you attempt to email it?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Posting the code you use might be helpful.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jun 2021 20:50:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Emailing-from-SAS-Studio-New-files-only-accessible-after-signing/m-p/750332#M10026</guid>
      <dc:creator>JackHamilton</dc:creator>
      <dc:date>2021-06-24T20:50:06Z</dc:date>
    </item>
    <item>
      <title>Re: Emailing from SAS Studio - New files only accessible after signing off and back on</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Emailing-from-SAS-Studio-New-files-only-accessible-after-signing/m-p/750333#M10027</link>
      <description>&lt;P&gt;Here is the code, I added the filename clears as an attempt to "close" the files if that is what you mean.&amp;nbsp; The code works if I log off and back on, but not as the last steps in the program.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;filename csv1 clear ;&lt;BR /&gt;filename csv2 clear ;&lt;BR /&gt;filename csv3 clear ;&lt;/P&gt;&lt;P&gt;RUN ;&lt;/P&gt;&lt;P&gt;*filename _all_ list ;&lt;/P&gt;&lt;P&gt;filename mymail email 'xxxx@xxx.com'&lt;BR /&gt;subject='REPORTS'&lt;BR /&gt;attach=('/home/user/test/output/csv1.csv'&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;'/home/user/test/output/csv2.csv'&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;'/home/user/test/output/csv3.csv' ) ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data _null_;&lt;BR /&gt;file mymail;&lt;BR /&gt;put 'REPORTS';&lt;BR /&gt;&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jun 2021 20:56:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Emailing-from-SAS-Studio-New-files-only-accessible-after-signing/m-p/750333#M10027</guid>
      <dc:creator>GlennGail</dc:creator>
      <dc:date>2021-06-24T20:56:32Z</dc:date>
    </item>
    <item>
      <title>Re: Emailing from SAS Studio - New files only accessible after signing off and back on</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Emailing-from-SAS-Studio-New-files-only-accessible-after-signing/m-p/750345#M10028</link>
      <description>&lt;P&gt;What is the error message?&lt;/P&gt;
&lt;P&gt;Is this through Viya?&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jun 2021 21:40:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Emailing-from-SAS-Studio-New-files-only-accessible-after-signing/m-p/750345#M10028</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2021-06-24T21:40:20Z</dc:date>
    </item>
    <item>
      <title>Re: Emailing from SAS Studio - New files only accessible after signing off and back on</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Emailing-from-SAS-Studio-New-files-only-accessible-after-signing/m-p/750361#M10029</link>
      <description>I don't have a clue.  Can a data step see the files in the same session, e.g.&lt;BR /&gt;data _null_;&lt;BR /&gt;    infile '/home/user/test/output/csv1.csv';&lt;BR /&gt;    input;&lt;BR /&gt;run;&lt;BR /&gt;I can understand this happening in z/OS, where the file won't be catalogued until it's been closed, but Unix doesn't have the same behavior.&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Jun 2021 23:14:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Emailing-from-SAS-Studio-New-files-only-accessible-after-signing/m-p/750361#M10029</guid>
      <dc:creator>JackHamilton</dc:creator>
      <dc:date>2021-06-24T23:14:59Z</dc:date>
    </item>
    <item>
      <title>Re: Emailing from SAS Studio - New files only accessible after signing off and back on</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Emailing-from-SAS-Studio-New-files-only-accessible-after-signing/m-p/750436#M10030</link>
      <description>&lt;P&gt;Using SAS Studio...&amp;nbsp; Not on Viya&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="sasNote"&gt;NOTE: The file MYMAIL is:&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;E-Mail Access Device&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Error Messages:&lt;/DIV&gt;&lt;DIV class="sasError"&gt;ERROR: Error opening attachment file /HOME/USER/TEST/OUTPUT/CSV1.CSV.&lt;/DIV&gt;&lt;DIV class="sasError"&gt;ERROR: Physical file does not exist, /HOME/USER/TEST/OUTPUT/CSV1.CSV.&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: DATA statement used (Total process time):&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;real time 0.07 seconds&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;cpu time 0.00 seconds&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jun 2021 13:42:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Emailing-from-SAS-Studio-New-files-only-accessible-after-signing/m-p/750436#M10030</guid>
      <dc:creator>GlennGail</dc:creator>
      <dc:date>2021-06-25T13:42:33Z</dc:date>
    </item>
    <item>
      <title>Re: Emailing from SAS Studio - New files only accessible after signing off and back on</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Emailing-from-SAS-Studio-New-files-only-accessible-after-signing/m-p/750438#M10031</link>
      <description>&lt;P&gt;You hit the nail on the head...&amp;nbsp; "&lt;SPAN&gt;Can a data step see the files in the same session?"&amp;nbsp; I think that may be the real question...&amp;nbsp; On z/OS the .CSV file is a permanent file that is overwritten in the SAS program using&amp;nbsp;%DS2CSV (RUNMODE=B, DATA=DATAT1, CSVFREF=CSV1, LABELS=Y,...&amp;nbsp; Then the step ends and in the next job step I use SAS to email it.&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;When I converted, I created some empty files manually, then in my SAS program I created filerefs for them and wrote to the file using %DS2CSV...&amp;nbsp; The last thing I did was attempt to email them (which fails with Physical file does not exist),,,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;So, again, I think you may have the right question...&amp;nbsp;&amp;nbsp; "&lt;SPAN&gt;Can a data step see the files in the same session?"&amp;nbsp; &amp;nbsp;My attempt to address this was the "filename csv1 clear ;" statement (which did not work), but maybe there is another command/statement that I have overlooked?&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jun 2021 13:52:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Emailing-from-SAS-Studio-New-files-only-accessible-after-signing/m-p/750438#M10031</guid>
      <dc:creator>GlennGail</dc:creator>
      <dc:date>2021-06-25T13:52:23Z</dc:date>
    </item>
    <item>
      <title>Re: Emailing from SAS Studio - New files only accessible after signing off and back on</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Emailing-from-SAS-Studio-New-files-only-accessible-after-signing/m-p/750439#M10032</link>
      <description>&lt;P&gt;The error message has the filename in capitals, this is not what I would expect.&lt;/P&gt;
&lt;P&gt;Always keep an eye on the fact that UNIXen are case sensitive.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jun 2021 13:55:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Emailing-from-SAS-Studio-New-files-only-accessible-after-signing/m-p/750439#M10032</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2021-06-25T13:55:58Z</dc:date>
    </item>
    <item>
      <title>Re: Emailing from SAS Studio - New files only accessible after signing off and back on</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Emailing-from-SAS-Studio-New-files-only-accessible-after-signing/m-p/750455#M10033</link>
      <description>Out of curiosity, what happens if you save the files in all lower case to your work folder rather than the user folder?</description>
      <pubDate>Fri, 25 Jun 2021 15:17:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Emailing-from-SAS-Studio-New-files-only-accessible-after-signing/m-p/750455#M10033</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2021-06-25T15:17:58Z</dc:date>
    </item>
    <item>
      <title>Re: Emailing from SAS Studio - New files only accessible after signing off and back on</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Emailing-from-SAS-Studio-New-files-only-accessible-after-signing/m-p/750473#M10034</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/387245"&gt;@GlennGail&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I really don't know why you would see that behavior, but here are some ideas:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;If you have SAS/CONNECT licensed, you could try putting your email code into an RSUBMIT block followed by a WAITFOR.&amp;nbsp; RSUBMIT will spawn a sub process which will have a different Process ID.&amp;nbsp; This is a separate process, so maybe it will function like logging out and logging back in without actually having to log out.&amp;nbsp;&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/51532"&gt;@LeonidBatkhan&lt;/a&gt;&amp;nbsp;has a recent article on this topic:&amp;nbsp;&amp;nbsp;&lt;A href="https://blogs.sas.com/content/sgf/2021/01/13/running-sas-programs-in-parallel-using-sas-connect/" target="_blank"&gt;https://blogs.sas.com/content/sgf/2021/01/13/running-sas-programs-in-parallel-using-sas-connect/&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;If you don't have SAS/CONNECT, you can still use a SYSTASK to launch a subordinate process, you just have to do a bit more coding.&amp;nbsp; I have a paper on that subject if it's helpful:&amp;nbsp;&amp;nbsp;&lt;A href="https://www.lexjansen.com/wuss/2018/15_Final_Paper_PDF.pdf" target="_blank"&gt;https://www.lexjansen.com/wuss/2018/15_Final_Paper_PDF.pdf&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;If the above fail or are too difficult to debug (parallel processing is a bit tricky sometimes), you might try putting your email code into a CALL EXECUTE and seeing if that resolves the problem.&lt;/LI&gt;
&lt;LI&gt;Lastly, you could use a DOSUBL for your email code, but the DOSUBL executes while your primary process is still executing, so I'm less hopeful about this option&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Jim&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jun 2021 15:58:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Emailing-from-SAS-Studio-New-files-only-accessible-after-signing/m-p/750473#M10034</guid>
      <dc:creator>jimbarbour</dc:creator>
      <dc:date>2021-06-25T15:58:08Z</dc:date>
    </item>
    <item>
      <title>Re: Emailing from SAS Studio - New files only accessible after signing off and back on</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Emailing-from-SAS-Studio-New-files-only-accessible-after-signing/m-p/750476#M10035</link>
      <description>Wow... Lots of great stuff for me to try, and I am sure I will learn a lot about this environment by doing so. This will likely take me a little time, but I am sure the solution to my issue is in this list somewhere... Time to start reading... THANKS SO MUCH... I will get back to you.</description>
      <pubDate>Fri, 25 Jun 2021 16:01:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Emailing-from-SAS-Studio-New-files-only-accessible-after-signing/m-p/750476#M10035</guid>
      <dc:creator>GlennGail</dc:creator>
      <dc:date>2021-06-25T16:01:42Z</dc:date>
    </item>
    <item>
      <title>Re: Emailing from SAS Studio - New files only accessible after signing off and back on</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Emailing-from-SAS-Studio-New-files-only-accessible-after-signing/m-p/750576#M10036</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/387245"&gt;@GlennGail&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Wouldn't know why but it feels like a timing issue.&lt;/P&gt;
&lt;P&gt;Does below work for you? (after you change&amp;nbsp;&lt;CODE class=" language-sas"&gt;%let csv_file=c:\temp\csv1.csv;&lt;/CODE&gt;&amp;nbsp;to a path valid in your environment).&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;options mautolocdisplay;
%let csv_file=c:\temp\csv1.csv;

filename csv1 "&amp;amp;csv_file";
%DS2CSV (
  RUNMODE=B, 
  DATA=sashelp.class, 
  CSVFREF=CSV1, 
  LABELS=Y
  );
filename csv1 clear;

/*data _null_;*/
/*  call sleep(10,1);*/
/*run;*/

filename csv1 "&amp;amp;csv_file";
data _null_;
  infile csv1;
  input;
  put _infile_;
  stop;
run;
filename csv1 clear;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;If it's not working uncomment the data _null_ step with the call sleep()&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If it's working try the code with your logic sending an email - and if this is not working also try with using call sleep().&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 26 Jun 2021 05:35:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Emailing-from-SAS-Studio-New-files-only-accessible-after-signing/m-p/750576#M10036</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2021-06-26T05:35:04Z</dc:date>
    </item>
    <item>
      <title>Re: Emailing from SAS Studio - New files only accessible after signing off and back on</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Emailing-from-SAS-Studio-New-files-only-accessible-after-signing/m-p/750584#M10037</link>
      <description>&lt;P&gt;Thanks for your suggestion...&amp;nbsp; It does not seem to be a timing issue.&amp;nbsp; I have no idea what the "root cause", but I have have found that if I begin the program with PROC OPTSAVE then issue the PROC OPTLOAD after creating the .CSV files and before the email code everything works great...&amp;nbsp; Now I will start digging in to understand why this works...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ok, did a PROC OPTIONS at the beginning of the program and then again before the MAIL code and put the before and after in files then ran a compare...&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I believe the root cause is the OPTIONS parameter NOCAPS/CAPS is the culprit...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Start of program:&amp;nbsp; NOCAPS Does not convert certain types of input, and all data lines, into uppercase characters.&lt;/P&gt;&lt;P&gt;Later in program:&amp;nbsp;&amp;nbsp;CAPS Converts certain types of input, and all data lines, into uppercase characters.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So...&amp;nbsp; The simple fix is to add OPTIONS NOCAPS before the email&amp;nbsp;&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>Sat, 26 Jun 2021 07:05:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Emailing-from-SAS-Studio-New-files-only-accessible-after-signing/m-p/750584#M10037</guid>
      <dc:creator>GlennGail</dc:creator>
      <dc:date>2021-06-26T07:05:55Z</dc:date>
    </item>
    <item>
      <title>Re: Emailing from SAS Studio - New files only accessible after signing off and back on</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Emailing-from-SAS-Studio-New-files-only-accessible-after-signing/m-p/750585#M10038</link>
      <description>&lt;P&gt;Thanks for your suggestions...&amp;nbsp; &amp;nbsp;I have no idea what the "root cause", but I have have found that if I begin the program with PROC OPTSAVE then issue the PROC OPTLOAD after creating the .CSV files and before the email code everything works great...&amp;nbsp; Now I will start digging in to understand why this works...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ok, did a PROC OPTIONS at the beginning of the program and then again before the MAIL code and put the before and after in files then ran a compare...&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I believe the &lt;STRONG&gt;root cause&lt;/STRONG&gt; is the OPTIONS parameter NOCAPS/CAPS is the culprit...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Start of program:&amp;nbsp; NOCAPS Does not convert certain types of input, and all data lines, into uppercase characters.&lt;/P&gt;&lt;P&gt;Later in program:&amp;nbsp;&amp;nbsp;CAPS Converts certain types of input, and all data lines, into uppercase characters.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So...&amp;nbsp; The simple fix is to add OPTIONS NOCAPS before the email&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 26 Jun 2021 07:07:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Emailing-from-SAS-Studio-New-files-only-accessible-after-signing/m-p/750585#M10038</guid>
      <dc:creator>GlennGail</dc:creator>
      <dc:date>2021-06-26T07:07:15Z</dc:date>
    </item>
    <item>
      <title>Re: Emailing from SAS Studio - New files only accessible after signing off and back on</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Emailing-from-SAS-Studio-New-files-only-accessible-after-signing/m-p/750593#M10039</link>
      <description>&lt;P&gt;See my previous comment on the all-caps filename in the log. Up to now, I didn't even know that such an option existed, so you helped me learn something new &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Since filenames in z/OS are caps only, you will probably find that option in most, if not all, programs you migrate.&lt;/P&gt;
&lt;P&gt;This option makes sense in z/OS, but not in a case sensitive UNIX. Remove it in all codes, and activate it only for steps where you find you need it.&lt;/P&gt;</description>
      <pubDate>Sat, 26 Jun 2021 11:02:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Emailing-from-SAS-Studio-New-files-only-accessible-after-signing/m-p/750593#M10039</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2021-06-26T11:02:55Z</dc:date>
    </item>
    <item>
      <title>Re: Emailing from SAS Studio - New files only accessible after signing off and back on</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Emailing-from-SAS-Studio-New-files-only-accessible-after-signing/m-p/750601#M10040</link>
      <description>&lt;P&gt;Absolutely, I did read your comment, but being a "newbie" I was not sure if that was simply the way the error message came out since I had LOWER case in my code.&amp;nbsp; I still have a mystery though...&amp;nbsp; NO PLACE in my code do I specify an OPTIONS statement...&amp;nbsp; There is an "auto generated" message in the log when I run it though.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The auto generated OPTIONS is:&amp;nbsp;&amp;nbsp;&lt;STRONG&gt; OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, my mystery is:&amp;nbsp; What caused the CAPS option to be set?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;WELL, WELL, WELL...&amp;nbsp; Found it!!!&amp;nbsp; BURIED in some INCLUDE Code!&amp;nbsp; &lt;STRONG&gt;The OPTION CAPS is being explicitly set.&amp;nbsp;&amp;nbsp;&lt;/STRONG&gt;Mystery SOLVED.&lt;/P&gt;</description>
      <pubDate>Sat, 26 Jun 2021 14:47:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Emailing-from-SAS-Studio-New-files-only-accessible-after-signing/m-p/750601#M10040</guid>
      <dc:creator>GlennGail</dc:creator>
      <dc:date>2021-06-26T14:47:41Z</dc:date>
    </item>
    <item>
      <title>Re: Emailing from SAS Studio - New files only accessible after signing off and back on</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Emailing-from-SAS-Studio-New-files-only-accessible-after-signing/m-p/750604#M10041</link>
      <description>&lt;P&gt;Which makes sense:&amp;nbsp; When you logged off and logged back on the CAPS option was no longer set because you only executed (I presume) the email portion of the code and not the %INCLUDE that set the CAPS option.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When testing, I've found it helpful to log off and start with a fresh session one last time before implementing new code.&amp;nbsp; Every once in a while, I'll catch a mistake where the code was only working because of some previous iteration of execution.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jim&lt;/P&gt;</description>
      <pubDate>Sat, 26 Jun 2021 15:29:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Emailing-from-SAS-Studio-New-files-only-accessible-after-signing/m-p/750604#M10041</guid>
      <dc:creator>jimbarbour</dc:creator>
      <dc:date>2021-06-26T15:29:58Z</dc:date>
    </item>
    <item>
      <title>Re: Emailing from SAS Studio - New files only accessible after signing off and back on</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Emailing-from-SAS-Studio-New-files-only-accessible-after-signing/m-p/750885#M10050</link>
      <description>&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN&gt;When testing, I've found it helpful to log off and start with a fresh session one last time before implementing new code.&amp;nbsp; Every once in a while, I'll catch a mistake where the code was only working because of some previous iteration of execution.&lt;/SPAN&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN&gt;For me, it has unfortunately been more often than "Every once in a while", but in SAS Studio the problem has always been fixed by restarting the session using the SAS Studio menu option.&amp;nbsp; That's easier and faster than logging out and back in.&amp;nbsp; There may be a circumstance when that doesn't suffice, but I haven't found it yet (other than the case where there's a Windows memory leak somewhere - SAS Studio or the browser - and I have to not only log out but also close and restart the browser).&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Jun 2021 20:38:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Emailing-from-SAS-Studio-New-files-only-accessible-after-signing/m-p/750885#M10050</guid>
      <dc:creator>JackHamilton</dc:creator>
      <dc:date>2021-06-28T20:38:25Z</dc:date>
    </item>
  </channel>
</rss>

