GDDM V3R2 Base Application Programming Reference
|
Previous topic |
Next topic |
Contents |
Index |
Contact z/OS |
Library |
PDF |
BOOK
FSLOG GDDM V3R2 Base Application Programming Reference SC33-0868-02 |
|
Function To send character string to alternate device. FSLOG (length, string) Parameters length (specified by user) (fullword integer)
string (specified by user) (character) The string of EBCDIC characters to be sent. 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. FSLOG calls can be mixed with FSLOGC, FSCOPY, and GSCOPY calls within a single open-close session. Consecutive FSLOG and FSLOGC data is batched together and sent separately from any FSCOPY and GSCOPY output. Note: The FSLOG call does not require a primary device to be available, and so does not cause a default one to be set up. Principal errors
|
Copyright IBM Corporation 1990, 2012 |