Jolt 1.2 Developer's Guide

Keyword Order in the Bulk Loader Data File
Keyword order must be maintained within the data files to ensure an error-free transfer during the bulk load.
Example 4-1. Correct Hierarchical Order in a Data File
service=<NAME>
<service keyword>=<value>
<service keyword>=<value>
<service keyword>=<value>
param=<NAME>
<parameter keyword>=<value>
<parameter keyword>=<value>
param=<NAME>
<parameter keyword>=<value>
<parameter keyword>=<value>
The first keyword definition in the bulk loader data text file must be the initial service=<NAME> keyword definition (shown in
Example 4-1). Following the service=<NAME> keyword, all of the remaining service keywords that apply to the named service must
be specified before the first param=<NAME> definition. These remaining service keywords can be in any order. Refer to Table 4-2
for a list of the service keywords and values.
Next, specify all the parameters associated with the service. Following each of the param=<NAME> keywords are all the parameter
keywords that apply to the named parameter until the next occurrence of a parameter definition. These remaining parameter
keywords can be in any order. When all the parameters associated with the first service are defined, specify a new service=<NAME>
keyword definition.
Keywords are divided into two levels:
Service-level
Parameter-level
Using Service-Level Keywords and Values
A service definition must begin with the "service=" keyword. For more information about services, see Section 5, Using the Jolt
Repository Editor.
Note
Services using CARRAY or STRING buffer types should only have one parameter in the
service. The recommended parameter name for a CARRAY service is CARRAY with carray
as the data type. For a STRING service, the recommended parameter name is STRIN" with
string as the data type. See Section 5, Using the Jolt Repository Editor for more information.
Service-level keywords and values are listed in Table 4-2.
Table 4-2. Service Keywords and Values
Keyword Value
service
Any NonStop
TM
TUXEDO service name
export true or false (default is false)
inbuf/outbuf Select one of these buffer types:
FML
FML32
VIEW
VIEW32
STRING
CARRAY
X_OCTET
X_COMMON
X_C_TYPE