GDDM V3R2 Base Application Programming Reference
|
Previous topic |
Next topic |
Contents |
Index |
Contact z/OS |
Library |
PDF |
BOOK
APL GDDM V3R2 Base Application Programming Reference SC33-0868-02 |
|
GDDM supports APL2. The APL2 Programming: System Services Reference manual, describes AP 126 (the GDDM Auxiliary Processor). In "The GDDM calls" in topic 3.0, the APL code that corresponds to the name of a GDDM call is given within the description of the syntax for that call. Also, the APL codes with the call names are listed in numerical order in "APL request codes module" in topic 5.0. The GDDM Auxiliary Processor, AP 126, manages requests from an APL program. To use it, follow this procedure:
If you are using APL2, Version 1 Release 3 or later, you can use the GDMX function. This function allows the name of the GDDM call to be used directly, rather than the numeric code that AP 126 requires. It performs all the necessary return code checking. Here is the same example using GDMX: Note: GDDM is automatically initialized and terminated by APL2. No explicit FSINIT or FSTERM calls are needed to start and stop usage of GDDM by AP 126. |
Copyright IBM Corporation 1990, 2012 |