Here is how to direct the SAS LOG file and or SAS Output to a seperate file.
Approach 1: Using Display Manager Statements;
filename log ‘C:\temp\logfile.log’;
filename out ‘C:\temp\output.lst’;
*Select only male students and age les…
Here is how to direct the SAS LOG file and or SAS Output to a seperate file.
Approach 1: Using Display Manager Statements;
filename log ‘C:\temp\logfile.log’;
filename out ‘C:\temp\output.lst’;
*Select only male students and age les…
data two; infile ‘https://www.cms.gov/HCPCSReleaseCodeSets/Downloads/INDEX2009.pdf’ truncover; input @1 code $5. @7 description $200.; if code=’Page ‘ then delete; if code=’ ‘ then delete;run;proc sort data=two; by code;run;proc tr…
Format output for cut-and-paste from the output window
This is less of a trick and more of a tip, I guess. The SAS output window is displayed in SAS Monotype font. This is a hassle when you need to cut-and-paste into, say, a word document, …
Larry LaRusso is the Editor of SAS Training Report. His editorial letter from the May issue was so good, I thought I would share it with you. Enjoy!
If you had to choose the Simon Cowell of the mid-1900s, you’d be hard-pressed to pick someone m…
Raise your hand if you have an iPad or iPad envy? All of you with your hands up know what I mean when I say “but hey, we want to develop using the cool new stuff.”
We try very hard to use standards for the SAS Customer Support site that will mak…
TJerry OglesbyTim Reyhe F2010 Business Forecasting Conference will take place June 7-8 in Cary, NC at SAS Headquarters. Here’s the transcript from a brief interview with the conference co-chairs.
Jerry Oglesby is the Director of Higher Educat…