Hi:
It seems like your ODS destinations are being closed. The only statement I know of that will close ODS destinations are:
[pre]
ods _all_ close;
or specific
ods {destination} close;
[/pre]
But, the List Data task does not normally close any destinations. Generally, EG adds ODS wrapper code around the task code based on the result type you choose under Tools --> Options.
You might examine your LOG to see if you also have a WARNING message that says:
[pre]
WARNING: Tagset TAGSETS.SASREPORT11 not found; the default tagset will be used instead.
[/pre]
In either case (misplaced CLOSE or TAGSET not found), I think this is a question that is best answered by Tech Support -- since the behavior you experience is not the usual EG behavior.
cynthia