<?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: How to submit partial line so f code? in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/How-to-submit-partial-line-so-f-code/m-p/271858#M58317</link>
    <description>&lt;P&gt;is it helpful? (assume your program is stored in temp.sas)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data _null_;
length command $100.;
infile "~/temp.sas" ;
input;
if _n_ in (1 3 5) then  call execute(_infile_);
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Thu, 19 May 2016 22:54:05 GMT</pubDate>
    <dc:creator>sinmathstat</dc:creator>
    <dc:date>2016-05-19T22:54:05Z</dc:date>
    <item>
      <title>How to submit partial line so f code?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-submit-partial-line-so-f-code/m-p/271724#M58310</link>
      <description>&lt;P&gt;Hello all.&lt;/P&gt;
&lt;P&gt;I have 10 lines of&amp;nbsp;SAS code, but I want only submit line 3,5,6,7.I want&amp;nbsp;submit it in command lane. subtop command can only submit top lines.&amp;nbsp;what can I do?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 19 May 2016 14:33:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-submit-partial-line-so-f-code/m-p/271724#M58310</guid>
      <dc:creator>GeorgeSAS</dc:creator>
      <dc:date>2016-05-19T14:33:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to submit partial line so f code?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-submit-partial-line-so-f-code/m-p/271725#M58311</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Gotta say I never execute code from the command line. &amp;nbsp;What I would say though is that the editor is advanced enought to comment out code, click to the left of the line to highlight the whole code line and press cntrl + / to comment out the row. &amp;nbsp;Then you can just submit the program. &amp;nbsp;Far easier once you get used to it.&lt;/P&gt;</description>
      <pubDate>Thu, 19 May 2016 14:37:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-submit-partial-line-so-f-code/m-p/271725#M58311</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2016-05-19T14:37:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to submit partial line so f code?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-submit-partial-line-so-f-code/m-p/271748#M58312</link>
      <description>thank you, but actually I have thousands lines of codes  .I only want test several rows of them, I have to use command line because I don't use pc SAS</description>
      <pubDate>Thu, 19 May 2016 15:26:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-submit-partial-line-so-f-code/m-p/271748#M58312</guid>
      <dc:creator>GeorgeSAS</dc:creator>
      <dc:date>2016-05-19T15:26:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to submit partial line so f code?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-submit-partial-line-so-f-code/m-p/271793#M58314</link>
      <description>What kind of SAS environment do you have then?&lt;BR /&gt;Sounds like you are mimic the programming and testing process from the seventies...</description>
      <pubDate>Thu, 19 May 2016 17:55:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-submit-partial-line-so-f-code/m-p/271793#M58314</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2016-05-19T17:55:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to submit partial line so f code?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-submit-partial-line-so-f-code/m-p/271858#M58317</link>
      <description>&lt;P&gt;is it helpful? (assume your program is stored in temp.sas)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data _null_;
length command $100.;
infile "~/temp.sas" ;
input;
if _n_ in (1 3 5) then  call execute(_infile_);
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 19 May 2016 22:54:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-submit-partial-line-so-f-code/m-p/271858#M58317</guid>
      <dc:creator>sinmathstat</dc:creator>
      <dc:date>2016-05-19T22:54:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to submit partial line so f code?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-submit-partial-line-so-f-code/m-p/271920#M58322</link>
      <description>&lt;P&gt;I would agree with&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13674"&gt;@LinusH﻿&lt;/a&gt;, IDE's are available for all OS's, at all levels and are designed to make testing, editing and such like far easier than typing things in at the command line.&lt;/P&gt;</description>
      <pubDate>Fri, 20 May 2016 08:33:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-submit-partial-line-so-f-code/m-p/271920#M58322</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2016-05-20T08:33:20Z</dc:date>
    </item>
  </channel>
</rss>

