<?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 SAS import code disappears in Jupyter notebook in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/SAS-import-code-disappears-in-Jupyter-notebook/m-p/506726#M135826</link>
    <description>&lt;P&gt;When I paste &lt;U&gt;or&lt;/U&gt; hand-type the following code in Jupyter notebook, the code itself disappears.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This occurs with SAS university edition, but not with Jupyter notebook outside of the VirtualBox, and not with Python code or markdown within the VM.&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;PRE&gt;%web_drop_table(WORK.IMPORT);


FILENAME REFFILE '/folders/myshortcuts/ass2--multivariate/data/pollution.csv';

PROC IMPORT DATAFILE=REFFILE
	DBMS=CSV
	OUT=WORK.IMPORT;
	GETNAMES=YES;
RUN;

PROC CONTENTS DATA=WORK.IMPORT; RUN;


%web_open_table(WORK.IMPORT);&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This code is automatically produced automatically by SAS studio for import, so it shouldn't be the code itself.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tested with:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;SAS university edition v&lt;SPAN&gt;ersion: university.cny.sas.com@sas:university-6p.2/6p.2.5be350ea99d3-1-2&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;SAS studio works&lt;/LI&gt;&lt;LI&gt;Jupyter works with SAS&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;All help is appreciated.&lt;/P&gt;</description>
    <pubDate>Tue, 23 Oct 2018 04:17:32 GMT</pubDate>
    <dc:creator>s3725547</dc:creator>
    <dc:date>2018-10-23T04:17:32Z</dc:date>
    <item>
      <title>SAS import code disappears in Jupyter notebook</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-import-code-disappears-in-Jupyter-notebook/m-p/506726#M135826</link>
      <description>&lt;P&gt;When I paste &lt;U&gt;or&lt;/U&gt; hand-type the following code in Jupyter notebook, the code itself disappears.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This occurs with SAS university edition, but not with Jupyter notebook outside of the VirtualBox, and not with Python code or markdown within the VM.&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;PRE&gt;%web_drop_table(WORK.IMPORT);


FILENAME REFFILE '/folders/myshortcuts/ass2--multivariate/data/pollution.csv';

PROC IMPORT DATAFILE=REFFILE
	DBMS=CSV
	OUT=WORK.IMPORT;
	GETNAMES=YES;
RUN;

PROC CONTENTS DATA=WORK.IMPORT; RUN;


%web_open_table(WORK.IMPORT);&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This code is automatically produced automatically by SAS studio for import, so it shouldn't be the code itself.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tested with:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;SAS university edition v&lt;SPAN&gt;ersion: university.cny.sas.com@sas:university-6p.2/6p.2.5be350ea99d3-1-2&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;SAS studio works&lt;/LI&gt;&lt;LI&gt;Jupyter works with SAS&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;All help is appreciated.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Oct 2018 04:17:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-import-code-disappears-in-Jupyter-notebook/m-p/506726#M135826</guid>
      <dc:creator>s3725547</dc:creator>
      <dc:date>2018-10-23T04:17:32Z</dc:date>
    </item>
    <item>
      <title>Re: SAS import code disappears in Jupyter notebook</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-import-code-disappears-in-Jupyter-notebook/m-p/506867#M135908</link>
      <description>Then definitely a SAS tech support issue.</description>
      <pubDate>Tue, 23 Oct 2018 15:04:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-import-code-disappears-in-Jupyter-notebook/m-p/506867#M135908</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-10-23T15:04:02Z</dc:date>
    </item>
  </channel>
</rss>

