The MODIFY statement changes the description of an entry. The CONTENTS
statement creates a listing of the contents of PERM.FINANCE after all the
changes have been applied. QUIT ends the procedure.
modify loan.frame (description='Loan analysis app. - ver1');
contents;
title1 'Contents of PERM.FINANCE after changes are made';
run;
quit;