Use this page to configure IMS TM support for this enterprise server.
Use these fields to define the attributes of the IMS message queue.
Provide an alternative path and filename for the IMS message queue.
The message queue consists of blocks of approximately 64K bytes. These blocks consist of 254 segments (not message segments) which are the allocation unit for queue space.
Specify the maximum number of blocks to be used to store the message queue. If necessary, you can dynamically change this number while the enterprise server is running. The value must be in the range of 4 through 63488. The default for an initial server definition is 32.
When space is not available, a TM thread waits until the allocation request can be satisfied. The failure mode for "out of space" is a hang condition.
Choose what information is deleted when you next start this enterprise server:
Check this to specify that the action you specified in the Cold start option occurs each time this enterprise server starts. Default is unchecked.
Specify the location for the files produced by MFSGENs. Default is $IDE_MODPATH.
Choose how attributes are assumed to be defined for transaction programs running on this enterprise server:
05 ATTRIBUTE-VARIABLES. 10 CURSOR-ATTR PIC X(2) VALUE X"C0C1". 10 ERROR-ATTR PIC X(2) VALUE X"C0C9". 10 OK-ATTR PIC X(2) VALUE X"00C1". 10 PROT-ATTR PIC X(2) VALUE X"00F1".
05 ATTRIBUTE-VARIABLES. 10 CURSOR-ATTR PIC X(2) VALUE "{A". 10 ERROR-ATTR PIC X(2) VALUE "{I". 10 OK-ATTR PIC X(2) VALUE " A". 10 PROT-ATTR PIC X(2) VALUE " 1".
This setting only has an effect on programs compiled using the ASCII character set; it is ignored for programs compiled using EBCDIC.
Where you specify Character, Enterprise Server will automatically translate the values of MFS attributes to those that would be used if the program were compiled as EBCDIC. For example: the hexadecimal 7B41 value produced by assigning '{A' to an attribute and compiling with ASCII, will be converted to the correct C0C1 value. Where you specify that attribute values have been coded as binary data, Enterprise Server will take no action.
Specify the character to use as the MFS NULL character. You can enter the value in character or hexadecimal form. The default is Hexadecimal 0x00.
This setting only has an effect on programs compiled using the ASCII character set; it is ignored for programs compiled using EBCDIC.
Specify how many thread requests are to be processed before a keypoint is generated. This must be in the range 0 through 65535. The default is 64. Specifying 0 indicates that keypoints are only generated when the enterprise server starts and shuts down.
Check this to specify that you must add a trailing space when entering transaction names in this enterprise server. Default is checked.
Specify the maximum length of time in seconds that a transaction can run before a message is logged to the console to indicate that it has exceeded its threshold. This must be in the range 0 through 65535. A value of 0 indicates that there is no threshold. Default is 0.
Specify the location of the transaction programs running on this enterprise server. Default is $IDE_LAODLIB.