To specify your a list of custom file handlers, you use the DYNREDIR environment variable, as shown below:
set DYNREDIR=mod1!ep1[:mod2!ep2[:mod3!ep3]]
set DYNREDIR=mod1!ep1[:mod2!ep2[:mod3!ep3]] export DYNREDIR
where:
modn | is the module containing a custom file handler |
epn | is the name of a custom file handler's entry point |
For example, setting DYNREDIR as shown below specifies three separate file handlers:
set module1!userfh1:userfh2:module3!userfh3 export DYNREDIR
The file handlers specified are:
If a module is configured for a given file handler, that module is loaded during Micro FocusFile Handler initialization.