Required Parameter Group: | |||
1 | name | Input | Char(10) |
2 | idata | Input | Char(*) |
3 | idata_size | Input | Binary(4) |
4 | format | Input | Char(8) |
5 | errcode | I/O | Char(*) |
Threadsafe: Yes |
Use the QzuiChangeInstanceData API to change the information contained in the instance file. The idata information is retrieved in the format specified by INSD0110.
Name of the server instance from which data is retrieved.
Buffer in format INSD0110 containing instance file date.
Length of instance data passed.
Format of the instance data (INSD0110).
Error information structure.
This data format is used by the QzuiCreateInstance, QzuiGetInstanceData, and QzuiChangeInstanceData APIs.
Offset | Type | Field |
---|---|---|
0 | Char(10) | Autostart |
10 | Binary(4) | Threads |
14 | Binary(4) | CCSID |
18 | Char(10) | Outgoing table name |
28 | Char(10) | Outgoing table library |
38 | Char(10) | Incoming table name |
48 | Char(10) | Incoming table library |
58 | Char(512) | Config file (full path) |
570 | Char(512) | Server root path |