ODS EXCLUDE EngineHost ;
SAS default behavior is for this statement to be in effect only until the next procedure it encounters. To tell SAS to continuously exclude these two objects from the output, add the PERSIST option as follows:
ODS EXCLUDE ATT…