You can use the ARSLOAD program to load data into Content Manager OnDemand. If you are using Content Manager OnDemand for i, you can load data using ARSLOAD, or you can use the STRMONOND or ADDRPTOND commands.
If the input data needs to be indexed, ARSLOAD will call the appropriate indexing program (based on the type of input data or, for the Generic indexer, the presence of a valid parameter file). For example, ARSLOAD can invoke the Generic indexer to process the parameter file and generate the index data. ARSLOAD can then add the index information to the database and load the input files or documents specified in the parameter file on to storage volumes.
After successfully loading the data, the system deletes the input file that is specified on the GROUP_FILENAME: parameter if the file name extension is .OUT, and for daemon mode processing, the rest of the input file name is the same as the .ARD file name. The system also deletes the .IND file (the Generic indexer parameter file) and the .ARD file (the dummy file that is used to initiate a load process when ARSLOAD is running in daemon mode).
MVS.JOBNAME.DATASET.FORM.YYYYDDD.HHMMSST.ARD
MVS.JOBNAME.DATASET.FORM.YYYYDDD.HHMMSST.ARD.IND
MVS.JOBNAME.DATASET.FORM.YYYYDDD.HHMMSST.ARD.OUT
The MVS.JOBNAME.DATASET.FORM.YYYYDDD.HHMMSST.ARD file
is the dummy file that triggers a load process in daemon mode. The MVS.JOBNAME.DATASET.FORM.YYYYDDD.HHMMSST.ARD.IND file
is the Generic indexer parameter file, and contains a GROUP_FILENAME:
parameter that specifies the input file to process: MVS.JOBNAME.DATASET.FORM.YYYYDDD.HHMMSST.ARD.OUT.
After successfully loading the data, the system deletes all three
files.When the data is successfully loaded, both STRMONOND and ADDRPTOND can optionally delete the input file that is specified on the GROUP_FILENAME: parameter if the Delete processed file (DLTSPLF) or Delete input (DLTINPUT) parameters are set to *YES. For the input file to be deleted, the input file must be located in the same directory as the file that triggered the loading of the data, and the file extension must be .OUT. The system also deletes the .IND file (the Generic indexer parameter file) and the .ARD file (the dummy file that is used to initiate a load process in some cases) if the DLTSPLF or DLTINPUT parameter is set to *YES.
po3510.IND
po3510.OUT
The po3510.IND file is
the input file that triggers a load process for STRMONOND TYPE(*DIR).
The po3510.IND file is the Generic indexer parameter
file, and contains a GROUP_FILENAME: parameter
that specifies the input po3510.OUT file to process.
When the data is successfully loaded, the system deletes both files. po3510.ARD
po3510.ARD.IND
po3510.ARD.OUT
The po3510.ARD file
is the dummy file that triggers a load process for STRMONOND TYPE(*DIR2).
The po3510.ARD.IND file is the Generic indexer
parameter file, and contains a GROUP_FILENAME: parameter
that specifies the input file to process, which is po3510.ARD.OUT.
When the data is successfully loaded, the system deletes all three
files. IBM i systems: If you plan
to automate the data indexing and loading process on the Content Manager OnDemand server, either the input
file name, specific parameters on the command used to load the data,
or a monitor user exit program must identify the application group
and application to load. The .IND file name extension (for STRMONOND
*DIR processing) or the .ARD file name extension (for STRMONOND *DIR2
or ARSLOAD daemon processing) is required to initiate a load process.
The case (uppercase or lowercase) of the extension (.ARD or .IND)
is ignored. Application group and application names are case sensitive.
Application group and application names might include special characters
such as the blank character when using ADDRPTOND or ARSLOAD with a
specific application group and application name provided. However,
STRMONOND and ARSLOAD when using the MVS naming convention (-A and
-G parameters) do not support archiving files that have spaces in
the file name. See the IBM Content Manager Content Manager OnDemand
for i: Common Server Administration Guide for more information
about using the STRMONOND and ADDRPTOND commands and the ARSLOAD API
to load data into Content Manager OnDemand.