max-length
R L C T U |
Example
|
Meaning
|
L15
|
Specifies a width of 15 characters within the r-code text segment and left-justifies the string within the allocated space
|
15R
|
Specifies a width of 15 characters within the r-code text segment and right-justifies the string within the allocated space
|
T20
|
Specifies a width of 20 characters and trims the leading and trailing spaces within the allocated space
|
UC20
|
Specifies a width of 20 characters and centers the string within the allocated space, and also indicates that the Translation Manager should not translate the string
|
20RU
|
Specifies a width of 20 characters and right-justifies the string within the allocated space, and also indicates that the Translation Manager should not translate the string
|
30
|
Specifies a width of 30 characters
|