Declaring procedure parameters

Adaptive Server passes four parameters to a threshold procedure:

These parameters are passed by position rather than by name. Your procedure can use other names for these parameters, but must declare them in the order shown and with the datatypes shown.