the defined length of the PIC X(20) field, regardless of its content. The field contains "HELLO WORLD" followed by 9 spaces. - `FUNCTION LENGTH(FUNCTION TRIM(WS-TEXT))` returns **11** -- TRIM removes the 9 trailing spaces, leaving "HELLO WORLD" (11 characters), and LENGTH returns the length of that