GDDM V3R2 Base Application Programming Reference
|
Previous topic |
Next topic |
Contents |
Index |
Contact z/OS |
Library |
PDF |
BOOK
PTSSPP GDDM V3R2 Base Application Programming Reference SC33-0868-02 |
|
Function To set or reset partition viewing priorities. PTSSPP (order, partition-id, no-of-elements, array) Parameters order (specified by user) (fullword integer)
The identifier of the partition relative to which the reordering is to take place. A value of -1 can be used to set the first partition in array as either the highest in viewing priority (if descending order), or lowest in viewing priority (if ascending order). no-of-elements (specified by user) (fullword integer) The number of partitions to be reordered in viewing priority. It is the number of elements in array. array (specified by user) (an array of fullword integers) The identifiers of the partitions to be reordered in viewing priority. A value of -1 in any element terminates the reordering process. Description Sets the relative viewing priorities of the specified partitions. The partitions whose identifiers are specified in array are reordered in viewing priority relative to the specified partition, partition-id. The reordering process is as follows:
1 2 3 4 5 6 7 8
A call to PTSSPP is made with order=-1, partition-id=4, no-of-elements=4,
and array containing {2 7 5 -1}.
The priorities are reordered thus:
1 3 4 2 7 5 6 8 " " " " " " " " |__ __| | |______|______| |__ __| | | | | Unspecified | Specified in array | | | Partition-id Unspecified Principal errors
|
Copyright IBM Corporation 1990, 2012 |