GDDM V3R2 Base Application Programming Guide
Previous topic | Next topic | Contents | Index | Contact z/OS | Library | PDF | BOOK


Compilation and execution of a mapping application program

GDDM V3R2 Base Application Programming Guide
SC33-0867-01



After you have created an Application Data Structure using GDDM-IMD, you must store it in a library. More information is given in "Steps in GDDM Interactive Map Definition book. To compile a mapping program like the one in Figure 81 in topic 15.2, you must make the library available to the compiler. Under CMS, the following commands make the ADS available (together with the GDDM entry point declarations in ADMLIB), and then compile the program:


     GLOBAL MACLIB ACMEADS ADMLIB
     PLIOPT MAPEX01 (INCLUDE

ACMEADS is the name of the macro library in which the ADS for the map ORDER1 is stored.

The commands to execute the program are the same as described in "How to compile and run a PL/I GDDM program" in topic 1.6.

Go to the previous page Go to the next page



Copyright IBM Corporation 1990, 2012