Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

LMS and EDT V17

LMS by default calls EDT V17 in compatibility mode so that existing procedures run furthermore without changes. During editing of Unicode elements, EDT switches over to Unicode mode automatically.

To edit elements with records longer than 255 characters but no Unicode character set specified please use one of the following LMS statements to call EDT in Unicode mode:

//CALL-EDT EDT-MODE=*UNICODE

or

//EDIT-ELEMENT ...,EDT-MODE=*UNICODE

Alternatively you can set the Unicode mode as default for EDT calls:

//MODIFY-LMS-DEFAULTS EDT-MODE=*UNICODE