2.12.1 CSGI

1.
Function
Returns the character corresponding to the DCL character number.
2.
Call
CSGI(IC)
3.
Explanation of Parameters
IC (I) The given DCL character number. Specified using an integer from 0 to 255.
CSGI (C*1) The character corresponding to the DCL character number.
4.
Notes
(a)
In order to use this function,
CHARACTER CSGI*1
must be declared first.
(b)
In the ASCII code system, CSGI is equivalent to CHAR.