Map %IPM to all namespaces #325
isc-rsingh
started this conversation in
Ideas
Replies: 1 comment 4 replies
-
|
Adding the package mapping to the %ALL pseudonamespace will achieve this for (almost) all names paces. Of course, first you need to add %ALL. It's about time %ALL got created automatically at IRIS installation time, IMO. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Can we keep the code of IPM in a separate database that goes with IRIS - e.g. IPM database file, and make the code itself available from %SYS namespace only?
Testing shows this is NOT AN EASY OPTION:
The code must live in IRISSYS or IRISLIB to be available everywhere. Testing indicates that, if %IPM code exists in a database called IPMDB, and if a package mapping is created in %SYS's database that maps the %IPM package from IPMDB, IPM code will NOT be available throughout other namespaces.
Beta Was this translation helpful? Give feedback.
All reactions