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 (April 2004, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Mon, 26 Apr 2004 19:16:46 +0200
Reply-To:     Ace <b.rogers@VIRGIN.NET>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Ace <b.rogers@VIRGIN.NET>
Subject:      Re: how to read the SCL code
Content-Type: text/plain; charset=us-ascii

On 26 Apr 04 16:45:44 GMT, phanitata76@YAHOO.COM (Subhu PK tatha) wrote:

>hello all, >I have a problem, I am trying to docqument an application which has been >developed in SAS/AF there are lot of frames runing but I need to read the >SCL code behind them I tried typing SCL, SOURCE, FSEDIT SOURCE on command >line but none of them worked can any of you suggest me a way out >thank you for the help >subhu.

If you're not already in the BUILD environment you can get there directly by typing BUILD libname.catalog.program.frame (with your values, obviously) at a command line.

Once you're in Build, you should be able to look at the SCL code by using the command 'SRC' or clicking the appropriate icon on the toolbar. If you get a blank screen it's possible that the application has been compiled with the NOSRC option, which basically removes the source code from the compiled object. In this case you'll need to get another copy supplied where this was not specified.

-- Ace in Basel - brucedotrogers a.t rochedotcom


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