Creating JSL Libraries of User-Defined Function
Presenter: Brady Brady
Creating JSL Functions
JMP offers a continuum of methods for creating and reusing JSL functions. Each method has pros and cons to consider according to your needs.
See how to:
- Copy and paste .jsl code as needed
- Use JSL Include() statements to load functions from saved .jsl file
- Use JSL namespaces to avoid function collisions
- Place JSL namespace functions and Include() statements in jmpstart.jsl
- Deploy JMP Add-Ins that use namespace functions