zOs/SQL/CATLONG

select strip(tbCreator) || '.' || strip(tbName) || '.' || strip(name),
        c.*
    from sysibm.syscolumns c
    where colType = 'LONGVAR'
    with ur