LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (June 1996, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Mon, 17 Jun 1996 17:59:32 GMT
Reply-To:   Michael Gibson <michael_gibson@STORTEK.COM>
Sender:   "SAS(r) Discussion" <SAS-L@UGA.CC.UGA.EDU>
From:   Michael Gibson <michael_gibson@STORTEK.COM>
Organization:   Storage Technology Corporation
Subject:   Re: SAS/AF-application without source code

YES it can be done using proc cport as follows:

proc cport c=your a/f catalog

NSRC <===== this stands for nosource

file= out file; run;

then proc cimport.

Added benfit to this is you can move your system to any platform assuming you did not use any platform specific code.

WARNING: once the AF system has been through this process there is NO WAY to get source back. therefore, YOU MUST, MUST save your original source code some place.

Hope this helps.

Michael

Werner E. HELM wrote: > > Dear sas-lers : > > We want to further develop a SAS/AF-application but also distribute > intermediate versions without source code (only the running AF-application) . > What are the best and easiest ways to do so ?? > > Can anybody tell us ? > > Thank you . > > Werner E. HELM .

-- -------------------------------------------------------------------------- Michael R. Gibson The opinions expressed are StorageTek, Louisville CO USA those of my own and do not michael_gibson@stortek.com reflect those of my employer.


Back to: Top of message | Previous page | Main SAS-L page