$Ascii: Difference between revisions

From m204wiki
Jump to navigation Jump to search
No edit summary
m (Mlarocca moved page $ASCII to $Ascii: Lower case change)
(No difference)

Revision as of 12:57, 17 July 2014

Function

The $ASCII function converts an input string, assumed to be EBCDIC, into ASCII. For example:

%X = $ascii(%X)

The translation table can be modified when necessary at customer sites. The source code is delivered in the FUNU module.

Not all strings are for display. Question marks are usually the results of trying to print ASCII characters on an EBCDIC machine.