This function is used to validate parameters passed to all spbal functions that may be called by a user.
validate_parameters(parm, parm_value)Always returns TRUE indicating that the parameter was parsed successfully. If a parameter fails validation further execution is terminated using the STOP function.
The parameter to be validated.
The value of the parameter to be validated. Must be defined as a list.
Phil Davies.