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


FSINIT

GDDM V3R2 Base Application Programming Reference
SC33-0868-02



Function


To initialize GDDM processing.


   FSINIT

APL Code 117 GDDM RCP code X'0C000001' (201326593)


Parameters


None

Description


Initializes GDDM processing.

This call (in the form above or one of the other forms below) must be the first GDDM statement to be executed, unless the system programmer interface is being used; see "The system programmer interface" in topic 1.3.

This call is not usually required in GDDM-REXX programs. If you do use it, it initializes a new instance of GDDM within the instance of GDDM-REXX, thereby making the program reentrant.

The initialization process creates a control table holding various anchor pointers, and sets GDDM variables to their initial values.

Subtopics:

Go to the previous page Go to the next page



Copyright IBM Corporation 1990, 2012