Date: Tue, 9 Dec 1997 11:36:26 -0500
Reply-To: "Dorfman, Paul" <pdorfma@UCS.ATT.COM>
Sender: "SAS(r) Discussion" <SAS-L@UGA.CC.UGA.EDU>
From: "Dorfman, Paul" <pdorfma@UCS.ATT.COM>
Subject: Re: All I see is the submitted code shown on the log window
Content-Type: text/plain
There is another (and IMHO, more probable) possibility why that might
happen.
Any code submitted from the Program Editor in DM, must be closed by a
RUN
statement even though RUN statements in the interim are not mandatory.
If it is
omitted then "All I see is the submitted code shown on the log window".
RECALL
the code into PGM, make
RUN;
the last line of the program and resubmit it.
====================
Paul M. Dorfman
Decision Support Systems
AT&T UCS
Jax, Fl
====================
|