<?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: Intermittent Special Characters (&amp;quot;NANA&amp;quot;) for Blank CHAR(2) Field from DB2 z/OS in Qlik Replicate</title>
    <link>https://community.qlik.com/t5/Qlik-Replicate/Intermittent-Special-Characters-quot-NANA-quot-for-Blank-CHAR-2/m-p/2547098#M16163</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/239109"&gt;@shyamkatika&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Based on the behavior observed—especially the inconsistent replication of blank values—it would be best to investigate this further with deeper analysis.&lt;BR /&gt;&lt;BR /&gt;Could you please raise a support case with Qlik Support for this issue?&lt;BR /&gt;Kindly include the following details in the case to help expedite the investigation&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN&gt;Replicate task logs covering the time of occurrence&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Sample source and target data (including affected and non-affected rows)&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Output of HEX values for the impacted column from the source&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P class="lia-indent-padding-left-60px"&gt;&lt;SPAN&gt;&lt;SPAN class="ͼ8"&gt;&lt;BR /&gt;SELECT&lt;/SPAN&gt; NAME, CCSID&lt;BR /&gt;&lt;SPAN class="ͼ8"&gt;FROM&lt;/SPAN&gt; SYSIBM.SYSCOLUMNS&lt;BR /&gt;&lt;SPAN class="ͼ8"&gt;WHERE&lt;/SPAN&gt; TBNAME &lt;SPAN class="ͼ8"&gt;=&lt;/SPAN&gt; &lt;SPAN class="ͼc"&gt;'YOUR_TABLE'&lt;/SPAN&gt;;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN&gt;Output of hex value in Snowflake&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P class="lia-indent-padding-left-60px"&gt;&lt;SPAN&gt;&lt;BR /&gt;SELECT &lt;BR /&gt;column_name,&lt;BR /&gt;LENGTH(column_name) AS LEN,&lt;BR /&gt;HEX_ENCODE(column_name) AS HEX_VAL,&lt;BR /&gt;COUNT(*)&lt;BR /&gt;FROM your_table&lt;BR /&gt;GROUP BY 1,2,3&lt;BR /&gt;ORDER BY COUNT(*) DESC;&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN&gt;Diagnostic package of the task&amp;nbsp;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Sachin B&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 16 Apr 2026 11:09:00 GMT</pubDate>
    <dc:creator>SachinB</dc:creator>
    <dc:date>2026-04-16T11:09:00Z</dc:date>
    <item>
      <title>Intermittent Special Characters ("NANA") for Blank CHAR(2) Field from DB2 z/OS</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Intermittent-Special-Characters-quot-NANA-quot-for-Blank-CHAR-2/m-p/2547091#M16162</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;We are encountering an issue while replicating data from DB2 z/OS to the target using Qlik Replicate.&lt;/P&gt;&lt;P&gt;In the source DB2 z/OS table, a column with data type &lt;STRONG&gt;CHAR(2)&lt;/STRONG&gt; contains blank values (spaces) for several records. However, in the target system, we are observing inconsistent behavior:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Most records are correctly replicated as blanks&lt;/LI&gt;&lt;LI&gt;But for a few records, the same field is populated with unexpected special characters like &lt;STRONG&gt;"NANA"&lt;/STRONG&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;So, not all blank fields are impacted—only a subset of records shows this issue.&lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;/P&gt;</description>
      <pubDate>Thu, 16 Apr 2026 10:01:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Intermittent-Special-Characters-quot-NANA-quot-for-Blank-CHAR-2/m-p/2547091#M16162</guid>
      <dc:creator>shyamkatika</dc:creator>
      <dc:date>2026-04-16T10:01:20Z</dc:date>
    </item>
    <item>
      <title>Re: Intermittent Special Characters ("NANA") for Blank CHAR(2) Field from DB2 z/OS</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Intermittent-Special-Characters-quot-NANA-quot-for-Blank-CHAR-2/m-p/2547098#M16163</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/239109"&gt;@shyamkatika&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Based on the behavior observed—especially the inconsistent replication of blank values—it would be best to investigate this further with deeper analysis.&lt;BR /&gt;&lt;BR /&gt;Could you please raise a support case with Qlik Support for this issue?&lt;BR /&gt;Kindly include the following details in the case to help expedite the investigation&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN&gt;Replicate task logs covering the time of occurrence&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Sample source and target data (including affected and non-affected rows)&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Output of HEX values for the impacted column from the source&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P class="lia-indent-padding-left-60px"&gt;&lt;SPAN&gt;&lt;SPAN class="ͼ8"&gt;&lt;BR /&gt;SELECT&lt;/SPAN&gt; NAME, CCSID&lt;BR /&gt;&lt;SPAN class="ͼ8"&gt;FROM&lt;/SPAN&gt; SYSIBM.SYSCOLUMNS&lt;BR /&gt;&lt;SPAN class="ͼ8"&gt;WHERE&lt;/SPAN&gt; TBNAME &lt;SPAN class="ͼ8"&gt;=&lt;/SPAN&gt; &lt;SPAN class="ͼc"&gt;'YOUR_TABLE'&lt;/SPAN&gt;;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN&gt;Output of hex value in Snowflake&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P class="lia-indent-padding-left-60px"&gt;&lt;SPAN&gt;&lt;BR /&gt;SELECT &lt;BR /&gt;column_name,&lt;BR /&gt;LENGTH(column_name) AS LEN,&lt;BR /&gt;HEX_ENCODE(column_name) AS HEX_VAL,&lt;BR /&gt;COUNT(*)&lt;BR /&gt;FROM your_table&lt;BR /&gt;GROUP BY 1,2,3&lt;BR /&gt;ORDER BY COUNT(*) DESC;&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN&gt;Diagnostic package of the task&amp;nbsp;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Sachin B&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Apr 2026 11:09:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Intermittent-Special-Characters-quot-NANA-quot-for-Blank-CHAR-2/m-p/2547098#M16163</guid>
      <dc:creator>SachinB</dc:creator>
      <dc:date>2026-04-16T11:09:00Z</dc:date>
    </item>
    <item>
      <title>Re: Intermittent Special Characters ("NANA") for Blank CHAR(2) Field from DB2 z/OS</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Intermittent-Special-Characters-quot-NANA-quot-for-Blank-CHAR-2/m-p/2547121#M16164</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/141158"&gt;@SachinB&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your response. Please find the attached screenshots showing the results of the above queries from both the source (DB2 z/OS) and the target (Snowflake).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Apr 2026 14:09:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Intermittent-Special-Characters-quot-NANA-quot-for-Blank-CHAR-2/m-p/2547121#M16164</guid>
      <dc:creator>shyamkatika</dc:creator>
      <dc:date>2026-04-16T14:09:27Z</dc:date>
    </item>
    <item>
      <title>Re: Intermittent Special Characters ("NANA") for Blank CHAR(2) Field from DB2 z/OS</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Intermittent-Special-Characters-quot-NANA-quot-for-Blank-CHAR-2/m-p/2547145#M16165</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/239109"&gt;@shyamkatika&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Based on the analysis so far, the behaviour seen in the target system appears to be related to inconsistencies in the underlying source data rather than a replication issue. Specifically, some of the values that appear as blanks may contain non-standard or non-printable characters at the byte level, which can lead to unexpected results after character set conversion.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;To proceed with a deeper investigation and validate this further, could you please raise a support case with &lt;/SPAN&gt;&lt;SPAN&gt;Qlik&lt;/SPAN&gt;&lt;SPAN&gt; Support with all the requested details?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Sachin B&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Apr 2026 03:01:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Intermittent-Special-Characters-quot-NANA-quot-for-Blank-CHAR-2/m-p/2547145#M16165</guid>
      <dc:creator>SachinB</dc:creator>
      <dc:date>2026-04-17T03:01:21Z</dc:date>
    </item>
    <item>
      <title>Re: Intermittent Special Characters ("NANA") for Blank CHAR(2) Field from DB2 z/OS</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Intermittent-Special-Characters-quot-NANA-quot-for-Blank-CHAR-2/m-p/2547689#M16199</link>
      <description>&lt;P&gt;Hi Team,&amp;nbsp;&lt;/P&gt;&lt;P&gt;As a workaround, since the affected field contains numeric data, I changed the data type to INT and applied an IFNULL transformation. This results in blank and special character values being represented as 0.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shyam Sundar.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Apr 2026 11:44:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Intermittent-Special-Characters-quot-NANA-quot-for-Blank-CHAR-2/m-p/2547689#M16199</guid>
      <dc:creator>shyamkatika</dc:creator>
      <dc:date>2026-04-24T11:44:22Z</dc:date>
    </item>
  </channel>
</rss>

