Copy five SAS/AF software entries from PERM.SAMPLE to PERM.FINANCE. The NOEDIT option protects these entries in PERM.FINANCE from further editing with PROC BUILD.


   copy out=perm.finance noedit;
      select loan.frame loan.help loan.keys loan.pmenu;
run;