1.6.5.4 Parameter(s)

[-l class_list]
Specifies a list of transaction class, e.g. "1,3,5"; or a class range, e.g."1-3"; or all classes, i.e *. The services whose class is specified in the class_list are advertised by ARTIBMPT.
[-m cobol mode]
Specifies user COBOL program invocation method. For more information, see "ARTIMS_COBOL_MODE" in Environment Variables.
[-D trace-level]
This option is used to set server's trace level, the available trace-level value includes 0,1,2. If not set, the default trace level is -1, only error info will be put to trace log file. Trace level is defined as follows:

0 : function stack info is logged.

1 : debugging trace info is logged.

2 : more detailed data info islogged.

[-x]
Indicates the server where the Database plug-in is to be used, the remaining parameter list following "-x" is passed to db_init().

For the Oracle IMS/DB solution, the parameter list is as follows:

-o host:port:dra

This is the parameter required by Oracle plug-in for IMS/DB.

host
Hostname or ipv4 address of ODBA proxy to connect to.
port
Port of ODBA proxy for receiving ODBA request.
dra
Table name which specifies the IMS/DB to connect to; this parameter is optional; if it's configured, all the DB operations are performed through ODBA, otherwise all DB operations are through actual DB implementation on open systems. The DRA table name must be uppercase and 4 bytes long.
Note: When ARTIBMPT is configured in UBBCONFIG file and there is transaction oriented BMP transaction which is configured in imsresource.desc, TMQUEUE server must be also configured in UBBCONFIG file according to the /Q'configuration in imsresource.desc.