From: yuntianst on
hi,
I need to get the code lines into the program editor window in EG. Is
there any way to realize this without executing the code. Thanks a
lot.

From: Tom Abernathy on
On Apr 16, 5:09 am, "yuntia...(a)126.com" <yuntia...(a)126.com> wrote:
> hi,
>  I need to get the code lines into the program editor window in EG. Is
> there any way to realize this without executing the code. Thanks a
> lot.

Look at page 13 of this document.
http://support.sas.com/training/elearn/cert_update/EG4.1_tutorial.pdf


Set Code Editor and Results Options
In this task, you set options for the Code Editor and for the type of
results you want to produce.
1. Select Tools 􀃆 Options. In the selection pane, click SAS Programs.
Click Editor Options.
2. In the Indentation area, select Automatic if it is not already
selected. Set other Editor options
preferences. For example, if you prefer to display line numbers in the
margin of the Code
Editor when writing code, select the Show line numbers check box.
From: yuntianst on
On 4月17日, 上午9时49分, Tom Abernathy <tom.aberna...(a)gmail.com> wrote:
> On Apr 16, 5:09 am, "yuntia...(a)126.com" <yuntia...(a)126.com> wrote:
>
> > hi,
> >  I need to get the code lines into the program editor window in EG.. Is
> > there any way to realize this without executing the code. Thanks a
> > lot.
>
> Look at page 13 of this document.http://support.sas.com/training/elearn/cert_update/EG4.1_tutorial.pdf
>
> Set Code Editor and Results Options
> In this task, you set options for the Code Editor and for the type of
> results you want to produce.
> 1. Select Tools 􀃆 Options. In the selection pane, click SAS Programs.
> Click Editor Options.
> 2. In the Indentation area, select Automatic if it is not already
> selected. Set other Editor options
> preferences. For example, if you prefer to display line numbers in the
> margin of the Code
> Editor when writing code, select the Show line numbers check box.

I'm sorry i didn't make my question clear. Actually I need to connect
to the sas server by EG while i couldn't see the file system in the
server but the path of the code I want to submit. However, the code
needs some modification before i submit. I don't know if i could use
INCLUDE command in EG and %INCLUDE statement is not a proper choice.
Therefore my question is how to modify the code in this situation.
Thanks so much.