GPQPDS (strid, order, depth, start, number, buflen, errind, actnum, actlen totnum, data, termcond) |
Note:
This subroutine is a Structure State List (SSL) inquiry. For an overview, see "SSL Inquiries"
Purpose
Use GPQPDS to inquire the descendant paths of a specified structure from the currently selected structure store. A path of descendants of a structure S is a list of ordered pairs ((S, E0), (D1, E1), (D2, E2), ..., (Dn,0 m)), where each ordered pair consists of an identifier of a structure (Dx) that is a descendant of the specified structure (S) and the position of an execute structure-type element (Ex) that references the next structure in the path. The specified structure S is the top of the path and descendant structure Dn is the bottom of the path (e.g., it does not reference any other structure)
The path order and path depth determine the portion of each path to be returned. The path depth determines the maximum number of ordered pairs returned in any one path. Specifying a path depth of zero returns each path in its entirety. When truncation occurs, the path order determines whether the head or tail portion of the path is returned. This truncation may result in two or more portions of paths having the same set of element references. Only one such portion is returned so that all of the returned path portions are distinct.
If the inquired information is available, then the graPHIGS API sets the error indicator to zero and returns the values in the output parameters. If the error indicator is 543 (the start value exceeds the extent of the available data), then only the total number (totnum) parameter is set. If the inquired information is unavailable, then the error indicator (errind) contains an error number indicating the reason, and the values returned in the output parameters are unpredictable.
Parameters
--------------------- Start of buffer | path 1 | |-------------------| | path 2 | |-------------------| | | Z Z |-------------------| End of buffer | path n | ---------------------where each path has the following format:
---------------------- WORDS 1 |number of items in | Fullword integer | the returned path | |--------------------| 2 | structure id 1 | Fullword integer |--------------------| 3 | element number 1 | Fullword integer |--------------------| 4 | structure id 2 | Fullword integer |--------------------| 5 | element number 2 | Fullword integer |--------------------| | | Z Z |--------------------| | structure id m | Fullword integer |--------------------| | element number m | Fullword integer ----------------------
Error Codes
None
Related Subroutines
RCP code
201347586 (X'0C005202')