Keyword order in the bulk loader data file, Using service-level keywords and values – HP NonStop G-Series User Manual
Page 36

The input file may contain multiple
service definitions.
●
service=INQUIRY
<service keywords and values>
service=DEPOSIT
<service keywords and values>
service=WITHDRAWAL
<service keywords and values>
service=TRANSFER
<service keywords and values>
Each service definition consists of
multiple keywords and values.
●
service=deposit
export=true
inbuf=VIEW32
outbuf=VIEW32
inview=INVIEW
outview=OUTVIEW
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.
The first keyword definition in the bulk loader data text file must be the initial service=<NAME> keyword
definition (shown in
). 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
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.
Example 4-1. Correct Example of 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>
Using Service-Level Keywords and Values