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


APQIDS

GDDM V3R2 Base Application Programming Reference
SC33-0868-02



Function


To query field list identifiers.


   APQIDS      (type, no-of-elements, array)

APL code 283 GDDM RCP code X'0C380300' (204997376)


Parameters


type (specified by user) (fullword integer)
The category of field list. The categories are:

1
All field lists.
The identifiers of all the field lists on the current page are returned in order of creation.
2
All modified field lists.
The identifiers of all the field lists on the current page with input flags set are returned in order of creation.

no-of-elements (specified by user) (fullword integer)
The number of field list identifiers to be queried. This is the number of elements in array.

array (returned by GDDM) (an array of fullword integers)
An array of field list identifiers. If there are more elements in array than field lists in the specified category, the remaining elements are set to -1.


Description


Returns the identifiers of the field lists that fall into the category defined by the type parameter.

Principal errors


ADM3117 E
TYPE (n) IS INVALID
ADM3118 E
NUMBER OF ELEMENTS (n) IS INVALID

Go to the previous page Go to the next page



Copyright IBM Corporation 1990, 2012