I know filtering can be achieved in Files using Redefines clause; have done earlier successfully with this.
But now I have a list of values to be filtered and mask only those filtered records .For E.g., I want to mask only 50 records(Employee number 100 to 150) in the whole dataset of 500000 records.
Redefine condition allows only up to
255 characters within, I am unable to provide all of the Employee numbers within the Redefine condition window.
I am providing conditions as below
[CUST-ID] = '000100' OR [CUST-ID] = '000200' OR [CUST-ID] = '000300' OR [CUST-ID] = '000400' OR [CUST-ID] = '000600' OR [CUST-ID] = '000700' OR [CUST-ID] = '000800' ..... upto 50 customer ID
NOT ([CUST-ID] = '000100' OR [CUST-ID] = '000200' OR [CUST-ID] = '000300' OR [CUST-ID] = '000400' OR [CUST-ID] = '000600' OR [CUST-ID] = '000700' OR [CUST-ID] = '000800') upto 50 customer ID
Any alternate ways to achieve this filtering in Mainframe datasets.
------------------------------
Gomathi Bose
Consultant
Sandhata Technologies Limited
------------------------------