CHECKSP=SPDFileName
Default: | None |
Requires that DIALECT=MAINFRAME and SPCALLLOCAL also be set.
Used at compile time: | Yes |
Behavior at run time: | Source file |
See Scope - HCOSS SQL Compiler Directive Options for more information.
You must specify the SPD file that was generated for the original stored procedure so that CHECKSP can use it to find information about the parameters to the called routine.
Be sure that the SPD file contains all stored procedure definitions required for CHECKSP to compare the definitions to the arguments used in calling programs.