GDDM V3R2 Base Application Programming Reference
|
Previous topic |
Next topic |
Contents |
Index |
Contact z/OS |
Library |
PDF |
BOOK
FSLOGC GDDM V3R2 Base Application Programming Reference SC33-0868-02 |
||||||||||||||||||||||||||||||||
Function To send character string with carriage-control character to alternate device. FSLOGC (length, string) Parameters length (specified by user) (fullword integer)
string (specified by user) (character) The string of EBCDIC characters to be sent. The first character is interpreted according to the values in the following table; an invalid carriage-control character is interpreted as X'09'.
SO/SI (shift-out/shift-in) control-code characters can be included in the string and are sent to the device as "passthrough"; that is, they are not processed in any way. A mixed string of single and double-byte characters can, therefore, be presented, provided the alternate device supports SO/SI control codes as a delimiter of mixed strings, and the SO/SI control codes are correctly paired in the string. Neither of these conditions are checked by GDDM. Description Sends (copies) the specified string to the currently open family-1, family-2, family-3, or family-4 cell-based alternate device. The first character of the string is interpreted as a carriage-control character. Overstriking characters are processed in the following way. If several strings are to be printed on the same line:
Principal errors
|
||||||||||||||||||||||||||||||||
Copyright IBM Corporation 1990, 2012 |