<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-7796466303661358828</id><updated>2011-07-08T06:36:53.949-07:00</updated><category term='SAS 9.2'/><category term='Date prompt'/><category term='EG 4.2'/><title type='text'>SAS 9.2 and BI Applications</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://sasbiworld.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7796466303661358828/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://sasbiworld.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Fun with SAS 9.2 :)</name><uri>http://www.blogger.com/profile/18424709866291118806</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>1</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-7796466303661358828.post-3062417812991538084</id><published>2010-05-08T09:41:00.000-07:00</published><updated>2010-05-08T11:37:56.990-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='EG 4.2'/><category scheme='http://www.blogger.com/atom/ns#' term='Date prompt'/><category scheme='http://www.blogger.com/atom/ns#' term='SAS 9.2'/><title type='text'>Date prompt issues with EG 4.2/sas 9.2</title><content type='html'>&lt;div&gt;Recently we upgraded our SAS 9.1.3 environment to SAS 9.2. SAS has changed its prompt functioning in SAS 9.2 for date type parameters which will cause problem for Where clauses having filter on date field. These problems are discussed in below given notes :&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;a href="http://support.sas.com/kb/35/792.html"&gt;http://support.sas.com/kb/35/792.html&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;a href="http://support.sas.com/kb/36/581.html"&gt;http://support.sas.com/kb/36/581.html&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;a href="http://support.sas.com/kb/36/581.html"&gt;&lt;/a&gt;&lt;br /&gt;&lt;div&gt;1. In SAS 9.1 when we created the Date parameter using parameter manager it used to accept the date value in "DDMONYYYY"d format. With inception of SAS 9.2 they provided some additional features for the prompts like you can pick up the date from calender , additional types of prompts and dynamically pick up the values. While providing all these facilities , looks like they missed one thing where date value is in form of DDMONYYYY instead of "DDMONYYYY"d format.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;SAS fixed this defect in SAS 9.2 maintenance release where they provided one additional checkbox as shown in picture. This will convert the date prompt value from DDMONYYYY format to "DDMONYYYY"d format using macro  &lt;span class="Apple-style-span"   style="  color: rgb(51, 51, 51); line-height: 16px; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; font-family:Arial, Helvetica, Verdana, sans-serif;font-size:13px;"&gt;_EG_WHEREPARAM &lt;span class="Apple-style-span"   style="color: rgb(0, 0, 0);  line-height: normal; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px;  font-family:Georgia, serif;font-size:16px;"&gt;and will give expected results.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_cHsINYH4FTE/S-WjpfgDAMI/AAAAAAAAKSQ/lOKngfTPGg8/s1600/Filter_chkbox_date_prompt.JPG"&gt;&lt;img style="float:left; margin:0 10px 10px 0;cursor:pointer; cursor:hand;width: 266px; height: 175px;" src="http://4.bp.blogspot.com/_cHsINYH4FTE/S-WjpfgDAMI/AAAAAAAAKSQ/lOKngfTPGg8/s320/Filter_chkbox_date_prompt.JPG" border="0" alt="" id="BLOGGER_PHOTO_ID_5468957255737213122" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;2. Migrating   SAS 9.1 project to 9.2 consisting code note with filter on Date parameter value : &lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;SAS defined a macro named &lt;span class="Apple-style-span"   style=" line-height: 16px; color: rgb(51, 51, 51);  -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; font-family:Arial, Helvetica, Verdana, sans-serif;font-size:13px;"&gt;_EG_WHEREPARAM used to convert the prompt in correct format according to the data type. One thing we need to remember about this macro is that the macro is not GLOBAL Macro and can be used ONLY in Enterprise guide. So when you are migrating from 9.1.3 to 9.2 and your project consists of code note having filter on Date prompt as given below :&lt;/span&gt;&lt;div&gt;&lt;span class="Apple-style-span"    style="font-family:Arial, Helvetica, Verdana, sans-serif;font-size:100%;color:#333333;"&gt;&lt;span class="Apple-style-span"  style=" line-height: 16px; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px;font-size:13px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"    style="font-family:Arial, Helvetica, Verdana, sans-serif;font-size:100%;color:#333333;"&gt;&lt;span class="Apple-style-span"  style=" line-height: 16px; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px;font-size:13px;"&gt;PROC SQL;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"    style="font-family:Arial, Helvetica, Verdana, sans-serif;font-size:100%;color:#333333;"&gt;&lt;span class="Apple-style-span"  style=" line-height: 16px; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px;font-size:13px;"&gt;Select -----&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"    style="font-family:Arial, Helvetica, Verdana, sans-serif;font-size:100%;color:#333333;"&gt;&lt;span class="Apple-style-span"  style=" line-height: 16px; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px;font-size:13px;"&gt;From Table_name&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"    style="font-family:Arial, Helvetica, Verdana, sans-serif;font-size:100%;color:#333333;"&gt;&lt;span class="Apple-style-span"  style=" line-height: 16px; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px;font-size:13px;"&gt;WHERE Date_column = &amp;amp; Date_Column ;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"    style="font-family:Arial, Helvetica, Verdana, sans-serif;font-size:100%;color:#333333;"&gt;&lt;span class="Apple-style-span"  style=" line-height: 16px; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px;font-size:13px;"&gt;quit;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"    style="font-family:Arial, Helvetica, Verdana, sans-serif;font-size:100%;color:#333333;"&gt;&lt;span class="Apple-style-span"  style=" line-height: 16px; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px;font-size:13px;"&gt;you need to modify the sas program  to include the macro call which will convert the date prompt in required format based on the operator you have used for comparison . Some examples are as given below : &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"    style="font-family:Arial, Helvetica, Verdana, sans-serif;font-size:100%;color:#333333;"&gt;&lt;span class="Apple-style-span"  style=" line-height: 16px; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px;font-size:13px;"&gt;  &lt;p class="MsoNormal"&gt;&lt;b&gt;EQUAL&lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;b&gt;%_eg_WhereParam( t1.EDR_TRADE_DT, Begin_Date, EQ, TYPE=D )&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;b&gt;NOT EQUAL &lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;b&gt;%_eg_WhereParam( t1.EDR_TRADE_DT, Begin_Date, NE, TYPE=D, MATCHALL_CLAUSE=0 )&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;b&gt;LESS THAN EQUAL TO&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;b&gt;%_eg_WhereParam( t1.EDR_TRADE_DT, Begin_Date, LE, TYPE=D )&lt;/b&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;b&gt; GRATER THAN EQUAL TO&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;b&gt;%_eg_WhereParam( t1.EDR_TRADE_DT, Begin_Date, GE, TYPE=D )&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;b&gt;LESS THAN&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;b&gt;%_eg_WhereParam( t1.EDR_TRADE_DT, Begin_Date, LT, TYPE=D )&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;b&gt;GREATER THAN&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;b&gt;%_eg_WhereParam( t1.EDR_TRADE_DT, Begin_Date, GT, TYPE=D )&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;b&gt;BETWEEN&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;b&gt;%_eg_WhereParam( t1.EDR_TRADE_DT, Begin_Date, BETWEEN, TYPE=D, MAX=End_Date )&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;b&gt;NOT BETWEEN&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;b&gt;%_eg_WhereParam( t1.EDR_TRADE_DT, Begin_Date, NOT BETWEEN, TYPE=D, MATCHALL_CLAUSE=0, MAX=End_Date )&lt;/b&gt;&lt;/p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;3.  Problem with Stored process :&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal;"&gt;As I already mentioned earlier the macro &lt;/span&gt;&lt;span class="Apple-style-span"  style=" font-weight: normal; line-height: 16px; color: rgb(51, 51, 51); -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; font-family:Arial, Helvetica, Verdana, sans-serif;"&gt;_EG_WHEREPARAM is not global so when you create a stored process using the code not you modified to include the &lt;/span&gt;&lt;span class="Apple-style-span"  style=" font-weight: normal; line-height: 16px; color: rgb(51, 51, 51); -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; font-family:Arial, Helvetica, Verdana, sans-serif;"&gt;_EG_WHEREPARAM macro it will give you warning message &lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span class="Apple-style-span"   style="font-family:Arial, Helvetica, Verdana, sans-serif;color:#333333;"&gt;&lt;span class="Apple-style-span" style="font-weight: normal; line-height: 13px; -webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span class="Apple-style-span"   style="font-family:Arial, Helvetica, Verdana, sans-serif;color:#333333;"&gt;&lt;span class="Apple-style-span" style="font-weight: normal; line-height: 13px; -webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px;"&gt;&lt;span class="Apple-style-span"   style="  line-height: 16px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; font-family:Arial, Helvetica, sans-serif;font-size:small;"&gt;&lt;pre width="100"    style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 10px; padding-right: 0px; padding-bottom: 8px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border- font-weight: normal; font-style: normal;  line-height: 1.25em;  text-align: left; white-space: pre-wrap; word-wrap: break-word; font-family:monospace;font-size:11px;color:initial;"&gt;&lt;span class="Apple-style-span"   style="color: rgb(0, 0, 0);  line-height: normal; white-space: normal;  border-collapse: collapse; font-family:arial, sans-serif;font-size:medium;"&gt;&lt;h1 class="ha"   style="  margin-top: 12px; margin-right: 5px; margin-bottom: 5px; margin-left: 10px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 0); background: inherit; border-right: inherit; font-family:arial, sans-serif;font-size:16px;"&gt;&lt;span id=":1r4" class="hP" style="padding-right: 10px; "&gt;WARNING: Apparent invocation of macro _EG_WHEREP&lt;wbr&gt;ARAM not resolved&lt;/span&gt;&lt;/h1&gt;&lt;div&gt;&lt;span id=":1r4" class="hP" style="padding-right: 10px; "&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span id=":1r4" class="hP" style="padding-right: 10px; "&gt;and eventually your stored process execution will fail with syntax error due to DDMONYYYY formatted prompt value. In order to avoid this problem you can add &lt;span class="Apple-style-span"   style="border-collapse: separate;   font-family:Georgia, serif;font-size:13px;"&gt;&lt;b&gt;&lt;span class="Apple-style-span"   style="font-family:Arial, Helvetica, Verdana, sans-serif;color:#333333;"&gt;&lt;span class="Apple-style-span" style="font-weight: normal; line-height: 13px; -webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px;"&gt;&lt;span class="Apple-style-span"   style="  line-height: 16px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; font-family:Arial, Helvetica, sans-serif;font-size:small;"&gt;&lt;pre width="100"    style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 10px; padding-right: 0px; padding-bottom: 8px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border- font-weight: normal; font-style: normal;  line-height: 1.25em;  text-align: left; white-space: pre-wrap; word-wrap: break-word; display: inline !important; font-family:monospace;font-size:11px;color:initial;"&gt;&lt;span class="Apple-style-span"   style="color: rgb(0, 0, 0);  line-height: normal; white-space: normal;  border-collapse: collapse; font-family:arial, sans-serif;font-size:medium;"&gt;&lt;span class="Apple-style-span"   style="border-collapse: separate;   font-family:Georgia, serif;font-size:13px;"&gt;&lt;b&gt;&lt;span class="Apple-style-span"  style=" font-weight: normal; line-height: 16px; color: rgb(51, 51, 51); -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; font-family:Arial, Helvetica, Verdana, sans-serif;"&gt;_EG_WHEREPARAM macro to global macro library and execute the stored process.&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span id=":1r4" class="hP" style="padding-right: 10px; "&gt;&lt;span class="Apple-style-span"   style="border-collapse: separate;   font-family:Georgia, serif;font-size:13px;"&gt;&lt;b&gt;&lt;span class="Apple-style-span"   style="font-family:Arial, Helvetica, Verdana, sans-serif;color:#333333;"&gt;&lt;span class="Apple-style-span" style="font-weight: normal; line-height: 13px; -webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px;"&gt;&lt;span class="Apple-style-span"   style="  line-height: 16px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; font-family:Arial, Helvetica, sans-serif;font-size:small;"&gt;&lt;pre width="100"    style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 10px; padding-right: 0px; padding-bottom: 8px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border- font-weight: normal; font-style: normal;  line-height: 1.25em;  text-align: left; white-space: pre-wrap; word-wrap: break-word; display: inline !important; font-family:monospace;font-size:11px;color:initial;"&gt;&lt;span class="Apple-style-span"   style="color: rgb(0, 0, 0);  line-height: normal; white-space: normal;  border-collapse: collapse; font-family:arial, sans-serif;font-size:medium;"&gt;&lt;span class="Apple-style-span"   style="border-collapse: separate;   font-family:Georgia, serif;font-size:13px;"&gt;&lt;b&gt;&lt;span class="Apple-style-span"  style=" font-weight: normal; line-height: 16px; color: rgb(51, 51, 51); -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; font-family:Arial, Helvetica, Verdana, sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span id=":1r4" class="hP" style="padding-right: 10px; "&gt;&lt;span class="Apple-style-span"   style="border-collapse: separate;   font-family:Georgia, serif;font-size:13px;"&gt;&lt;b&gt;&lt;span class="Apple-style-span"   style="font-family:Arial, Helvetica, Verdana, sans-serif;color:#333333;"&gt;&lt;span class="Apple-style-span" style="font-weight: normal; line-height: 13px; -webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px;"&gt;&lt;span class="Apple-style-span"   style="  line-height: 16px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; font-family:Arial, Helvetica, sans-serif;font-size:small;"&gt;&lt;pre width="100"    style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 10px; padding-right: 0px; padding-bottom: 8px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border- font-weight: normal; font-style: normal;  line-height: 1.25em;  text-align: left; white-space: pre-wrap; word-wrap: break-word; display: inline !important; font-family:monospace;font-size:11px;color:initial;"&gt;&lt;span class="Apple-style-span"   style="color: rgb(0, 0, 0);  line-height: normal; white-space: normal;  border-collapse: collapse; font-family:arial, sans-serif;font-size:medium;"&gt;&lt;span class="Apple-style-span"   style="border-collapse: separate;   font-family:Georgia, serif;font-size:13px;"&gt;&lt;b&gt;&lt;span class="Apple-style-span"  style=" font-weight: normal; line-height: 16px; color: rgb(51, 51, 51); -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; font-family:Arial, Helvetica, Verdana, sans-serif;"&gt;   Somehow after implementation of SAS 9.2_M1 , we can't see the macro code in logs so we requested tech support guys to send us the macro code for &lt;span class="Apple-style-span"   style="color: rgb(0, 0, 0);  line-height: normal; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px;  font-family:Georgia, serif;font-size:13px;"&gt;&lt;b&gt;&lt;span class="Apple-style-span"   style="font-family:Arial, Helvetica, Verdana, sans-serif;color:#333333;"&gt;&lt;span class="Apple-style-span" style="font-weight: normal; line-height: 13px; -webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px;"&gt;&lt;span class="Apple-style-span"   style="  line-height: 16px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; font-family:Arial, Helvetica, sans-serif;font-size:small;"&gt;&lt;pre width="100"    style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 10px; padding-right: 0px; padding-bottom: 8px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border- font-weight: normal; font-style: normal;  line-height: 1.25em;  text-align: left; white-space: pre-wrap; word-wrap: break-word; display: inline !important; font-family:monospace;font-size:11px;color:initial;"&gt;&lt;span class="Apple-style-span"   style="color: rgb(0, 0, 0);  line-height: normal; white-space: normal;  border-collapse: collapse; font-family:arial, sans-serif;font-size:medium;"&gt;&lt;span class="Apple-style-span"   style="border-collapse: separate;   font-family:Georgia, serif;font-size:13px;"&gt;&lt;b&gt;&lt;span class="Apple-style-span"  style=" font-weight: normal; line-height: 16px; color: rgb(51, 51, 51); -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; font-family:Arial, Helvetica, Verdana, sans-serif;"&gt;_EG_WHEREPARAM macro which is as given below :&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span id=":1r4" class="hP" style="padding-right: 10px; "&gt;&lt;span class="Apple-style-span"   style="border-collapse: separate;   font-family:Georgia, serif;font-size:13px;"&gt;&lt;b&gt;&lt;span class="Apple-style-span"   style="font-family:Arial, Helvetica, Verdana, sans-serif;color:#333333;"&gt;&lt;span class="Apple-style-span" style="font-weight: normal; line-height: 13px; -webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px;"&gt;&lt;span class="Apple-style-span"   style="  line-height: 16px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; font-family:Arial, Helvetica, sans-serif;font-size:small;"&gt;&lt;pre width="100"    style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 10px; padding-right: 0px; padding-bottom: 8px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border- font-weight: normal; font-style: normal;  line-height: 1.25em;  text-align: left; white-space: pre-wrap; word-wrap: break-word; display: inline !important; font-family:monospace;font-size:11px;color:initial;"&gt;&lt;span class="Apple-style-span"   style="color: rgb(0, 0, 0);  line-height: normal; white-space: normal;  border-collapse: collapse; font-family:arial, sans-serif;font-size:medium;"&gt;&lt;span class="Apple-style-span"   style="border-collapse: separate;   font-family:Georgia, serif;font-size:13px;"&gt;&lt;b&gt;&lt;span class="Apple-style-span"  style=" font-weight: normal; line-height: 16px; color: rgb(51, 51, 51); -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; font-family:Arial, Helvetica, Verdana, sans-serif;"&gt;&lt;span class="Apple-style-span"   style="color: rgb(0, 0, 0);  line-height: normal; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px;  font-family:Georgia, serif;font-size:13px;"&gt;&lt;b&gt;&lt;span class="Apple-style-span"   style="font-family:Arial, Helvetica, Verdana, sans-serif;color:#333333;"&gt;&lt;span class="Apple-style-span" style="font-weight: normal; line-height: 13px; -webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px;"&gt;&lt;span class="Apple-style-span"   style="  line-height: 16px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; font-family:Arial, Helvetica, sans-serif;font-size:small;"&gt;&lt;pre width="100"    style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 10px; padding-right: 0px; padding-bottom: 8px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border- font-weight: normal; font-style: normal;  line-height: 1.25em;  text-align: left; white-space: pre-wrap; word-wrap: break-word; display: inline !important; font-family:monospace;font-size:11px;color:initial;"&gt;&lt;span class="Apple-style-span"   style="color: rgb(0, 0, 0);  line-height: normal; white-space: normal;  border-collapse: collapse; font-family:arial, sans-serif;font-size:medium;"&gt;&lt;span class="Apple-style-span"   style="border-collapse: separate;   font-family:Georgia, serif;font-size:13px;"&gt;&lt;b&gt;&lt;span class="Apple-style-span"  style=" font-weight: normal; line-height: 16px; color: rgb(51, 51, 51); -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; font-family:Arial, Helvetica, Verdana, sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span id=":1r4" class="hP" style="padding-right: 10px; "&gt;&lt;span class="Apple-style-span"   style="border-collapse: separate;   font-family:Georgia, serif;font-size:13px;"&gt;&lt;b&gt;&lt;span class="Apple-style-span"   style="font-family:Arial, Helvetica, Verdana, sans-serif;color:#333333;"&gt;&lt;span class="Apple-style-span" style="font-weight: normal; line-height: 13px; -webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px;"&gt;&lt;span class="Apple-style-span"   style="  line-height: 16px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; font-family:Arial, Helvetica, sans-serif;font-size:small;"&gt;&lt;pre width="100"    style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 10px; padding-right: 0px; padding-bottom: 8px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border- font-weight: normal; font-style: normal;  line-height: 1.25em;  text-align: left; white-space: pre-wrap; word-wrap: break-word; display: inline !important; font-family:monospace;font-size:11px;color:initial;"&gt;&lt;span class="Apple-style-span"   style="color: rgb(0, 0, 0);  line-height: normal; white-space: normal;  border-collapse: collapse; font-family:arial, sans-serif;font-size:medium;"&gt;&lt;span class="Apple-style-span"   style="border-collapse: separate;   font-family:Georgia, serif;font-size:13px;"&gt;&lt;b&gt;&lt;span class="Apple-style-span"  style=" font-weight: normal; line-height: 16px; color: rgb(51, 51, 51); -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; font-family:Arial, Helvetica, Verdana, sans-serif;"&gt;&lt;span class="Apple-style-span"   style="color: rgb(0, 0, 0);  line-height: normal; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px;  font-family:Georgia, serif;font-size:13px;"&gt;&lt;b&gt;&lt;span class="Apple-style-span"   style="font-family:Arial, Helvetica, Verdana, sans-serif;color:#333333;"&gt;&lt;span class="Apple-style-span" style="font-weight: normal; line-height: 13px; -webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px;"&gt;&lt;span class="Apple-style-span"   style="  line-height: 16px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; font-family:Arial, Helvetica, sans-serif;font-size:small;"&gt;&lt;pre width="100"    style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 10px; padding-right: 0px; padding-bottom: 8px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border- font-weight: normal; font-style: normal;  line-height: 1.25em;  text-align: left; white-space: pre-wrap; word-wrap: break-word; display: inline !important; font-family:monospace;font-size:11px;color:initial;"&gt;&lt;span class="Apple-style-span"   style="color: rgb(0, 0, 0);  line-height: normal; white-space: normal;  border-collapse: collapse; font-family:arial, sans-serif;font-size:medium;"&gt;&lt;span class="Apple-style-span"   style="border-collapse: separate;   font-family:Georgia, serif;font-size:13px;"&gt;&lt;b&gt;&lt;span class="Apple-style-span"  style=" font-weight: normal; line-height: 16px; color: rgb(51, 51, 51); -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; font-family:Arial, Helvetica, Verdana, sans-serif;"&gt;&lt;span class="Apple-style-span"   style="color: rgb(0, 0, 0);  line-height: normal; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px;  border-collapse: collapse; font-family:arial, sans-serif;font-size:13px;"&gt;&lt;br /&gt;%macro _EG_WhereParam( COLUMN, PARM, OPERATOR, TYPE=S, MATCHALL=_ALL_VALUES_,&lt;br /&gt;MATCHALL_CLAUSE=1, MAX= );&lt;br /&gt;%local q1 q2;&lt;br /&gt;%if %QUPCASE(&amp;amp;TYPE) eq S or %QUPCASE(&amp;amp;TYPE) eq STRING %then&lt;br /&gt;%do;&lt;br /&gt; %let q1=%str(%");&lt;br /&gt; %let q2=%str(%");&lt;br /&gt;%end;&lt;br /&gt;%else %if %QUPCASE(&amp;amp;TYPE) eq D or %QUPCASE(&amp;amp;TYPE) eq DATE %then %do;&lt;br /&gt; %let q1=%str(%");&lt;br /&gt; %let q2=%str(%"d);&lt;br /&gt;%end;&lt;br /&gt;%else %if %QUPCASE(&amp;amp;TYPE) eq T or %QUPCASE(&amp;amp;TYPE) eq TIME %then&lt;br /&gt;%do;&lt;br /&gt; %let q1=%str(%");&lt;br /&gt; %let q2=%str(%"t);&lt;br /&gt;%end;&lt;br /&gt;%else %if %QUPCASE(&amp;amp;TYPE) eq DT or %QUPCASE(&amp;amp;TYPE) eq DATETIME %then&lt;br /&gt;%do;&lt;br /&gt; %let q1=%str(%");&lt;br /&gt; %let q2=%str(%"dt);&lt;br /&gt;%end;&lt;br /&gt;%else&lt;br /&gt;%do;&lt;br /&gt; %let q1=;&lt;br /&gt; %let q2=;&lt;br /&gt;%end;&lt;br /&gt;&lt;br /&gt;%if "&amp;amp;PARM" = "" %then %let PARM=&amp;COLUMN;&lt;br /&gt;&lt;br /&gt;%local IsBetween;&lt;br /&gt;%let IsBetween = ("%QUPCASE(&amp;amp;OPERATOR)"="&lt;wbr&gt;BETWEEN" or&lt;br /&gt;"%QUPCASE(&amp;amp;OPERATOR)"="NOT BETWEEN");&lt;br /&gt;&lt;br /&gt;%if "&amp;amp;MAX" = "" %then %do;&lt;br /&gt; %let MAX = &amp;amp;parm._MAX;&lt;br /&gt;%if &amp;amp;IsBetween %then %let PARM = &amp;amp;parm._MIN;&lt;br /&gt;%end;&lt;br /&gt;&lt;br /&gt;%if not %symexist(&amp;amp;PARM) or (&amp;amp;IsBetween and not %symexist(&amp;amp;MAX)) %then&lt;br /&gt; 1;&lt;br /&gt;%else %if "%qupcase(&amp;amp;&amp;amp;&amp;amp;PARM)" = "%qupcase(&amp;amp;MATCHALL)" %then&lt;br /&gt; &amp;amp;MATCHALL_CLAUSE;&lt;br /&gt;%else %if (not %symexist(&amp;amp;PARM._count)) or &amp;amp;IsBetween %then %do;&lt;br /&gt; &amp;amp;COLUMN &amp;amp;OPERATOR %unquote(&amp;amp;q1)&amp;amp;&amp;amp;&amp;amp;PARM%unquote(&amp;amp;&lt;wbr&gt;q2)&lt;br /&gt; %if &amp;amp;IsBetween %then&lt;br /&gt;   AND %unquote(&amp;amp;q1)&amp;amp;&amp;amp;&amp;amp;MAX%unquote(&amp;amp;&lt;wbr&gt;q2);&lt;br /&gt;%end;&lt;br /&gt;%else %do;&lt;br /&gt; %if (&amp;amp;&amp;amp;&amp;amp;PARM._COUNT = 0) %then %do;&lt;br /&gt; not &amp;amp;MATCHALL_CLAUSE&lt;br /&gt;%end;&lt;br /&gt; %else %if (&amp;amp;&amp;amp;&amp;amp;PARM._count = 1) %then %do;&lt;br /&gt;    &amp;amp;COLUMN &amp;amp;OPERATOR (%unquote(&amp;amp;q1)&amp;amp;&amp;amp;&amp;amp;PARM%unquote(&lt;wbr&gt;&amp;amp;q2))&lt;br /&gt;%end;&lt;br /&gt;%else %do;&lt;br /&gt;    &amp;amp;COLUMN &amp;amp;OPERATOR ( %do i=1 %to &amp;amp;&amp;amp;&amp;amp;PARM._count; %if &amp;amp;i &gt; 1 %then %do; ,&lt;br /&gt;%end;&lt;br /&gt;      %unquote(&amp;amp;q1)&amp;amp;&amp;amp;&amp;amp;PARM&amp;amp;i%&lt;wbr&gt;unquote(&amp;amp;q2) %end; )&lt;br /&gt;%end;&lt;br /&gt;%end;&lt;br /&gt;%mend;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span id=":1r4" class="hP" style="padding-right: 10px; "&gt;&lt;span class="Apple-style-span"   style="border-collapse: separate;   font-family:Georgia, serif;font-size:13px;"&gt;&lt;b&gt;&lt;span class="Apple-style-span"   style="font-family:Arial, Helvetica, Verdana, sans-serif;color:#333333;"&gt;&lt;span class="Apple-style-span" style="font-weight: normal; line-height: 13px; -webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px;"&gt;&lt;span class="Apple-style-span"   style="  line-height: 16px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; font-family:Arial, Helvetica, sans-serif;font-size:small;"&gt;&lt;pre width="100"    style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 10px; padding-right: 0px; padding-bottom: 8px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border- font-weight: normal; font-style: normal;  line-height: 1.25em;  text-align: left; white-space: pre-wrap; word-wrap: break-word; display: inline !important; font-family:monospace;font-size:11px;color:initial;"&gt;&lt;span class="Apple-style-span"   style="color: rgb(0, 0, 0);  line-height: normal; white-space: normal;  border-collapse: collapse; font-family:arial, sans-serif;font-size:medium;"&gt;&lt;span class="Apple-style-span"   style="border-collapse: separate;   font-family:Georgia, serif;font-size:13px;"&gt;&lt;b&gt;&lt;span class="Apple-style-span"  style=" font-weight: normal; line-height: 16px; color: rgb(51, 51, 51); -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; font-family:Arial, Helvetica, Verdana, sans-serif;"&gt;&lt;span class="Apple-style-span"   style="color: rgb(0, 0, 0);  line-height: normal; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px;  font-family:Georgia, serif;font-size:13px;"&gt;&lt;b&gt;&lt;span class="Apple-style-span"   style="font-family:Arial, Helvetica, Verdana, sans-serif;color:#333333;"&gt;&lt;span class="Apple-style-span" style="font-weight: normal; line-height: 13px; -webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px;"&gt;&lt;span class="Apple-style-span"   style="  line-height: 16px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; font-family:Arial, Helvetica, sans-serif;font-size:small;"&gt;&lt;pre width="100"    style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 10px; padding-right: 0px; padding-bottom: 8px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border- font-weight: normal; font-style: normal;  line-height: 1.25em;  text-align: left; white-space: pre-wrap; word-wrap: break-word; display: inline !important; font-family:monospace;font-size:11px;color:initial;"&gt;&lt;span class="Apple-style-span"   style="color: rgb(0, 0, 0);  line-height: normal; white-space: normal;  border-collapse: collapse; font-family:arial, sans-serif;font-size:medium;"&gt;&lt;span class="Apple-style-span"   style="border-collapse: separate;   font-family:Georgia, serif;font-size:13px;"&gt;&lt;b&gt;&lt;span class="Apple-style-span"  style=" font-weight: normal; line-height: 16px; color: rgb(51, 51, 51); -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; font-family:Arial, Helvetica, Verdana, sans-serif;"&gt;&lt;span class="Apple-style-span"   style="color: rgb(0, 0, 0);  line-height: normal; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px;  border-collapse: collapse; font-family:arial, sans-serif;font-size:13px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span id=":1r4" class="hP" style="padding-right: 10px; "&gt;&lt;span class="Apple-style-span"   style="border-collapse: separate;   font-family:Georgia, serif;font-size:13px;"&gt;&lt;b&gt;&lt;span class="Apple-style-span"   style="font-family:Arial, Helvetica, Verdana, sans-serif;color:#333333;"&gt;&lt;span class="Apple-style-span" style="font-weight: normal; line-height: 13px; -webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px;"&gt;&lt;span class="Apple-style-span"   style="  line-height: 16px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; font-family:Arial, Helvetica, sans-serif;font-size:small;"&gt;&lt;pre width="100"    style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 10px; padding-right: 0px; padding-bottom: 8px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border- font-weight: normal; font-style: normal;  line-height: 1.25em;  text-align: left; white-space: pre-wrap; word-wrap: break-word; display: inline !important; font-family:monospace;font-size:11px;color:initial;"&gt;&lt;span class="Apple-style-span"   style="color: rgb(0, 0, 0);  line-height: normal; white-space: normal;  border-collapse: collapse; font-family:arial, sans-serif;font-size:medium;"&gt;&lt;span class="Apple-style-span"   style="border-collapse: separate;   font-family:Georgia, serif;font-size:13px;"&gt;&lt;b&gt;&lt;span class="Apple-style-span"  style=" font-weight: normal; line-height: 16px; color: rgb(51, 51, 51); -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; font-family:Arial, Helvetica, Verdana, sans-serif;"&gt;&lt;span class="Apple-style-span"   style="color: rgb(0, 0, 0);  line-height: normal; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px;  font-family:Georgia, serif;font-size:13px;"&gt;&lt;b&gt;&lt;span class="Apple-style-span"   style="font-family:Arial, Helvetica, Verdana, sans-serif;color:#333333;"&gt;&lt;span class="Apple-style-span" style="font-weight: normal; line-height: 13px; -webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px;"&gt;&lt;span class="Apple-style-span"   style="  line-height: 16px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; font-family:Arial, Helvetica, sans-serif;font-size:small;"&gt;&lt;pre width="100"    style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 10px; padding-right: 0px; padding-bottom: 8px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border- font-weight: normal; font-style: normal;  line-height: 1.25em;  text-align: left; white-space: pre-wrap; word-wrap: break-word; display: inline !important; font-family:monospace;font-size:11px;color:initial;"&gt;&lt;span class="Apple-style-span"   style="color: rgb(0, 0, 0);  line-height: normal; white-space: normal;  border-collapse: collapse; font-family:arial, sans-serif;font-size:medium;"&gt;&lt;span class="Apple-style-span"   style="border-collapse: separate;   font-family:Georgia, serif;font-size:13px;"&gt;&lt;b&gt;&lt;span class="Apple-style-span"  style=" font-weight: normal; line-height: 16px; color: rgb(51, 51, 51); -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; font-family:Arial, Helvetica, Verdana, sans-serif;"&gt;&lt;span class="Apple-style-span"   style="color: rgb(0, 0, 0);  line-height: normal; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px;  border-collapse: collapse; font-family:arial, sans-serif;font-size:13px;"&gt;This will help to deal with the problems associated with migration of SAS project consisting Date parameters from 9.1 to 9.2.&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/span&gt;&lt;/pre&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt; &lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7796466303661358828-3062417812991538084?l=sasbiworld.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sasbiworld.blogspot.com/feeds/3062417812991538084/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sasbiworld.blogspot.com/2010/05/recently-we-upgraded-our-sas-9.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7796466303661358828/posts/default/3062417812991538084'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7796466303661358828/posts/default/3062417812991538084'/><link rel='alternate' type='text/html' href='http://sasbiworld.blogspot.com/2010/05/recently-we-upgraded-our-sas-9.html' title='Date prompt issues with EG 4.2/sas 9.2'/><author><name>Fun with SAS 9.2 :)</name><uri>http://www.blogger.com/profile/18424709866291118806</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_cHsINYH4FTE/S-WjpfgDAMI/AAAAAAAAKSQ/lOKngfTPGg8/s72-c/Filter_chkbox_date_prompt.JPG' height='72' width='72'/><thr:total>0</thr:total></entry></feed>
