Hi,

I use REORG TABLESPACE with DISCARD option to delete selected records from a table and to write them in a file.
But the process create a file SYSREC with the entire table records.
For a table with a sizeable volume, the cost is important.
Then I want to optimize the process in not writting those records.
I tried NOSYSREC option, but it didn't work.
I tried to code DDname with DUMMY but it didn't...