Required Parameter Group

Control group entry name
INPUT CHAR(10)

Specifies the name of the control group that is having an entry added to it.

Control group sequence number
INPUT BINARY(4)

Indicates where the entry is to be placed in the current list of entries in the control group.

The possible values are:

-1
Specifies to add as last control group entry.
1 - 9999
Specifies the number to use. Type a sequence number from 1 through 9999. The lowest number indicates that the entry is to be processed first and the highest number indicates the entry is to be processed last. If there is already a sequence number with that number it will be added after. The sequence numbers stored in increments of 10 with a max of 999 entries.
Note:
It is recalculated after each api call.
Control group entry information
INPUT CHAR(*)

Specifies where the data of the entry is. The format of the control group entry information is specified in the control group entry format name parameter.

Length of control group entry information
INPUT BINARY(4)

The number of bytes that the calling program provides for the control group entry information format.

Format of control group entry information
INPUT CHAR(8)

The format of the control group entry information parameter.

The possible format names follow.

BKUE0100
The control group entry information is for a backup control group. See Control Group Entry Information Formats for a description of this format.
Error code
I/O CHAR(*)

The structure in which to return error information. For the format of the structure, see the Error Code Parameter topic in the IBM i Information Center.



[ Top of Page | Previous Page | Next Page | Contents | Index ]