Starting the LOAD Program 

Use

With this command, the LOAD program is executed on the current database instance with the user specified in <userid> <password>. Specify a LOAD script file <file>. LOAD options in double quotation marks are transferred uninterpreted to the LOAD program. When specifying a relative file name, this is used relative to the directory <dependent_path>\env.
(
See also: Database Manual LOAD)

Prerequisites

You have the DBM operator authorization ExecLoad.

Syntax

exec_xload <userid> <password> <file> ["<option>"]

Reply

OK<NL>
<errcode>,<errdescription><NL>
<pgmcode>,<command><NL>
<xload_output_lines><NL>
<xload_protocol_lines><NL>

Values for the individual fields of the reply

<errcode>

Error number of DBM Server. If successful the error number is 0

<errdescription>

Description of the error

<pgmcode>

Return value of the executed program

<command>

Command line executed by the DBM Server

<xload_output_lines>

Output text of the program

<xload_protocol_lines>

Lines of the LOAD log

<NL>

Line feed