UPCASMSG parameter: Difference between revisions
Jump to navigation
Jump to search
m (misc cleanup) |
No edit summary |
||
Line 23: | Line 23: | ||
<table class="thJustBold"> | <table class="thJustBold"> | ||
<tr><th>0</th> | <tr><th>0</th> | ||
<td>Means that <code>M204</code> messages are left as mixed case unless <var> | <td>Means that <code>M204</code> messages are left as mixed case unless the <var>DBCSENV</var> parameter is set to a non-zero value, in which case they are translated to uppercase. | ||
This value means that mixed case messages are translated to uppercase | This value means that mixed case messages are translated to uppercase | ||
in any Online using DBCS characters where lowercase characters might | in any Online using DBCS characters where lowercase characters might |
Revision as of 19:30, 19 October 2017
Upper casing of M204. messages
Summary
- Default value
- 0
- Parameter type
- System
- Where set
- System manager resettable
- Related products
- All
- Introduced
- Model 204 version 7.5
Description
Controls the case (mixed vs. upper) of M204
messages.
This numeric parameter must have a value of 0, 1, or 2.
The values for UPCASMSG are:
0 | Means that M204 messages are left as mixed case unless the DBCSENV parameter is set to a non-zero value, in which case they are translated to uppercase.
This value means that mixed case messages are translated to uppercase in any Online using DBCS characters where lowercase characters might end up being displayed as katakana. Unless a site is using DBCS, this default setting should be fine. |
---|---|
1 or 3 | Forces translation of M204 messages to uppercase. |
2 | Always leaves M204 messages in mixed case, even if DBCSENV is set to a non-zero value.
This is useful at DBCS sites where it is known that lowercase characters will be correctly displayed. |