<?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: error in code: in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/error-in-code/m-p/431230#M27840</link>
    <description>You are absolutely right, I have fixed the quotes and it worked, thanks for your help in pinpointing that ..,</description>
    <pubDate>Fri, 26 Jan 2018 12:15:08 GMT</pubDate>
    <dc:creator>bondtk</dc:creator>
    <dc:date>2018-01-26T12:15:08Z</dc:date>
    <item>
      <title>error in code:</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/error-in-code/m-p/431137#M27832</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have run the code and it created new variables for me with no error.&amp;nbsp; I am using SAS EG 5.1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Run the same code again and I am getting errors now. Not sure which variable is initialised wrong. I highlighted the errors at the bottom of the code, it says it could be some symbol or syntax issue,&amp;nbsp; this code ran with no errors at the first time and now 2nd time it has this error so I am not sure whats changed and how to pinpoint the error in the particular line,&amp;nbsp; I am not sure what is the problem I need your help to mitigate this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;GOPTIONS ACCESSIBLE;&lt;/P&gt;&lt;P&gt;15 data tk.SBOS_final;&lt;/P&gt;&lt;P&gt;16 set tk.application_fj;&lt;/P&gt;&lt;P&gt;17 where final_decision_flag not in ('Withdrawn');&lt;/P&gt;&lt;P&gt;18&lt;/P&gt;&lt;P&gt;19&lt;/P&gt;&lt;P&gt;20&lt;/P&gt;&lt;P&gt;21 format Final_Decision $10. ;&lt;/P&gt;&lt;P&gt;22 Format ast 1.;&lt;/P&gt;&lt;P&gt;23 Format bureau 1.;&lt;/P&gt;&lt;P&gt;24 Format affordability 1.;&lt;/P&gt;&lt;P&gt;25 Format collatoral 1.;&lt;/P&gt;&lt;P&gt;26 Format fraud 1.;&lt;/P&gt;&lt;P&gt;27 Format general 1.;&lt;/P&gt;&lt;P&gt;28 Format internalconduct 1.;&lt;/P&gt;&lt;P&gt;29 Format purpose 1.;&lt;/P&gt;&lt;P&gt;30 Format borrower 1.;&lt;/P&gt;&lt;P&gt;31 Format forcerefer 1.;&lt;/P&gt;&lt;P&gt;32 Format expense 1.;&lt;/P&gt;&lt;P&gt;33 Format collatoral_refer 1.;&lt;/P&gt;&lt;P&gt;34 Format character_refer 1.;&lt;/P&gt;&lt;P&gt;35 Format policy_refer 1.;&lt;/P&gt;&lt;P&gt;36 Format capacity_refer 1.;&lt;/P&gt;&lt;P&gt;37&lt;/P&gt;&lt;P&gt;38 format sdate date9.;&lt;/P&gt;&lt;P&gt;39 Format SI_Final $25.;&lt;/P&gt;&lt;P&gt;40&lt;/P&gt;&lt;P&gt;41 ast = 0;&lt;/P&gt;&lt;P&gt;42 bureau = 0;&lt;/P&gt;&lt;P&gt;43 affordability = 0;&lt;/P&gt;&lt;P&gt;44 collatoral = 0;&lt;/P&gt;&lt;P&gt;45 fraud = 0;&lt;/P&gt;&lt;P&gt;46 general= 0;&lt;/P&gt;&lt;P&gt;47 internalconduct = 0;&lt;/P&gt;&lt;P&gt;48 purpose = 0;&lt;/P&gt;&lt;P&gt;49 borrower =0;&lt;/P&gt;&lt;P&gt;50 forcerefer= 0;&lt;/P&gt;&lt;P&gt;51 expense= 0;&lt;/P&gt;&lt;P&gt;52 collatoral_refer = 0;&lt;/P&gt;&lt;P&gt;53 character_refer = 0;&lt;/P&gt;&lt;P&gt;54 policy_refer = 0;&lt;/P&gt;&lt;P&gt;55 capacity_refer = 0;&lt;/P&gt;&lt;P&gt;2 The SAS System 11:20 Friday, January 26, 2018&lt;/P&gt;&lt;P&gt;56&lt;/P&gt;&lt;P&gt;57 ac11= 0;&lt;/P&gt;&lt;P&gt;58 db21= 0;&lt;/P&gt;&lt;P&gt;59 ra03 = 0;&lt;/P&gt;&lt;P&gt;60&lt;/P&gt;&lt;P&gt;61 av11= 0;&lt;/P&gt;&lt;P&gt;62 db23 = 0;&lt;/P&gt;&lt;P&gt;63 ra01 = 0;&lt;/P&gt;&lt;P&gt;64 rb21 = 0;&lt;/P&gt;&lt;P&gt;65 rb91 = 0;&lt;/P&gt;&lt;P&gt;66 rb95 = 0;&lt;/P&gt;&lt;P&gt;67 rb96 = 0;&lt;/P&gt;&lt;P&gt;68 rc01 = 0;&lt;/P&gt;&lt;P&gt;69 re51 = 0;&lt;/P&gt;&lt;P&gt;70 rf01 = 0;&lt;/P&gt;&lt;P&gt;71 rf90 = 0;&lt;/P&gt;&lt;P&gt;72 rg01 = 0;&lt;/P&gt;&lt;P&gt;73 rg15 = 0;&lt;/P&gt;&lt;P&gt;74 rg16 = 0;&lt;/P&gt;&lt;P&gt;75 rg17 = 0;&lt;/P&gt;&lt;P&gt;76 ri01 = 0;&lt;/P&gt;&lt;P&gt;77 ri02 = 0;&lt;/P&gt;&lt;P&gt;78 ri04 = 0;&lt;/P&gt;&lt;P&gt;79 ri25 = 0;&lt;/P&gt;&lt;P&gt;80 ri31 = 0;&lt;/P&gt;&lt;P&gt;81 ri33 = 0;&lt;/P&gt;&lt;P&gt;82 ri45 = 0;&lt;/P&gt;&lt;P&gt;83 ri46 = 0;&lt;/P&gt;&lt;P&gt;84 rp03 = 0;&lt;/P&gt;&lt;P&gt;85 rp06 = 0;&lt;/P&gt;&lt;P&gt;86 rp07 = 0;&lt;/P&gt;&lt;P&gt;87 rp08 = 0;&lt;/P&gt;&lt;P&gt;88 rp10 = 0;&lt;/P&gt;&lt;P&gt;89 rp12 = 0;&lt;/P&gt;&lt;P&gt;90 avxx = 0;&lt;/P&gt;&lt;P&gt;91 rfxx = 0;&lt;/P&gt;&lt;P&gt;92 rg18 = 0;&lt;/P&gt;&lt;P&gt;93 rg19 = 0;&lt;/P&gt;&lt;P&gt;94&lt;/P&gt;&lt;P&gt;95 F_Medico = 0;&lt;/P&gt;&lt;P&gt;96 Franchiseflag_f = 0;&lt;/P&gt;&lt;P&gt;97&lt;/P&gt;&lt;P&gt;98&lt;/P&gt;&lt;P&gt;99&lt;/P&gt;&lt;P&gt;100 array RB_PostBurReasonCdeTable_[21] RB_PostBurReasonCdeTable_01 - RB_PostBurReasonCdeTable_21;&lt;/P&gt;&lt;P&gt;101&lt;/P&gt;&lt;P&gt;102 /*Application level*/&lt;/P&gt;&lt;P&gt;103&lt;/P&gt;&lt;P&gt;104 do i = 1 to 21;&lt;/P&gt;&lt;P&gt;105 if RB_PostBurReasonCdeTable_[i] in ('AC11') then ac11 = 1;&lt;/P&gt;&lt;P&gt;106 if RB_PostBurReasonCdeTable_[i] in ('DB21') then db21 = 1;&lt;/P&gt;&lt;P&gt;107 if RB_PostBurReasonCdeTable_[i] in ('RA03','RA93') then ra03 = 1;&lt;/P&gt;&lt;P&gt;108 if RB_PostBurReasonCdeTable_[i] in ('RA84','DB23') then db23 = 1;&lt;/P&gt;&lt;P&gt;109 if RB_PostBurReasonCdeTable_[i] in ('RA51','RA83','RA92','RA93','RR12','RR13','RA03') then ra01 = 1;&lt;/P&gt;&lt;P&gt;110 if RB_PostBurReasonCdeTable_[i] in ('RA97','RK01','RK02','RK03','RK04','RK05','RK06','RK07','RB21') then rb21 = 1;&lt;/P&gt;&lt;P&gt;111 if RB_PostBurReasonCdeTable_[i] in ('RB91') then rb91 = 1;&lt;/P&gt;&lt;P&gt;112 if RB_PostBurReasonCdeTable_[i] in ('RB95') then rb95 = 1;&lt;/P&gt;&lt;P&gt;113 if RB_PostBurReasonCdeTable_[i] in ('RB96') then rb96 = 1;&lt;/P&gt;&lt;P&gt;3 The SAS System 11:20 Friday, January 26, 2018&lt;/P&gt;&lt;P&gt;114 if RB_PostBurReasonCdeTable_[i] in ('RC01') then rc01 = 1;&lt;/P&gt;&lt;P&gt;115 if RB_PostBurReasonCdeTable_[i] in ('RF01', 'RF02', 'RF03','RF90', 'RK10','RK11','RF91', 'RF92', 'RF95') then rfxx = 1;&lt;/P&gt;&lt;P&gt;116&lt;/P&gt;&lt;P&gt;117 if RB_PostBurReasonCdeTable_[i] in ('RA96','RE51') then re51 = 1;&lt;/P&gt;&lt;P&gt;118&lt;/P&gt;&lt;P&gt;119 if RB_PostBurReasonCdeTable_[i] in ('RA01') then rg01 = 1;&lt;/P&gt;&lt;P&gt;120 if RB_PostBurReasonCdeTable_[i] in ('RG18') then rg18 = 1;&lt;/P&gt;&lt;P&gt;121 if RB_PostBurReasonCdeTable_[i] in ('RG19') then rg19 = 1;&lt;/P&gt;&lt;P&gt;122&lt;/P&gt;&lt;P&gt;123 if RB_PostBurReasonCdeTable_[i] in ('RA29','RG15') then rg15 = 1;&lt;/P&gt;&lt;P&gt;124 if RB_PostBurReasonCdeTable_[i] in ('RA21','RR11','RG16') then rg16 = 1;&lt;/P&gt;&lt;P&gt;125 if RB_PostBurReasonCdeTable_[i] in ('RA48','RA49','RA52','RG17') then rg17 = 1;&lt;/P&gt;&lt;P&gt;126 if RB_PostBurReasonCdeTable_[i] in ('RA50','RR16') then ri01 = 1;&lt;/P&gt;&lt;P&gt;127 if RB_PostBurReasonCdeTable_[i] in ('RI02','RR16') then ri02 = 1;&lt;/P&gt;&lt;P&gt;128 if RB_PostBurReasonCdeTable_[i] in ('RI03') then ri03 = 1;&lt;/P&gt;&lt;P&gt;129 if RB_PostBurReasonCdeTable_[i] in ('RI04','RA54') then ri04 = 1;&lt;/P&gt;&lt;P&gt;130 if RB_PostBurReasonCdeTable_[i] in ('RI25') then ri25 = 1;&lt;/P&gt;&lt;P&gt;131 if RB_PostBurReasonCdeTable_[i] in ('RI31') then ri31 = 1;&lt;/P&gt;&lt;P&gt;132 if RB_PostBurReasonCdeTable_[i] in ('RA89','RI33') then ri33 = 1;&lt;/P&gt;&lt;P&gt;133 if RB_PostBurReasonCdeTable_[i] in ('RI45') then ri45 = 1;&lt;/P&gt;&lt;P&gt;134 if RB_PostBurReasonCdeTable_[i] in ('RI46') then ri46 = 1;&lt;/P&gt;&lt;P&gt;135&lt;/P&gt;&lt;P&gt;136 if RB_PostBurReasonCdeTable_[i] in ('RP01','RP02','RP04','RP05','RP06','RP07','RP08','RP03','RA99') then rp03 = 1;&lt;/P&gt;&lt;P&gt;137 if RB_PostBurReasonCdeTable_[i] in ('RA54','RA55','RA56','RP06') then rp06 = 1;&lt;/P&gt;&lt;P&gt;138 if RB_PostBurReasonCdeTable_[i] in ('RA57','RP07') then rp07 = 1;&lt;/P&gt;&lt;P&gt;139 if RB_PostBurReasonCdeTable_[i] in ('RP08') then rp08 = 1;&lt;/P&gt;&lt;P&gt;140 if proposedTBL &amp;gt; 1000000 then rp08 = 1;&lt;/P&gt;&lt;P&gt;141 if RB_PostBurReasonCdeTable_[i] in ('RA85','RP10') then rp10 = 1;&lt;/P&gt;&lt;P&gt;142 if RB_PostBurReasonCdeTable_[i] in ('RA14','RP12') then rp12 = 1;&lt;/P&gt;&lt;P&gt;143 if RB_PostBurReasonCdeTable_[i] in ('RA94','RA90','RA88','RA95','AV16','AV15','AV11','AV12','AV13','AV14','AV17') then&lt;/P&gt;&lt;P&gt;143 ! avxx = 1;&lt;/P&gt;&lt;P&gt;144&lt;/P&gt;&lt;P&gt;145&lt;/P&gt;&lt;P&gt;146 /*category level*/&lt;/P&gt;&lt;P&gt;147&lt;/P&gt;&lt;P&gt;148&lt;/P&gt;&lt;P&gt;149&lt;/P&gt;&lt;P&gt;150 if RB_PostBurReasonCdeTable_[i] in&lt;/P&gt;&lt;P&gt;150 ! ('AC11','AV11','AV12','AV13','AV15','AV16','AV17','RC01','RE51','RG16','RA90','RA88','RR11','RA21','RA94','RA95') then&lt;/P&gt;&lt;P&gt;150 ! collatoral_refer = 1;&lt;/P&gt;&lt;P&gt;151 if RB_PostBurReasonCdeTable_[i] in&lt;/P&gt;&lt;P&gt;151 ! ('DB01','DB23','RB21','RB91','RB95','RB96','RF01','RF02','RB03','RF90','RF91','RF92','RF95','RG19','RI01','RI02','RI04','&lt;/P&gt;&lt;P&gt;151 ! RI25','RI31','RI33','RI45','RI46','DA01','RA50','RA84','RA97','RK01','RK02','RK03','RK04','RK05','RK06','RK07','RK10','RK&lt;/P&gt;&lt;P&gt;151 ! 11')then Character_refer = 1;&lt;/P&gt;&lt;P&gt;152 if RB_PostBurReasonCdeTable_[i] in&lt;/P&gt;&lt;P&gt;152 ! ('SB05','AV14','MG04','RG15','RG18','RP03','RP04','RP06','RP07','RP08','RP09','RP10','RP11','RP12','RW21','RP05','RA98','&lt;/P&gt;&lt;P&gt;152 ! RA14','RA29','RA54','RA55','RA56','RA57','RA99','RP01','RP02')then Policy_refer = 1;&lt;/P&gt;&lt;P&gt;153 if RB_PostBurReasonCdeTable_[i] in ('RA01','RA03','RA51','RA83','RA92','RA93','RR12','RR13') then Capacity_refer = 1;&lt;/P&gt;&lt;P&gt;154&lt;/P&gt;&lt;P&gt;155 /*Category 2 Level */&lt;/P&gt;&lt;P&gt;156&lt;/P&gt;&lt;P&gt;157 if RB_PostBurReasonCdeTable_[i] in ('AC11','AV11','AV12','AV13','AV14','AV15','AV16','AV17') then ast = 1;&lt;/P&gt;&lt;P&gt;158 if RB_PostBurReasonCdeTable_[i] in ('DB21','DB23','RB21','RB91','RB95','RB96') then bureau = 1;&lt;/P&gt;&lt;P&gt;159 if RB_PostBurReasonCdeTable_[i] in ('RA01','RA03') then affordability = 1;&lt;/P&gt;&lt;P&gt;160 if RB_PostBurReasonCdeTable_[i] in ('RC01') then collatoral = 1;&lt;/P&gt;&lt;P&gt;161 if RB_PostBurReasonCdeTable_[i] in ('RF01','RF02','RF03','RF90','RF91','RF92','RF93') then fraud = 1;&lt;/P&gt;&lt;P&gt;162 if RB_PostBurReasonCdeTable_[i] in ('RG15','RG16','RG17','RG18','RG19') then general = 1;&lt;/P&gt;&lt;P&gt;163 if RB_PostBurReasonCdeTable_[i] in ('RI01','RI02','RI04','RI25','RI31','RI33','RI45','RI46') then Internalconduct = 1;&lt;/P&gt;&lt;P&gt;4 The SAS System 11:20 Friday, January 26, 2018&lt;/P&gt;&lt;P&gt;164 if RB_PostBurReasonCdeTable_[i] in ('RP03','RP04','RP05','RP06','RP07','RP08','RP09','RP10','RP11','RP12') then purpose =&lt;/P&gt;&lt;P&gt;164 ! 1;&lt;/P&gt;&lt;P&gt;165 if RB_PostBurReasonCdeTable_[i] in ('RW21') then borrower = 1;&lt;/P&gt;&lt;P&gt;166 if RB_PostBurReasonCdeTable_[i] in ('MG03','MG04','RG01') then forcerefer = 1;&lt;/P&gt;&lt;P&gt;167 if RB_PostBurReasonCdeTable_[i] in ('RE51') then expense = 1;&lt;/P&gt;&lt;P&gt;168&lt;/P&gt;&lt;P&gt;169 sdate = datepart(submitted_date);&lt;/P&gt;&lt;P&gt;170 month = month(sdate);&lt;/P&gt;&lt;P&gt;171 year = year(sdate);&lt;/P&gt;&lt;P&gt;172 datestamp = year*100+month;&lt;/P&gt;&lt;P&gt;173&lt;/P&gt;&lt;P&gt;174 if AssessmentDecision in ( 'Approved') then Final_Decision = 'Approved';&lt;/P&gt;&lt;P&gt;175 else Final_Decision = final_decision_flag;&lt;/P&gt;&lt;P&gt;176&lt;/P&gt;&lt;P&gt;177&lt;/P&gt;&lt;P&gt;178 end;&lt;/P&gt;&lt;P&gt;179&lt;/P&gt;&lt;P&gt;180 If CH_ANZSIC in ( 8621, 8622, 8623 , 8640, 8635) then F_Medico = 1 ;&lt;/P&gt;&lt;P&gt;181&lt;/P&gt;&lt;P&gt;182 if proposed_si in ('A','B','C') then SI_final = 'Fully Secured';&lt;/P&gt;&lt;P&gt;183&lt;/P&gt;&lt;P&gt;184 else if proposed_si in ('D','E','F') then SI_final = 'Partially Secured';&lt;/P&gt;&lt;P&gt;185&lt;/P&gt;&lt;P&gt;186 else SI_final = 'Unsecured';&lt;/P&gt;&lt;P&gt;187&lt;/P&gt;&lt;P&gt;188 if AppSystem in ('SBLoans', ‘SBOS’ ) then do;&lt;/P&gt;&lt;P&gt;_&lt;/P&gt;&lt;P&gt;22&lt;/P&gt;&lt;P&gt;76&lt;/P&gt;&lt;P&gt;&lt;FONT color="#ff0000"&gt;ERROR 22-322: Syntax error, expecting one of the following: a quoted string, a numeric constant, a datetime constant,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#ff0000"&gt;a missing value, iterator, (.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#ff0000"&gt;ERROR 76-322: Syntax error, statement will be ignored.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;189&lt;/P&gt;&lt;P&gt;190 if ApplicationNature = 'ANZ Preferred Franchising Loan' or AC_OPERATEASAFRANCHISEFLAG = "Y" then FranchiseFlag_f = 1&lt;/P&gt;&lt;P&gt;_&lt;/P&gt;&lt;P&gt;390&lt;/P&gt;&lt;P&gt;200&lt;/P&gt;&lt;P&gt;76&lt;/P&gt;&lt;P&gt;&lt;FONT color="#ff0000"&gt;ERROR 390-185: Expecting an relational or arithmetic operator.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#ff0000"&gt;ERROR 200-322: The symbol is not recognized and will be ignored.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#ff0000"&gt;ERROR 76-322: Syntax error, statement will be ignored&lt;/FONT&gt;.&lt;/P&gt;&lt;P&gt;191&lt;/P&gt;&lt;P&gt;192 end;&lt;/P&gt;&lt;P&gt;193&lt;/P&gt;&lt;P&gt;194&lt;/P&gt;&lt;P&gt;195 RUN;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#ff0000"&gt;NOTE: Character values have been converted to numeric values at the places given by: (Line):(Column).&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#ff0000"&gt;180:4&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#ff0000"&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#ff0000"&gt;WARNING: The data set TK.SBOS_FINAL may be incomplete. When this step was stopped there were 0 observations and 189 variables.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#ff0000"&gt;WARNING: Data set TK.SBOS_FINAL was not replaced because this step was stopped&lt;/FONT&gt;.&lt;/P&gt;&lt;P&gt;NOTE: DATA statement used (Total process time):&lt;/P&gt;&lt;P&gt;5 The SAS System 11:20 Friday, January 26, 2018&lt;/P&gt;&lt;P&gt;real time 4.58 seconds&lt;/P&gt;&lt;P&gt;cpu time 0.01 seconds&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jan 2018 00:36:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/error-in-code/m-p/431137#M27832</guid>
      <dc:creator>bondtk</dc:creator>
      <dc:date>2018-01-26T00:36:05Z</dc:date>
    </item>
    <item>
      <title>Re: error in code:</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/error-in-code/m-p/431188#M27836</link>
      <description>&lt;P&gt;Please re-post the log from line 180 to line 195, using the {i} button (6th icon in the Rich Text posting window), so that no content is changed and the formatting is preserved.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jan 2018 07:21:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/error-in-code/m-p/431188#M27836</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2018-01-26T07:21:15Z</dc:date>
    </item>
    <item>
      <title>Re: error in code:</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/error-in-code/m-p/431209#M27838</link>
      <description>&lt;P&gt;Seemes lke you are missing a semicoloN?&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;190 if ApplicationNature = 'ANZ Preferred Franchising Loan' or AC_OPERATEASAFRANCHISEFLAG = "Y" then FranchiseFlag_f = 1&lt;FONT size="5"&gt;&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="3" color="#000000"&gt;&lt;SPAN&gt;&lt;STRONG&gt;//Fredrik&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jan 2018 11:03:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/error-in-code/m-p/431209#M27838</guid>
      <dc:creator>FredrikE</dc:creator>
      <dc:date>2018-01-26T11:03:16Z</dc:date>
    </item>
    <item>
      <title>Re: error in code:</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/error-in-code/m-p/431215#M27839</link>
      <description>&lt;P&gt;And immediately before &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13827"&gt;@FredrikE&lt;/a&gt;'s catch, there's&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;if AppSystem in ('SBLoans', ‘SBOS’ ) then do;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Look at the second pair of single quotes, these are actually UTF characters, most probably caused by some text copied from Word or similar.&lt;/P&gt;
&lt;P&gt;Posting that text here as code would have made that more easily visible.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jan 2018 11:25:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/error-in-code/m-p/431215#M27839</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2018-01-26T11:25:35Z</dc:date>
    </item>
    <item>
      <title>Re: error in code:</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/error-in-code/m-p/431230#M27840</link>
      <description>You are absolutely right, I have fixed the quotes and it worked, thanks for your help in pinpointing that ..,</description>
      <pubDate>Fri, 26 Jan 2018 12:15:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/error-in-code/m-p/431230#M27840</guid>
      <dc:creator>bondtk</dc:creator>
      <dc:date>2018-01-26T12:15:08Z</dc:date>
    </item>
    <item>
      <title>Re: error in code:</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/error-in-code/m-p/431231#M27841</link>
      <description>Yes you are right ; was missing....thanks a lot..</description>
      <pubDate>Fri, 26 Jan 2018 12:16:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/error-in-code/m-p/431231#M27841</guid>
      <dc:creator>bondtk</dc:creator>
      <dc:date>2018-01-26T12:16:34Z</dc:date>
    </item>
  </channel>
</rss>

