Previous Topic: Create NCL Procedures

Next Topic: Test NCL Procedures


Check NCL Syntax

When you have written an NCL procedure, you can use the NCLCHECK command to verify the syntax and structure without executing the procedure. NCLCHECK loads and checks the procedure just as if it were to be executed and notifies you of major syntax or structural errors in your code. Full syntax checking does not take place until execution.