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 (November 2008, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Mon, 24 Nov 2008 12:49:38 -0600
Reply-To:     "Smith, Diane K" <diane.k.smith@OPTUMHEALTH.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         "Smith, Diane K" <diane.k.smith@OPTUMHEALTH.COM>
Subject:      Enterprise guide vs Base sas
Content-Type: text/plain; charset="us-ascii"

-----Original Message-----

From: kk.majji@GMAIL.COM

Sent: Saturday, November 22, 2008 1:19 AM

Subject: Enterprise guide vs Base sas

Hi,

This might be an insane question.

How different is the code that the Enterprise guide generates from the Base sas code while creati ng graphs?

Coz the formatting goes for a toss when I use the code from the Enterprise guide in the base sas application.

I am trying to get Line plots.

Plz help me.

Regards,

KK.

Hi KK, I move between EG and Base when programming and the EG environment adds another step to the libname libref structure, in Base a path might be dvd\datanew\users\newdata\Project123.egp and in the EG environment it changes to dvd\sasjumpoff\datanew\users\newdata\Project123.egp, Enterprise Guide adds another step in the path, in this case "sasjumpoff". If something similar is happening in your EG environment, that could could be causing problems with reading a format library and your graph output Diane

This e-mail, including attachments, may include confidential and/or proprietary information, and may be used only by the person or entity to which it is addressed. If the reader of this e-mail is not the intended recipient or his or her authorized agent, the reader is hereby notified that any dissemination, distribution or copying of this e-mail is prohibited. If you have received this e-mail in error, please notify the sender by replying to this message and delete this e-mail immediately.


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