<?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 limit data while uploading data for processing on remote server? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-limit-data-while-uploading-data-for-processing-on-remote/m-p/873937#M345254</link>
    <description>&lt;P&gt;There are a number of ways to control what gets uploaded using dataset options for example&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/ledsoptsref/p0h5nwbig8mobbn1u0dwtdo0c0a0.htm" target="_self"&gt;OBS= Data Set Option&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/ledsoptsref/p0ny9o8t8hc5zen1qn3ft9dhtsxx.htm" target="_self"&gt;WHERE= Data Set Option&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Although I'm not sure that's the question you are asking. I suspect that you only want to upload observations from the large dataset that match observations (student_id) in the smaller dataset.&lt;BR /&gt;&lt;BR /&gt;If that's the case then why not do a match-merge and upload the resulting dataset?&lt;/P&gt;</description>
    <pubDate>Thu, 04 May 2023 17:15:27 GMT</pubDate>
    <dc:creator>AMSAS</dc:creator>
    <dc:date>2023-05-04T17:15:27Z</dc:date>
    <item>
      <title>How to limit data while uploading data for processing on remote server?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-limit-data-while-uploading-data-for-processing-on-remote/m-p/873910#M345251</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;...
rsubmit;
1. proc upload data=mylib.student_details out=student_details;
2. proc upload data= student.studentID out=studentID;
...&lt;BR /&gt;&amp;lt;data analysis steps&amp;gt;
...
endrsubmit;&lt;BR /&gt;...&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Based on above steps, suppose I have only 200 studentID(under mylib.student_details(step#1) in sample code) whereas student.studentID(step#2 in sample code) table has 1 million studentID. Now I want to fetch/upload only 200 studentID (required for the analysis).Is it possible to do so(limit records as per requirement)? If yes, how? Any help would be greatly appreciated. Thanks.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 May 2023 17:03:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-limit-data-while-uploading-data-for-processing-on-remote/m-p/873910#M345251</guid>
      <dc:creator>inquistive</dc:creator>
      <dc:date>2023-05-04T17:03:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to limit data while uploading data for processing on remote server?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-limit-data-while-uploading-data-for-processing-on-remote/m-p/873937#M345254</link>
      <description>&lt;P&gt;There are a number of ways to control what gets uploaded using dataset options for example&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/ledsoptsref/p0h5nwbig8mobbn1u0dwtdo0c0a0.htm" target="_self"&gt;OBS= Data Set Option&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/ledsoptsref/p0ny9o8t8hc5zen1qn3ft9dhtsxx.htm" target="_self"&gt;WHERE= Data Set Option&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Although I'm not sure that's the question you are asking. I suspect that you only want to upload observations from the large dataset that match observations (student_id) in the smaller dataset.&lt;BR /&gt;&lt;BR /&gt;If that's the case then why not do a match-merge and upload the resulting dataset?&lt;/P&gt;</description>
      <pubDate>Thu, 04 May 2023 17:15:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-limit-data-while-uploading-data-for-processing-on-remote/m-p/873937#M345254</guid>
      <dc:creator>AMSAS</dc:creator>
      <dc:date>2023-05-04T17:15:27Z</dc:date>
    </item>
  </channel>
</rss>

