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


APQNUM

GDDM V3R2 Base Application Programming Reference
SC33-0868-02



Function


To query field list numbers.


   APQNUM      (element-number, number-of-elements, array)

APL code 284 GDDM RCP code X'0C380400' (204997632)


Parameters


element-number (specified by user) (fullword integer)
The number of the first element in array. It must be in the range 1 through 2.

number-of-elements (specified by user) (fullword integer)
The number of numbers to be returned. It is also the number of elements in array. It must be in the range 0 through 2.

array (returned by GDDM) (an array of fullword integers)
An array of numbers of field lists, by category. The array elements are:

  1. The number of field lists on the current page.
  2. The number of field lists on the current page with input flags set.
    
    

Description


Returns the number of field lists as an array, by category, on the current page.

Principal errors


ADM3118 E
NUMBER OF ELEMENTS (n) IS INVALID
ADM3119 E
ELEMENT NUMBER (n) IS INVALID

Go to the previous page Go to the next page



Copyright IBM Corporation 1990, 2012