Hi All,
I want to get the number of records processed by a query in CL. How can I get it?
I am executing below query through RUNSQLSTM in CL. I want to get the number of records deleted by the query from file ABC.
DELETE FROM ABC WHERE DATE =20091112 ;
Any idea?
Thanks in advance!
I want to get the number of records processed by a query in CL. How can I get it?
I am executing below query through RUNSQLSTM in CL. I want to get the number of records deleted by the query from file ABC.
DELETE FROM ABC WHERE DATE =20091112 ;
Any idea?
Thanks in advance!
Comment