ich schon, siehe Beispiel:
select PTPTNO, LGR2TEXT
from spefil.ptmstp as t1
left outer join spefil.lgrmstp2 t2 on t1.pttxid = t2.LGR2TXID and LGR2LNGC = 'XX';

XX gibt es nicht.

Result:
PART DESCRIPTION
D1B57-08355-000 (null)
D1507-08255-000 (null)
D1507-100G8-000 (null)


das gleiche hätte ich gerne im QUERY/400.

Gruß Klaus