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 dropdown2026-07-21 09:48:53 +00:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Seems we only show the EDITABLE libraries by default
replace with:
display all tables in MPE_SECURITY DSN dropdownto display all libraries in MPE_SECURITY dropdown