Prev: first dot / last dot list processing help
Next: Plese help: Urgent: compare columns in 2 tables based on value from third table
From: yuntianst on 16 Apr 2010 05:09 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 16 Apr 2010 21:49 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 16 Apr 2010 23:28
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. |