Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1.12 KB

File metadata and controls

42 lines (28 loc) · 1.12 KB

DataManagerExport

With the procedure :aimmsDataManagerExport you can export a collection of cases and datasets from the data management tree to a new data file.

DataManagerExport(
        filename,       ! (input) a scalar string expression
        datafiles       ! (input/output) a subset of AllDataFiles
        )

Arguments

filename

A string containing the name of the data file to which the cases and datasets must be exported.

datafiles

A subset of :aimmsAllDataFiles, containing the cases and datasets that you want to export. Any dataset that is referred to by a case in this set is automatically added to the set.

Return Value

The procedure returns 1 on success, or 0 otherwise.

Note

  • This function is only applicable if the project option Data_Management_style is set to Single_Data_Manager_file.

The procedure :aimmsDataManagerImport.