display all libraries in MPE_SECURITY dropdown #279

Closed
opened 2026-07-21 09:47:02 +00:00 by allan · 0 comments
Owner

Seems we only show the EDITABLE libraries by default

insert into &lib..MPE_VALIDATIONS set
    tx_from=0
    ,base_lib="&lib"
    ,base_ds="MPE_SECURITY"
    ,base_col="LIBREF"
    ,rule_type='HARDSELECT'
    ,rule_value="&lib..MPE_TABLES.LIBREF"
    ,rule_active=1
    ,tx_to='31DEC5999:23:59:59'dt;

replace with:

insert into &lib..MPE_VALIDATIONS set
    tx_from=0
    ,base_lib="&lib"
    ,base_ds="MPE_SECURITY"
    ,base_col="LIBREF"
    ,rule_type='SOFTSELECT_HOOK'
    ,rule_value="services/validations/libraries_all"
    ,rule_active=1
    ,tx_to='31DEC5999:23:59:59'dt;
Seems we only show the EDITABLE libraries by default ``` insert into &lib..MPE_VALIDATIONS set tx_from=0 ,base_lib="&lib" ,base_ds="MPE_SECURITY" ,base_col="LIBREF" ,rule_type='HARDSELECT' ,rule_value="&lib..MPE_TABLES.LIBREF" ,rule_active=1 ,tx_to='31DEC5999:23:59:59'dt; ``` replace with: ``` insert into &lib..MPE_VALIDATIONS set tx_from=0 ,base_lib="&lib" ,base_ds="MPE_SECURITY" ,base_col="LIBREF" ,rule_type='SOFTSELECT_HOOK' ,rule_value="services/validations/libraries_all" ,rule_active=1 ,tx_to='31DEC5999:23:59:59'dt; ```
allan changed title from display all tables in MPE_SECURITY DSN dropdown to display all libraries in MPE_SECURITY dropdown 2026-07-21 09:48:53 +00:00
Yury closed this issue 2026-07-28 09:52:13 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: dc/dc#279