GDDM V3R2 Base Application Programming Guide
|
Previous topic |
Next topic |
Contents |
Index |
Contact z/OS |
Library |
PDF |
BOOK
GETTING data from an image, using call IMAGT GDDM V3R2 Base Application Programming Guide SC33-0867-01 |
|
Here is an example of this call:
DCL BUFFER CHAR(800);
DCL (BUFLEN, /* Data area length */
DATALEN) /* Data actual length */
FIXED BINARY(31);
BUFLEN=800;
CALL IMAGT(-1,BUFLEN,BUFFER,DATALEN);
The parameters are as follows:
|
Copyright IBM Corporation 1990, 2012 |