Posted By Adam Jacobson on 08/21/2009 12:47 PM 1) Create a manual list in MX10 with nothing in it (my example is called 'FAST; 2) Populate the list using sql with all activities with something to post insert into db2lawp.mxlistmbr ( select 'ACTVY', 'FAST', acv.obj_id, acv.obj_id from db2lawp.acactivity acv where acv.activity in (select distinct activity from db2lawp.actrans where status = 1) ) 3) run the ac190 for the list.