CHRTRAN A.01.00 Hewlett Packard - RCO Austria Technisches Zentrum Wien (WoKi) Author: Wolfgang Kinscher (WOLFGANG_KINSCHER@HP-Austria-om1.om.hp.com) CHRTRAN - translation of fixed length rec files; translation rules (char code and fields of record) can be specified in cotrol file. Format: CHRTRAN "F1,F2" F1: MPE/iX Filename - File to be translated F2: MPE/iX Filename - Control File Control File Format: one single entry per line of following Format: n1,n2 Substring to be translated (max 1024 entries) n1: Start Column (1-relative, first Column = 1) n2: Number of Bytes If omitted the entire record will be translated n3>n4 Character Code n3 translated to n4 0 <= n3 <= 255 and 0 <= n4 <= 255 n1,n2,n3,n4: Decimal value: String of ASCII 0..9 Octal value: %X and X = String of ASCII 0..7 Hexadecimal value: $X and X = String of ASCII 0..9,A..F