MaxL Registration Scripts
The following sample scripts written in MaxL show you how to register and drop the example custom-defined functions packaged in essbase.jar.
                  
- 
                        
register.mxl—To register the functions locally in an application (see register.mxl Sample Code). - 
                        
drop.mxl—To drop the functions (if they were registered locally) (see drop.mxl Sample Code). - 
                        
reglobal.mxl—To register the functions globally (see reglobal.mxl Sample Code).