<?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: Proc SQL Null? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Proc-SQL-Null/m-p/294974#M61589</link>
    <description>&lt;P&gt;Is the varaible you want to assign the missing (SAS really doesn't speak NULL) a character or numeric in purpose?&lt;/P&gt;
&lt;P&gt;Numeric:&amp;nbsp;&amp;nbsp;&amp;nbsp; . as rule_order&lt;/P&gt;
&lt;P&gt;Character:&amp;nbsp;&amp;nbsp; "" as rule_order&amp;nbsp; (best to set a length attribute for the variable if you are updating this later to avoid truncation)&lt;/P&gt;</description>
    <pubDate>Mon, 29 Aug 2016 21:19:21 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2016-08-29T21:19:21Z</dc:date>
    <item>
      <title>Proc SQL Null?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-SQL-Null/m-p/294963#M61586</link>
      <description>&lt;P&gt;Hi. I'm trying to create a null numeric variable name Rule_Order in my Proc SQL, but I'm getting this error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR: The following columns were not found in the contributing tables: null&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you help me to resolve this error? I'd much appreciate the help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;	proc sql;
	create table QueryData&amp;amp;ZIP5 as
	select  *,
			"A" as source, 
			"-" as rule_nm length = 58, 
			actual_dlvry_date as ad_dt, 
			null as rule_order
	from ods_iv_recon_selected_mp
	union all corresponding
	select  *,
			"B" as source, 
			"-" as rule_nm length = 58, 
			actual_dlvry_date as ad_dt, 
			null as rule_order
	from ods_bi_recon_selected_mp;
	quit;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 29 Aug 2016 21:02:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-SQL-Null/m-p/294963#M61586</guid>
      <dc:creator>buechler66</dc:creator>
      <dc:date>2016-08-29T21:02:04Z</dc:date>
    </item>
    <item>
      <title>Re: Proc SQL Null?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-SQL-Null/m-p/294974#M61589</link>
      <description>&lt;P&gt;Is the varaible you want to assign the missing (SAS really doesn't speak NULL) a character or numeric in purpose?&lt;/P&gt;
&lt;P&gt;Numeric:&amp;nbsp;&amp;nbsp;&amp;nbsp; . as rule_order&lt;/P&gt;
&lt;P&gt;Character:&amp;nbsp;&amp;nbsp; "" as rule_order&amp;nbsp; (best to set a length attribute for the variable if you are updating this later to avoid truncation)&lt;/P&gt;</description>
      <pubDate>Mon, 29 Aug 2016 21:19:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-SQL-Null/m-p/294974#M61589</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2016-08-29T21:19:21Z</dc:date>
    </item>
    <item>
      <title>Re: Proc SQL Null?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-SQL-Null/m-p/294986#M61591</link>
      <description>Thanks for the help!</description>
      <pubDate>Mon, 29 Aug 2016 22:05:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-SQL-Null/m-p/294986#M61591</guid>
      <dc:creator>buechler66</dc:creator>
      <dc:date>2016-08-29T22:05:01Z</dc:date>
    </item>
  </channel>
</rss>

