zOs/SQL/CATTBPR

select length(profile_text), substr(profile_text,1, 2000)
    , p.*
    from SYSIBM.SYSTABLES_PROFILES p
;x
insert into SYSIBM.SYSTABLES_PROFILES (schema, tbName, profile_text,
    profile_type, profile_update
    )
   values ('A540769', 'F2PLAN_TABLE'       , 'profile text usw.'
, 'AUTO', current timestamp)
-- delete    from SYSIBM.SYSTABLES_PROFILES
;
commit