GDDM V3R2 Base Application Programming Reference
|
Previous topic |
Next topic |
Contents |
Index |
Contact z/OS |
Library |
PDF |
BOOK
The field list GDDM V3R2 Base Application Programming Reference SC33-0868-02 |
|
The field list groups together all information about the layout of alphanumeric data on one GDDM page. New fields can be added to an existing GDDM page, or old ones deleted, by modifying the field list. To give additional flexibility, there may be more than one field list in any GDDM page, so that if an existing field list is used up, further field definitions can be added by creating a new one. A field list consists of a header followed by field definitions. The header contains:
It can be declared as a structure, or as a two-dimensional array stored in row-major order. Programming languages that use column-major ordering of two dimensional arrays will have to exchange rows and columns in the description which follows. Below is a sample PL/I declaration for a field list, where "depth" and "width" are the array dimensions used in the API call APDEF:
DCL FIELD_LIST(depth,width) FIXED BIN(15);
The numbers beside each component description below are the indexes of each item in the row. See Figure 23. Subtopics: |
Copyright IBM Corporation 1990, 2012 |