<?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: Running script (Data infile) in .NET application in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Running-script-Data-infile-in-NET-application/m-p/428547#M27627</link>
    <description>Well, i don´t know how to explain that, but when i restart the computer..... it´s now working... i really don´t know why...</description>
    <pubDate>Wed, 17 Jan 2018 18:43:40 GMT</pubDate>
    <dc:creator>gneccao</dc:creator>
    <dc:date>2018-01-17T18:43:40Z</dc:date>
    <item>
      <title>Running script (Data infile) in .NET application</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Running-script-Data-infile-in-NET-application/m-p/428511#M27623</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a .NET application to run SaS scripts, i´m trying to create a Data Set, using a the data in a file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have others imports running the same script and it´s ok, but when i try to import that one, the result message doens´t show any errors or warning, but the DataSet is created empty. When i run the script in the Guide, its work perfectly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;DATA WORK.DataTest;
	FORMAT
PROTOCOLO	BEST12.
ASSUNTO	$CHAR174.
ENVIADOPOR	$CHAR54.
DATAEMAIL	DATETIME18.;
INFILE '/home/users/data.txt'
LRECL=257
ENCODING="LATIN1"
TERMSTR=LF
DLM='&amp;amp;'
MISSOVER
DSD ;
INPUT
PROTOCOLO	: BEST32.
ASSUNTO	: $CHAR174.
ENVIADOPOR	: $CHAR54.
DATAEMAIL	: ?? ANYDTDTM19.;
RUN;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have to send a option? Im confused because its was working for at least 13 files. That´s the only one with the problem of empty DataSet.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jan 2018 18:03:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Running-script-Data-infile-in-NET-application/m-p/428511#M27623</guid>
      <dc:creator>gneccao</dc:creator>
      <dc:date>2018-01-17T18:03:16Z</dc:date>
    </item>
    <item>
      <title>Re: Running script (Data infile) in .NET application</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Running-script-Data-infile-in-NET-application/m-p/428547#M27627</link>
      <description>Well, i don´t know how to explain that, but when i restart the computer..... it´s now working... i really don´t know why...</description>
      <pubDate>Wed, 17 Jan 2018 18:43:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Running-script-Data-infile-in-NET-application/m-p/428547#M27627</guid>
      <dc:creator>gneccao</dc:creator>
      <dc:date>2018-01-17T18:43:40Z</dc:date>
    </item>
    <item>
      <title>Re: Running script (Data infile) in .NET application</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Running-script-Data-infile-in-NET-application/m-p/428550#M27628</link>
      <description>&lt;P&gt;You didn't share details about the .NET script you're using.&amp;nbsp; If it happens again, share info about how that was built and what it's doing.&amp;nbsp; Differences between EG and other environments usually come down to SAS system options that have been set differently, or user account differences.&amp;nbsp; Comparing PROC OPTIONS output between the two (while tedious) can help you to figure it out.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jan 2018 18:48:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Running-script-Data-infile-in-NET-application/m-p/428550#M27628</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2018-01-17T18:48:37Z</dc:date>
    </item>
    <item>
      <title>Re: Running script (Data infile) in .NET application</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Running-script-Data-infile-in-NET-application/m-p/428785#M27664</link>
      <description>&lt;P&gt;Sorry about that.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The proc options output you are talking about, is the result log?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jan 2018 13:55:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Running-script-Data-infile-in-NET-application/m-p/428785#M27664</guid>
      <dc:creator>gneccao</dc:creator>
      <dc:date>2018-01-18T13:55:18Z</dc:date>
    </item>
  </channel>
</rss>

