Full-reload modules for the CMS/DB2 tables migrated off /opt/sync, landing in cms.*. Columns introspected fresh from DB2 (QSYS2.SYSCOLUMNS). Three large tables use incremental merge ported from the legacy sync instead of full reload: iprcctn/iprccto (date watermark on t8date/t7date), ffpdglr1 (fiscal- period watermark via rprh join, keyed on btid). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
14 lines
342 B
SQL
14 lines
342 B
SQL
SELECT
|
|
RTRIM(COLCODE) AS colcode,
|
|
RTRIM(COLDESC) AS coldesc,
|
|
RTRIM(COLPANT) AS colpant,
|
|
RTRIM(COLOREF) AS coloref,
|
|
RTRIM(COLFTRN) AS colftrn,
|
|
RTRIM(COLSTAT) AS colstat,
|
|
RTRIM(COLTIER) AS coltier,
|
|
RTRIM(COLGRP) AS colgrp,
|
|
RTRIM(COLRETL) AS colretl,
|
|
RTRIM(COLRGB) AS colrgb,
|
|
RTRIM(COLRHX) AS colrhx
|
|
FROM "CMS.CUSLG".COLOR
|