When
you use the MODIFY statement to modify a SAS data set, SAS does not
create a second copy of the data as it does when you use the SET,
MERGE, or UPDATE statements. The descriptor portion of the SAS data
set stays the same. Updated observations are written back to the same
location as the original observation.