beautypg.com

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

Page 36

background image

The input file may contain multiple
service definitions.

service=INQUIRY

service=DEPOSIT

service=WITHDRAWAL

service=TRANSFER

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= keyword
definition (shown in

Example 4-1

). Following the service= keyword, all of the remaining service

keywords that apply to the named service must be specified before the first param= 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= 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= keyword definition.

Example 4-1. Correct Example of Hierarchical Order in a Data File

service=
=
=
=
param=
=
=
param=
=
=

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