next up previous contents index
Next: Technical details Up: Conversion Previous: VAX version

Parameters

Input parameters:
SOURCE
array containing the EBCDIC string
N1
first character in source to convert
TARGET
array receiving the ASCII string
N2
first character position of converted string in target
N3
number of characters to convert

The routine allows the simultaneous conversion and concatenation of a string. On VAX, IBM (not CDC !), source and target may overlap as long as N2\(\leq\)N1.


Janne Saarela
Tue May 16 09:44:28 METDST 1995