<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://m204wiki.rocketsoftware.com/index.php?action=history&amp;feed=atom&amp;title=Fast%2FReload_DBCS_support</id>
	<title>Fast/Reload DBCS support - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://m204wiki.rocketsoftware.com/index.php?action=history&amp;feed=atom&amp;title=Fast%2FReload_DBCS_support"/>
	<link rel="alternate" type="text/html" href="https://m204wiki.rocketsoftware.com/index.php?title=Fast/Reload_DBCS_support&amp;action=history"/>
	<updated>2026-05-09T08:26:17Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>https://m204wiki.rocketsoftware.com/index.php?title=Fast/Reload_DBCS_support&amp;diff=82837&amp;oldid=prev</id>
		<title>Admin: 1 revision: from Stage</title>
		<link rel="alternate" type="text/html" href="https://m204wiki.rocketsoftware.com/index.php?title=Fast/Reload_DBCS_support&amp;diff=82837&amp;oldid=prev"/>
		<updated>2016-02-19T01:41:12Z</updated>

		<summary type="html">&lt;p&gt;1 revision: from Stage&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 01:41, 19 February 2016&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://m204wiki.rocketsoftware.com/index.php?title=Fast/Reload_DBCS_support&amp;diff=82836&amp;oldid=prev</id>
		<title>JAL: add category</title>
		<link rel="alternate" type="text/html" href="https://m204wiki.rocketsoftware.com/index.php?title=Fast/Reload_DBCS_support&amp;diff=82836&amp;oldid=prev"/>
		<updated>2016-02-19T01:25:42Z</updated>

		<summary type="html">&lt;p&gt;add category&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;var class=&amp;quot;product&amp;quot;&amp;gt;Fast/Reload&amp;lt;/var&amp;gt; provides support for mixed and pure DBCS (Double Byte Character Set) fields.&lt;br /&gt;
This includes support of the X&amp;#039;0080&amp;#039;, X&amp;#039;0040&amp;#039;, X&amp;#039;0020&amp;#039;, and X&amp;#039;0010&amp;#039; &amp;lt;var&amp;gt;FLOD&amp;lt;/var&amp;gt; mode bits.&lt;br /&gt;
For more information on these bits,&lt;br /&gt;
see the [[Media:M204_DBCSSupportGuide_V75.pdf|Rocket Model 204 DBCS Support Summary]].&lt;br /&gt;
&lt;br /&gt;
In addition, &amp;lt;var class=&amp;quot;product&amp;quot;&amp;gt;Fast/Reload&amp;lt;/var&amp;gt; performs certain DBCS conversions automatically&lt;br /&gt;
when loading data in &amp;lt;var&amp;gt;UAI&amp;lt;/var&amp;gt;/&amp;lt;var&amp;gt;LAI&amp;lt;/var&amp;gt; format.&lt;br /&gt;
These conversions are performed&lt;br /&gt;
automatically when a field&amp;#039;s &amp;lt;var&amp;gt;DBCS&amp;lt;/var&amp;gt; definition has changed.&lt;br /&gt;
The possible DBCS conversions are:&lt;br /&gt;
&amp;lt;table&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;Pure DBCS to mixed DBCS&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;No conversion is performed.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;Pure DBCS to mixed DBCS&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Data is wrapped in shift/out and shift/in.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;Pure DBCS to non-DBCS&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The data is stored as a string with no modification.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;Mixed DBCS to pure DBCS&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The data must be wrapped in shift/out and shift/in with no intervening shift/out or shift/in.&lt;br /&gt;
If this is the case, the shift/out and shift/in are stripped. If not, an error message is issued and the field is not loaded.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td nowrap&amp;gt;Mixed DBCS to mixed DBCS&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;No conversion is performed.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;Mixed DBCS to non-DBCS&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The data is stored as a string with no modification.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;Non-DBCS to pure DBCS&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;This conversion is invalid so an error message is issued and the field is not loaded in this case.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;Non-DBCS to mixed DBCS&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The data is stored as a string with no modification other than conversion of non-string types to string.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If DBCS data is stored in a field that was not defined as a &amp;lt;var&amp;gt;DBCS&amp;lt;/var&amp;gt; field,&lt;br /&gt;
it is possible to tell &amp;lt;var class=&amp;quot;product&amp;quot;&amp;gt;Fast/Reload&amp;lt;/var&amp;gt; to treat the field as if it had been a &amp;lt;var&amp;gt;DBCS&amp;lt;/var&amp;gt; field.&lt;br /&gt;
This is done with the &amp;lt;b&amp;gt;PURE&amp;lt;/b&amp;gt; and &amp;lt;b&amp;gt;MIXED&amp;lt;/b&amp;gt; statements.&lt;br /&gt;
The &amp;lt;var&amp;gt;PURE&amp;lt;/var&amp;gt; statement tells &amp;lt;var class=&amp;quot;product&amp;quot;&amp;gt;Fast/Reload&amp;lt;/var&amp;gt; to treat the unloaded&lt;br /&gt;
data for a field as if it were pure DBCS data, regardless of its actual definition.&lt;br /&gt;
The &amp;lt;var&amp;gt;MIXED&amp;lt;/var&amp;gt; statement tells &amp;lt;var class=&amp;quot;product&amp;quot;&amp;gt;Fast/Reload&amp;lt;/var&amp;gt; to treat the unloaded&lt;br /&gt;
data for a field as if it were mixed &amp;lt;var&amp;gt;DBCS&amp;lt;/var&amp;gt; data, regardless of its actual definition.&lt;br /&gt;
Both the &amp;lt;var&amp;gt;PURE&amp;lt;/var&amp;gt; and the &amp;lt;var&amp;gt;MIXED&amp;lt;/var&amp;gt; statements must come after the &amp;lt;var&amp;gt;LAI&amp;lt;/var&amp;gt; statement,&lt;br /&gt;
and they are invalid in non-&amp;lt;var&amp;gt;LAI&amp;lt;/var&amp;gt; &amp;lt;var&amp;gt;FLOD&amp;lt;/var&amp;gt; programs.&lt;br /&gt;
&lt;br /&gt;
For example, this statement&lt;br /&gt;
treats data for field &amp;lt;code&amp;gt;DBCS_STRING&amp;lt;/code&amp;gt; as pure DBCS&lt;br /&gt;
data, and it treats data for field &amp;lt;code&amp;gt;OTHER_STRING&amp;lt;/code&amp;gt; as mixed DBCS data:&lt;br /&gt;
&amp;lt;p class=&amp;quot;code&amp;quot;&amp;gt;FILELOAD -1,-1,0,1000000,10000,10000,,68&lt;br /&gt;
LAI&lt;br /&gt;
PURE DBCS_STRING&lt;br /&gt;
MIXED OTHER_STRING&lt;br /&gt;
END&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
{{Template:Fast/Reload topic list}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Fast/Reload]]&lt;/div&gt;</summary>
		<author><name>JAL</name></author>
	</entry>
</feed>