Features: |
PROC CATALOG statement: CATALOG= argument
DELETE statement options: ENTRYTYPE= or ET=
SELECT statement options: : ENTRYTYPE= or ET=
|
DEFAULT FORM Default form for printing FSLETTER FORM Standard form for letters (HP Laserjet) LOAN FRAME Loan analysis application LOAN HELP Information about the application BUILD KEYS Function Key Definitions LOAN KEYS Custom key definitions for application CREDIT LOG credit application log TEST1 LOG Inventory program TEST2 LOG Inventory program TEST3 LOG Inventory program LOAN PMENU Custom menu definitions for applicaticm CREDIT PROGRAM credit application pgm TEST1 PROGRAM testing budget applic. TEST2 PROGRAM testing budget applic. TEST3 PROGRAM testing budget applic. LOAN SCL SCL code for loan analysis application PASSIST SLIST User profile
1 libname perm 'C:\My Documents\proccatalogs'; NOTE: Libref PERM was successfully assigned as follows: Engine: V9 Physical Name: C:\My Documents\proccatalogs 2 proc catalog cat=perm.sample; NOTE: Writing HTML Body file: sashtml.htm 3 delete credit.program credit.log; 4 run; NOTE: Deleting entry CREDIT.PROGRAM in catalog PERM.SAMPLE. NOTE: Deleting entry CREDIT.LOG in catalog PERM.SAMPLE. 5 copy out=tcatall; 6 run; NOTE: Copying entry DEFAULT.FORM from catalog PERM.SAMPLE to catalog WORK.TCATALL. NOTE: Copying entry FSLETTER.FORM from catalog PERM.SAMPLE to catalog WORK.TCATALL. NOTE: Copying entry LOAN.FRAME from catalog PERM.SAMPLE to catalog WORK.TCATALL. NOTE: Copying entry LOAN.HELP from catalog PERM.SAMPLE to catalog WORK.TCATALL. NOTE: Copying entry BUILD.KEYS from catalog PERM.SAMPLE to catalog WORK.TCATALL. NOTE: Copying entry LOAN.KEYS from catalog PERM.SAMPLE to catalog WORK.TCATALL. NOTE: Copying entry TEST1.LOG from catalog PERM.SAMPLE to catalog WORK.TCATALL. NOTE: Copying entry TEST2.LOG from catalog PERM.SAMPLE to catalog WORK.TCATALL. NOTE: Copying entry TEST3.LOG from catalog PERM.SAMPLE to catalog WORK.TCATALL. NOTE: Copying entry LOAN.PMENU from catalog PERM.SAMPLE to catalog WORK.TCATALL. NOTE: Copying entry TEST1.PROGRAM from catalog PERM.SAMPLE to catalog WORK.TCATALL. NOTE: Copying entry TEST2.PROGRAM from catalog PERM.SAMPLE to catalog WORK.TCATALL. NOTE: Copying entry TEST3.PROGRAM from catalog PERM.SAMPLE to catalog WORK.TCATALL. NOTE: Copying entry LOAN.SCL from catalog PERM.SAMPLE to catalog WORK.TCATALL. NOTE: Copying entry PASSIST.SLIST from catalog PERM.SAMPLE to catalog WORK.TCATALL. 7 copy out=testcat; 8 exclude test1 test2 test3 passist (et=slist) / et=log; 9 run; NOTE: Copying entry DEFAULT.FORM from catalog PERM.SAMPLE to catalog WORK.TESTCAT. NOTE: Copying entry FSLETTER.FORM from catalog PERM.SAMPLE to catalog WORK.TESTCAT. NOTE: Copying entry LOAN.FRAME from catalog PERM.SAMPLE to catalog WORK.TESTCAT. NOTE: Copying entry LOAN.HELP from catalog PERM.SAMPLE to catalog WORK.TESTCAT. NOTE: Copying entry BUILD.KEYS from catalog PERM.SAMPLE to catalog WORK.TESTCAT. NOTE: Copying entry LOAN.KEYS from catalog PERM.SAMPLE to catalog WORK.TESTCAT. NOTE: Copying entry LOAN.PMENU from catalog PERM.SAMPLE to catalog WORK.TESTCAT. NOTE: Copying entry TEST1.PROGRAM from catalog PERM.SAMPLE to catalog WORK.TESTCAT. NOTE: Copying entry TEST2.PROGRAM from catalog PERM.SAMPLE to catalog WORK.TESTCAT. NOTE: Copying entry TEST3.PROGRAM from catalog PERM.SAMPLE to catalog WORK.TESTCAT. NOTE: Copying entry LOAN.SCL from catalog PERM.SAMPLE to catalog WORK.TESTCAT. 10 copy out=logcat move; 11 select test1 test2 test3 / et=log; 12 run; NOTE: Moving entry TEST1.LOG from catalog PERM.SAMPLE to catalog WORK.LOGCAT. NOTE: Moving entry TEST2.LOG from catalog PERM.SAMPLE to catalog WORK.LOGCAT. NOTE: Moving entry TEST3.LOG from catalog PERM.SAMPLE to catalog WORK.LOGCAT. 13 copy out=perm.finance noedit; 14 select loan.frame loan.help loan.keys loan.pmenu; 15 run; NOTE: Copying entry LOAN.FRAME from catalog PERM.SAMPLE to catalog PERM.FINANCE. NOTE: Copying entry LOAN.HELP from catalog PERM.SAMPLE to catalog PERM.FINANCE. NOTE: Copying entry LOAN.KEYS from catalog PERM.SAMPLE to catalog PERM.FINANCE. NOTE: Copying entry LOAN.PMENU from catalog PERM.SAMPLE to catalog PERM.FINANCE. 16 copy in=perm.formats out=perm.finance; 17 select revenue.format dept.formatc; 18 quit; NOTE: Copying entry REVENUE.FORMAT from catalog PERM.FORMATS to catalog PERM.FINANCE. NOTE: Copying entry DEPT.FORMATC from catalog PERM.FORMATS to catalog PERM.FINANCE.