LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous (more recent) messageNext (less recent) messagePrevious (more recent) in topicNext (less recent) in topicPrevious (more recent) by same authorNext (less recent) by same authorPrevious page (June 2001, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Fri, 22 Jun 2001 07:12:09 +0200
Reply-To:     "Tribius, Heide" <Heide.Tribius@KFW.DE>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         "Tribius, Heide" <Heide.Tribius@KFW.DE>
Subject:      Re: AF 6 to 8 conversion  EIS and Proc Report
Comments: To: Flip <philip.rutledge@PHARMA.NOVARTIS.COM>
Content-Type: text/plain; charset="iso-8859-1"

not really, but I would use the static analyzer to find the string which contains the EIS-catalog-name.

1. make the data (program editor): proc build batch; crossref project=lib.cat outlib=work; run;

2. open the static analyzer (command line): sclprof static lib lib=work;

hope, it helps. Heide

-----Ursprüngliche Nachricht----- Von: Flip [mailto:philip.rutledge@PHARMA.NOVARTIS.COM] Gesendet am: Donnerstag, 21. Juni 2001 17:15 An: SAS-L@LISTSERV.UGA.EDU Betreff: AF 6 to 8 conversion EIS and Proc Report

I am converting an AF application to version 8. In some of the frames when submitting PROC REPORT calls the window closes instantly rather than staying open. The application continues to run, except that all subsequent PROC REPORTS will not stay open. There is also a link to an EIS catalog I cannot find. Is there a way to link to an EIS catalog without it being in the code? This EIS catalog has some reports I do not need and could be eliminated, if I could find where it is being referenced.

Has anyone run into simmilar issues, and come up with a solution?

Flip


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