The following example results in a trailing, 2-byte null indicator ('??'):
NULLCHAR('?',LEADING) NULLTYPE T2
The resulting string value is '??' because NULLTYPE T2 duplicates the 1-byte NULLCHAR string value ('?').
The resulting position is trailing because NULLTYPE T2, which specifies a trailing null indicator, is the second option.