nA stored procedure should provide
–a
name
–an input parameter
–an
output parameter
n
so it maps to the activate command
n
eg) active “component”.SP_name(input,output)
nNB: UNIFACE is oblivious to the code written in the stored procedure.
–DBMS developer is responsible for code in the SP