GDDM-PGF V2R1.3 Programming Guide and Reference
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF | BOOK


CHDCTL

GDDM-PGF V2R1.3 Programming Guide and Reference
SC33-0333-01



Function: To control the format of values, and the overall size of table charts.


   CHDCTL      (count, list)

APL code 805 PGF RCP code X'10150201' (269812225)


Parameters



count (specified by user) (fullword integer)
Specifies the number of items in the list array. The value must be in the range 0 through 5. If 0 is specified, default values are used for all the options.


list (specified by user) (an array of fullword integers)
Controls the options for the table chart. If the list does not contain a value, the corresponding option is not changed. The options are:

x
spacing control: Defines the number of x slices between successive spaces or grids on the table chart. The choice between a grid line and a space is given by CHXSET.

A value of 0 indicates that no special spacing is to occur, the x slices will be adjacent. A value of 1 indicates that there is a space after each x slice. A value of 2 gives a space after every other x slice.

Default value is 0, no special spacing.

z
spacing control: Defines the number of components (data groups) between successive spaces or grids on the table chart. The choice between a grid line and a space is given by CHZSET.

A value of 0 indicates that no special spacing is to occur, the components will be adjacent. A value of 1 indicates that there is a space after each component. A value of 2 gives a space after every other component.

Default value is 1, space after each component.

x
space multiplier: Defines a percentage multiplier that is applied to the gap between x items.

Default value is 100, half a character margin around the text.

The value supplied must be between 0 and 9999.

z
space multiplier: Defines a percentage multiplier that is applied to the gap between z items.

Default value is 100, half a character margin around the text.

The value supplied must be between 0 and 9999.

Overall
size multiplier: Defines a percentage multiplier that is applied to the size of the table.

Default value is 100, no special scale factor is applied to the table.

The value supplied must be between 0 and 9999.

Description


Controls the format of values on a table chart. It also controls the overall size of the chart.

Valid only in state-1.

Principal errors


ADM0523 E
PARAMETER IS LESS THAN THE ALLOWABLE MINIMUM
ADM0524 E
PARAMETER IS GREATER THAN THE ALLOWABLE MAXIMUM

Go to the previous page Go to the next page



Copyright IBM Corporation 1990, 2012