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


CSLOAD

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



Function: To restore saved chart information.


   CSLOAD      (chart-id, type, name)

APL code 1222 PGF RCP code X'14000010' (335544336)


Parameters


chart-id (specified by user) (fullword integer)
Gives the identification number of the chart for which the object is to be restored.


type (specified by user) (fullword integer)
Indicates the type of chart object to be restored:

1
Load a format object. The name of the format file to be loaded must be given in the name parameter.
2
Load a data object. The name of the data file to be loaded must be given in the name parameter.
5
Load a data definition object. The name of the data definition file must be given in the name parameter.
6
Import a data file using a previously loaded data definition object. The name parameter is ignored.

name (specified by user) (8-byte character string)
Gives the name of the chart object to be restored. The character string must be eight characters long.

'*' resets an object to the default state.

The special names '*TIED' and '*FREE' that are available on the ICU panels, are not available with this call, use CSNUM type 12.

Description


Loads a chart object that has previously been saved. The name parameter updates the corresponding chart name set by CSCHA. The description loaded with the chart updates the corresponding chart description set by CSCHA.

Principal errors


ADM0711 E
CHART {DATA|FORMAT} 'a' HAS INVALID CONTENTS
ADM0712 E
CANNOT {LOAD|DISPLAY|PRINT} KANJI/HANGEUL CHART {FORMAT|DATA|FORMAT AND DATA} 'a'
ADM0720 E
CHART IDENTIFIER (=n) IS INVALID
ADM0721 E
CHART WITH IDENTIFIER n DOES NOT EXIST
ADM0725 E
'TYPE' (=t) IS INVALID
ADM1154 E
NO CURRENT DATA DEFINITION AVAILABLE
ADM1155 E
CURRENT DATA DEFINITION HAS NO VALID ITEMS DEFINED

Go to the previous page Go to the next page



Copyright IBM Corporation 1990, 2012