The Export API data command exports API data into library or save file. Aperio backend consist following elements:
Element | Description |
---|---|
Framework | Consist set of programs, commands and objects required to process communication to dispatcher. It contains also set of tools for RPG programmer. |
Config | Consists set of files witch store configuration of framework. For example definition of exit programs. |
Metadata | Consists set of files and objects required to save program interface (API metadata). Keeps also statistics or requrests. |
Control | Consists set of files which store security infirmation about metadata. |
Notifications | Not used. Consists set of files which are used to keep notifications messages, subscribed servers and all data required to send notification to the browser. |
The exporting process etracts chossen elements of Aperio and puts them into destnation library or destination save file.
Following parameters are available for this command:
Parameter | Mandatory | Description |
---|---|---|
DATA_TYPE | Y | Selection of Aperio elements to be exported. See data types for details |
DEVICE | Y | Specifies the device used for the export operation. *LIB Save exported data into library, *SAVF Save exported data into save file. |
LIB_FROM | Y | Specifies source library which contains the objects to be exported. |
SAVFT | N | Destination library and savefile name if DEVICE was swe to *SAVF. NOTE: If savefile does not exist then it will be created. If savefile already exists it will be overwritten. |
LIB_TO | N | Destination library if DEVICE was set to *LIB. |
Following data types can be chossedn to export:
DATA_TYPE | Description |
---|---|
*EXPMETA | Export metadata element only. |
*EXPCTL | Export control element only. |
*EXPCFG | Export configuration element only. |
*EXPNOT | Export notification element only. |
*EXPALL | Export all above Aperio elements. |