|
|||
|
http://support.sas.com/techsup/feedb...llot.html#Base
DATA Step 2 provide the ability to copy and paste in the DATA step debugger command line Paste There is a paste command in sas that works in this window. Somehow the Ctrl+V doesn't work, but the text in the clipboard will be delivered to the debugger-log window command line when the sas paste command is issued (I use alt+F1, but it could also be stored on a toolbox icon) Copy Copying is more difficult, but the workaround is here >From the debugger-log window, save the following command string on a function key file 'x.x' replace;note sprint; inc 'x.x' When this command string is executed, the debugger-log is stored in an editable text window, from which you can copy any required text. You could pick a meaningful file name, but I find x.x easily, recognisably, delete-able. You could use a worklibrary notepad entry and/or replace the contents of the notepad entry when including the text, but I have found the history of these clips useful, and easy to manage. With this command, sprint.notepad will be found in sasuser.profile, when needed. Peter |
|
|
||||
|
||||
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Re: calculating means in a subsampled survey design | Charlotte Reemts | Newsgroup comp.soft-sys.sas | 1 | 10-24-2008 12:17 AM |
| Re: Reading External Rawdata (.txt) | Jiann-Shiun Huang | Newsgroup comp.soft-sys.sas | 1 | 05-02-2006 08:15 AM |
| CFP: IMECS 2006 (International MultiConference of Engineers and Computer Scientists) | imecs2006@iaeng.org | Newsgroup comp.soft-sys.sas | 0 | 01-21-2006 09:46 AM |
| sasWare ballot 2006 : item 26 Viewtable improvement | Peter | Newsgroup comp.soft-sys.sas | 0 | 11-25-2005 01:59 PM |
| sasWare ballot 2006 : item 15 workaround | Peter | Newsgroup comp.soft-sys.sas | 0 | 11-25-2005 10:54 AM |