GDDM V3R2 Base Application Programming Reference
|
Previous topic |
Next topic |
Contents |
Index |
Contact z/OS |
Library |
PDF |
BOOK
MSREAD GDDM V3R2 Base Application Programming Reference SC33-0868-02 |
|
Function To present mapped data. MSREAD (group-name, map-name, length, ads, attype, attval) Parameters group-name (specified by user) (8-byte character string)
map-name (specified by user) (8-byte character string)
length (specified by user) (fullword integer)
ads (specified by user and returned by GDDM) (character)
attype (returned by GDDM) (fullword integer)
attval (returned by GDDM) (fullword integer)
Note: If MSREAD is issued for a partitioned device, and the input is not in the same partition as that in which the map was output, no data is returned to the application program in the ads parameter. Description Displays a map, waits for an interrupt from the terminal, and returns data from the map. MSREAD provides a convenient combination of operations to perform simple mapping input and output. It operates within the current partition, but creates its own temporary page, leaving the current page status unchanged. MSREAD is essentially equivalent to the sequence: MSPCRT, MSDFLD, MSPUT, ASREAD, MSGET, and FSPDEL. Principal errors
|
Copyright IBM Corporation 1990, 2012 |