Sponsored White Papers, Webcasts, and Downloads
TechRepublic Resources
- No %'s or &'s: Macros Inside the SAS DATA Step
- Macro programming is one of the most powerful and flexible techniques in the SAS system. Macro programs can be used to automate repetitive tasks and for conditional execution of program statements. For some, however, the syntax of macro code may sometimes be confusing and hard to follow. But most macro...
- Tags: SAS Institute, Macro Programming, CALL EXECUTE
- White papers 2005-03-09
- SAS Macro Programming for Beginners
- Macro programming is generally considered an advanced topic. But, while macros certainly can be challenging, it is also true that the basic concepts are not difficult to learn. This paper is designed for people who know the basics of SAS programming, but know nothing about SAS macro programming. The paper...
- Tags: SAS Institute, Programming, Macro Programming, Development Tools, Software Development, Software/Web Development
- White papers 2004-04-14
Additional Resources
- SAS Macro Variables and Simple Macro Programs
- SAS macros can be a wonderful extension of the SAS language. This paper introduces SAS users to SAS macro variables and simple macro programs. The SAS programming language has a rich toolbox of features that can offer a lot of power to the user. Using macro variables and macro code...
- Tags: SAS Institute, Macro Variable, SAS Programming Language
- White papers 2005-03-09
- SAS Macro Design Patterns
- The qualities which SAS macros share with object-oriented languages account for the power of macro programming. This paper illustrates some examples of specific design patterns which can be partially or fully implemented with the SAS macro language. The material is intermediate to advanced, and assumes knowledge of macros and macro...
- Tags: Design Pattern, Goal, SAS Institute
- White papers 2006-02-28
- Intermediate and Advanced SAS Macros
- The SAS programming language has a rich toolbox of features that can offer a lot of power to the user. The SAS macro language can be used to generate and alter SAS code. By combining these two languages the user can create some very dynamic systems. Combining these two languages...
- Tags: SAS Institute, SAS Programming Language
- White papers 2006-02-28
- Easy Macro Recorder (exe)
- Easy Macro Recorder is a handy utility that automates repetitive and tedious tasks on computers. It records all operation of mouse and keystrokes, and saves them as macros, then Easy Macro Recorder can play back the recorded macros to automate tasks any number of times. There is an easy-to-use macro...
- Tags: Recorder, Macro, Easy Macro Recorder, Mice, Productivity, Hardware, Peripherals
- Software downloads 2007-10-30
- Macro Architecture in Pictures
- Experienced SAS programmers use SAS Macro language all the time. Their combination of relative simplicity and power demonstrate the continued popularity of this language. The qualities which SAS macros share with object-oriented languages account for the power of macro programming. This paper will graphically model and introduce how SAS macros...
- Tags: SAS Institute, Object-oriented, Ooa/Ood/Oop, Software Development, Software/Web Development
- White papers 2005-03-09
- Pause & Resume Macro
- Can I program a macro to pause and let me key in variable information and then continue playing the macro? For example, your next appointment is pause so you will need to bring your payment of pause. This will be due at the time of your arrival.The general...
- Tags: Microsoft Word, Word processors, Microsoft Office
- Q&A 2006-08-24
- Creating a Local Library
- SAS provides us with the %local statement to insure that macro variables that are created in the macros do not collide with macro variables that might exist outside the macro. However, SAS provides no such utility for SAS datasets. This paper presents a macro that will create a SAS library...
- Tags: SAS Institute, Macro
- White papers 2007-05-14
- Macro Security Levels
- The following information summarizes how macro (macro: An action or a set of actions one can use to automate tasks. Macros are recorded in the Visual Basic for Applications programming language.) virus protection works under each setting on the Security Level tab in the Security dialog box (Tools menu, Macro...
- Tags: Macro, Cyberthreats, Security, Viruses And Worms
- White papers 2007-12-01
- About Helping Protect Files From Macro Viruses
- A macro virus is a type of computer virus that's stored in a macro within a file, template, or add-in. To help protect against macro viruses, one should purchase and install specialized antivirus software. To further help reduce the risk of macro infection in Office files, set the macro security...
- Tags: Macro Virus, Viruses And Worms, Security
- White papers 2007-12-01
- AllKeys Macro (exe)
- AllKeys Macro is a macro program plus work/break timer and mouse replacement tool. AllKeys includes easy-to-use macro record and playback functions with a macro editor. It also lets you define application-specific macros, adjust playback speed, and share macros among users. For users looking for a flexible but robust macro solution...
- Tags: Macro, AllKeys Macro, Mice, Hardware, Peripherals
- Software downloads 2007-07-16
- Tight Looping With Macro Arrays
- This paper explains what a macro array is, how to put text into it, and how to loop iterate over the text values stored in it. Two macros, %ARRAY and %DO_OVER, make the use of macro arrays painless and fun. Macro %DO-looping is common practice in many programs using the...
- Tags: SAS Institute, Macro Array
- White papers 2006-02-28
- Macro Recorder (msi)
- Freelabs Macro Recorder it's a tool that helps you to automate your computer repetitive tasks by creating timesaving macros that will work with any Windows program. Freelabs Macro Recorder's features include: Record all mouse and keystrokes events of any windows application Play back recorded macro. Save recorded macro to disk...
- Tags: Recorder, Macro, Mice, Productivity, Microsoft Windows, Hardware, Peripherals, Operating Systems, Software
- Software downloads 2007-03-15
- how can i creat macro in excel
- blog roothow can i creat a macro in excelcan any body guide me how to creat macro in excel step-by-stephow can i creat a macro in excelno i can't help u specifically. I use Excel but ain't an Excel expert. I created a macro once. It wasn't difiicult, if i...
- Tags: Microsoft Office, itsitguy@..., Microsoft Excel
- Discussion threads 2005-08-09
- Macro to Paste HTML text as Unformatted text
- On a regular basis, I manually copy/paste HTML to Word 2007 as Unformatted Text.I created a Macro that was supposed to Paste HTML (or anything on my Clipboard, for that matter) as Unformatted text into a Word Document.I did this by choosing Tools/Macros/Record New Macro...Next, I named my new macro...
- Tags: Microsoft Word, Word processors, mascott3, Unformatted Text, HTML
- Discussion threads 2007-07-19
- Perfect Macro Recorder (exe)
- Easily automate recurring boring tasks using Perfect Macro Recorder. Use Perfect Macro Recorder to records keystrokes, mouse events, and clicks then replay them later, you can also convert the macro to an executable file (*.exe) that can be run stand alone without Perfect Macro Recorder.
- Tags: Mouse, Recorder, Macro, Mice, Hardware, Peripherals
- Software downloads 2006-11-06
- EXCEL Macro query
- After assigning several macros to different buttons in EXCEL 2003, How can I identify which macro is assigned to which button.Is this possible? - its certainly not straight forward with a right click or anything like that.Is there a registry setting that hold this information?I have recently acquired a database...
- Tags: Microsoft Office, dcleary@..., Microsoft Excel
- Discussion threads 2007-06-21
- SAS Macro Dynamics - From Simple Basics to Powerful Invocations
- The SAS Macro Facility offers a mechanism for expanding and customizing the functionality of the SAS System. It allows for the abbreviation of a large amount of program code conveniently and makes textual substitutions easy. The facility contains a programming language enables the execution of small sections of a program...
- Tags: Facility, SAS Institute, Programming, SAS Macro Facility
- White papers 2006-02-28
- Macro ToolsWorks Standard (exe)
- Macro ToolsWorks is a powerful all-in-one Windows automation tool. Thanks to its strong built-in macro language (150+ commands) it allows you to eliminate most of your everyday repetitive tasks. The program allows user to create macros working in any Windows application and trigger the macro using hot-key or text shortcut,...
- Tags: Macro, Macro ToolsWorks, Mice, Microsoft Windows, Productivity, Hardware, Peripherals, Operating Systems, Software
- Software downloads 2005-06-05
- << Previous
- page 1 of 1
- Next >>