The Fetch after Procedure Call command retrieves the next row of query results for use by the application program after a specified stored procedure has been called and has returned a cursor.
SQL Application File Name – the internal ECMap name that provides the link to the database from which the query results are retrieved.
SQL Application File Record – the internal ECMap name for the specific record, or table, that is being retrieved.
Procedure Call Storage Record – the record in the database that holds the stored procedure to be performed. This procedure returns a cursor value to be used by the fetch statement.