287. INCORRECT USAGE OF @SPSTGVAR/@SPSTGRNDV/@SPSTGROW.

You used either the @SPSTGVAR, @SPSTGRNDV or @SPSTGROW function incorrectly.  Proper usage is:

 @SPSTG[VAR | RNDV | ROW]( STAGE, VARIABLE_OR_ROW_NAME);

where the first argument is the stage of the variable or row and the second argument the name of the variable or row.