GDDM-GKS V1R1 Programming Guide and Reference
|
Previous topic |
Next topic |
Contents |
Index |
Contact z/OS |
Library |
PDF |
BOOK
GPRECS GDDM-GKS V1R1 Programming Guide and Reference SC33-0334-00 |
|||||||||||||
Purpose
Function: To pack data record. Utility function. Packs integer, real, and character data into a data record. If your program is written in FORTRAN IV or VS FORTRAN, use the function Pack data record (FORTRAN only) (GPREC) instead. Parameters il (specified by user) (fullword integer)
ia (specified by user) (an array of fullword integers)
rl (specified by user) (fullword integer)
ra (specified by user) (array of short floating-point numbers)
sl (specified by user) (fullword integer)
mstr (specified by user) (fullword integer)
lstr (specified by user) (an array of fullword integers)
str (specified by user) (character)
mldr (specified by user) (fullword integer)
errind (returned by GDDM) (fullword integer)
ldr (returned by GDDM) (fullword integer)
datrec (returned by GDDM) (array of 80-byte character tokens)
Related functions Initialize locator (GINLC), Initialize stroke (GINSK) Description This function returns a packed data record when you submit the individual unpacked elements of the record. You can use this function to create data records required for initialization of input devices. If the data record cannot be created, the error number is returned in errind. Error 2003 is reported if a problem is detected while GDDM-GKS is creating the data record, making the data record invalid. Principal errors
|
Copyright IBM Corporation 1990, 2012 |