Table 4-2, For a list of the service keywords and values, Using parameter-level keywords and values – HP NonStop G-Series User Manual
Page 37

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
"STRING" with "string" as the data type. See
Section 5, Using the Jolt Repository Editor
more information.
To review the service-level keywords and values, see
Table 4-2. Service Keywords and Values
Keyword
Value
service
Any TUXEDO service name
export
true or false (default is false)
inbuf/outbuf Select one of these buffer types:
FML
FML32
VIEW
VIEW32
STRING
CARRAY
inview
Any view name for input parameters (optional; only if VIEW or VIEW32
buffer type is used)
outview
Any view name for output parameters (optional)
Using Parameter-Level Keywords and Values
A parameter begins with the "param=" keyword followed by a number of parameter keywords until another
"param" or "service" keyword, or end-of-file is encountered. The parameters can be in any order after the "param"
keyword.
See
Section 5, Using the Jolt Repository Editor
for more information about parameters.
To review the parameter-level keywords and values, see
.
Table 4-3. Parameter Keywords and Values
Keyword Values
param
Any parameter name
type
byte
short
integer
float
double
string
carray