On 06 Feb 2013 09:49, fbocch2595@xxxxxxx wrote:
I'm using RUNSQL to delete records in a batch CLP, is there any way
to get info as to the number of records deleted? <<SNIP>>
If such a generic utility must be used instead of writing the code
and using the SQLERRD(3) of the SQLCA to identify the number of rows
deleted, then perhaps it would be sufficient also to use the counts from
the member against which the DELETE is directed; i.e. RTVMBRD [or an API
equivalent] to get the before and after details about the number of
deleted rows.?