Altair slc ultraedit create your own tools a better sas universal viewer
This post shows how to get a SAS data set into Excel, using just hotkeys, so you can
use everything Excel offers to explore and QC that SAS data.
This is a replacement for the sas universal viewer.
Too long to post on a list.
see github
https://github.com/rogerjdeangelis/utl-altair-slc-ultraedit-create-your-own-tools-a-better-sas-universal-viewer
USAGE
/--- sample program in UltraEdit editor ---/
data workx.zipcode;
set sashelp.zipcode;
run;
Highlight workx.zipcode
cntl + c (copy text to clipboard)
cntl + shift + 1
excel will appear with sas dataset work.zipcode
CONTENTS
1 ultraed1t version
2 altair slc version
3 Folders used
4 slc tool code
5 Tool configuation
6 Assign hotkey
I was unable to automatically close thr undrlying command window.
Will need to manuallyclick X in the upper right
---
--- | | X
---