Joined: 15 Feb 2005 Posts: 4684 Location: San Jose, CA
Code:
OUTFIL OMIT=NONE
would delete all of the output records for that OUTFIL data set. You shouldn't use it unless you actually have a reason to (I suspect the only time anyone ever actually uses it is to create an empty output data set or as a placeholder when they want to replace it with a real OMIT condition later).