The COPY and SELECT statements 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;