1. Create a new query subject through wizard and choose the option: Stored procedure
Select the datasource that points to the database where the SP is stored. A dataquery is used for DML (select), datamodification is used for other DML statements (update, insert etc)
You can test by adding a value in the definition tab..
Ties Blom