I have a physical file that have multiple member and I delete a couple records from one of the member. I'm not sure if I can use SQL to do it. I'm using DFU to remove records now.
Thanks!!
Software/Hardware used:
iSeries
ASKED:
February 9, 2012 6:28 PM
UPDATED:
February 27, 2012 9:05 PM
For a basic temporary change, just use OVRDBF to override to the desired member before running your SQL DELETE.
Tom