WebSphere Message Broker, Version 8.0.0.7
Operating Systems: AIX, HP-Itanium, Linux, Solaris, Windows, z/OS
See information about the latest product version
See information about the latest product version
Message sets: COBOL options file for the mqsicreatemsgdefs command
Specify the options for the mqsicreatemsgdefs command when you import a COBOL copybook.
The following table lists the elements in the COBOL language section of the options file. The following restrictions apply:
- You must specify in an XML file a valid value for the options listed, unless otherwise specified. See Message sets: Default options file for the mqsicreatemsgdefs command for details of the syntax.
- Options values are case-sensitive.
- If you do not specify the -opt parameter on the mqsicreatemsgdefs command, the default options file (mqsicreatemsgdefs.xml) is used; see Message sets: Default options file for the mqsicreatemsgdefs command.
For further information about using these options, see Message Sets: Importing from COBOL copybooks. For more information about COBOL parameters, see Compiler Options
<COBOL> element | Possible values |
---|---|
PLATFORM_SELECTION | Operating system that your
enterprise uses:
|
CODEPAGE | Indicates the numeric identifier
of the code page associated with a language.
|
FLOATING_POINT_FORMAT | Indicates how floating point
numbers are encoded.
|
ENDIAN | Indicates whether the
most significant byte is first (big endian) or last (little endian).
|
EXT_DECIMAL_SIGN | Indicates the physical
type of the sign numeric element. For more information, see Message Sets: CWF properties for compound element decimal types.
|
TRUNC | Specifies how arithmetic
fields are truncated.
|
NSYMBOL | Indicates whether to use
the National or double-byte character sets.
|
QUOTE | Indicates whether single
or double quotes are used.
|
CREATE_DEFAULT_VALUES FROM_INITIAL_VALUES | Indicates whether initial
values are used as defaults.
|
CREATE_FACETS_FROM LEVEL_88_VALUE_CLAUSES | Indicates whether to create
XSD facets from level-88 values.
|
PRESERVE_CASE_IN VARIABLE_NAMES | Indicates whether upper-
and lowercase are kept when using names of variables.
|
CREATE_NULL_VALUES_FOR_FIELDS | Indicates whether fields
should be set up with null values.
|
NULL_CHARACTER | Indicates which character
is to be used as the null character.
|
STRING_PADDING_CHARACTER | Indicates which character
is to be used as the padding character for strings.
|
SCHEMA_TARGET_NAMESPACE_URI | A valid namespace URI, or empty (default) |
MESSAGE_PREFIX | A string with which to prefix created messages, or empty. Default is msg_. |