Skip to content

Instantly share code, notes, and snippets.

@forstie
forstie / Mask birthdays with RCAC
Created October 14, 2019 20:04
This example shows how to use a Column Mask to prevent users from seeing the actual birthdate.
--
-- RCAC Book: www.redbooks.ibm.com/redpieces/abstracts/redp5110.html
--
--
-- Who is allowed to deploy COLUMN MASKs and ROW PERMISSIONs
--
cl:CHGFCNUSG FCNID(QIBM_DB_SECADM) USER(SCOTTF) USAGE(*ALLOWED);
call qsys.create_sql_sample('COFFEEBEAN');