ValidateRunControlParms method: CONQRSMGR class

Syntax

ValidateRunControlParms(runCntlID)

Description

Use this method to determine whether sufficient populated records exist in the or PSCONQRSRUNPRMX tables for the specified run control ID. ValidateRunControlParms compares the number of entries in the parameter tables with the number of prompts required for the connected query.

If validation fails, ValidateRunControlParms populates an error string with the error details.

Parameters

Parameter Description

runCntlID

Specifies the run control ID as a string.

Returns

A Boolean value: True if the validation is successful, False otherwise.