SUGI 26 - 2001: SAS/AF® Composite Class: A Detailed Example Richard A. DeVenezia www.devenezia.com The .zip file you downloaded should contain either sugi26.sas7bcat or sugi26-example-transport.xpt Requirements: A SAS session with libname EXAMPLE assigned sugi26.sas7bcat - Windows platform only --------------------------------------- Drag the sugi26.sas7bcat file to your SAS EXAMPLE folder. sugi26-example-transport.xpt - Platform independent --------------------------------------- Submit this stub to import the catalog (assumes you extracted the file to C:\TEMP) proc cimport file='C:\TEMP\sugi26-example-transport.xpt' lib=EXAMPLE; run; After the EXAMPLE.SUGI26 catalog is in place you can run the sample application by submitting this stub: DM "AFA C=EXAMPLE.SUGI26.QA.FRAME"; or issuing this command: AFA C=EXAMPLE.SUGI26.QA.FRAME Examine the class design by issuing this command: BUILD EXAMPLE.SUGI26.LISTOFVALUES.CLASS Make the class available for use in frames by adding EXAMPLE.SUGI26.LISTOFVALUES.CLASS to the component palette