EXPAPIDTA - Export Api Data

The Export API data command exports API data into library or save file. Aperio backend consist following elements:

ElementDescription
FrameworkConsist set of programs, commands and objects required to process communication to dispatcher. It contains also set of tools for RPG programmer.
ConfigConsists set of files witch store configuration of framework. For example definition of exit programs.
MetadataConsists set of files and objects required to save program interface (API metadata). Keeps also statistics or requrests.
ControlConsists set of files which store security infirmation about metadata.
NotificationsNot 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:

ParameterMandatoryDescription
DATA_TYPEYSelection of Aperio elements to be exported. See data types for details
DEVICEYSpecifies the device used for the export operation. *LIB Save exported data into library, *SAVF Save exported data into save file.
LIB_FROMYSpecifies source library which contains the objects to be exported.
SAVFTNDestination 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_TONDestination library if DEVICE was set to *LIB.

Data types

Following data types can be chossedn to export:

DATA_TYPEDescription
*EXPMETAExport metadata element only.
*EXPCTLExport control element only.
*EXPCFGExport configuration element only.
*EXPNOTExport notification element only.
*EXPALLExport all above Aperio elements.