User`s manual

Section 4: Advanced Functions
AXIS AX-3 Cobra+ User’s Manual 39
Example:
To change a left bracket ‘[(EBCDIC International Set 5 code $4A)
to a left bracket ‘{’ which has ASCII value $7B. Insert the
following programming sequences in your document:
Note:
To edit, Extended Emulation Mode must be entered.
‘54’ is the Parameter number. ‘5’ selects the Editable Set, see page 65.
‘203’ is the function number, ‘$4A’ is the EBCDIC International Set
5 code and ‘$7B’ is the new ASCII value (old ASCII value is deleted).
‘206’ and ‘205’ are also function numbers.
From now on, a left bracket ‘[’ is replaced by ‘{’ in printouts.
You can modify any number of cells in the table by adding lines with
function 203 calls.
In 4214 emulation software, you can edit the Translation Table
although you cannot select ASCII Character Set.
%P
(Configuration lead-in sequence)
=54,5
(Select Editable Set)
=203,$4A,$7B
(Translate EBCDIC Int. 5 $4A to ASCII $7B)
=206
(Initialize settings)
=205
(Save settings permanently)
%