Sponsored White Papers, Webcasts, and Downloads
TechRepublic Resources
- Talking Shop: Idea for building the perfect e-mail program
- TechRepublic Vice President for Content Bob Artner and Tom Ranalli, director of IT for Lyon & Lyon, an intellectual property law firm in Los Angeles, debate the perfect e-mail program.TechRepublic Vice President for Content Bob Artner and Tom Ranalli, director of IT for Lyon & Lyon, an intellectual property law...
- Tags: Mike Walton, e-mail, Tom Ranalli, macro language
- Technical articles 2001-01-08
- What Would I Do Without PROC SQL and the Macro Language
- The SAS macro language used in conjunction with PROC SQL provides the programmer a powerful set of tools for building effective and efficient applications. These tools can be utilized for a wide range of applications only limited by one's imagination. This paper presents a series of examples taken from several...
- Tags: SAS Institute, Macro Language
- White papers 2005-03-09
- Webgenz CMS 6.2.2 (Windows)
- Webgenz CMS is a powerful, practical solution for front-end web development. Designed for professional and corporate developers, Webgenz CMS increases productivity by maximizing reuse. A full-featured macro language allows modular and object-oriented coding techniques to be applied to HTML. Webgenz CMS makes your front-end development more efficient...
- Tags: Site Management, Microsoft Windows, Webgenz CMS, Macro Language
- Software downloads 2003-05-17
- Internet Anywhere Mail Server 6.1.8 (Windows)
- The Internet Anywhere Mail Server is simple to configure and contains all the key features necessary for Internet/Intranet mail transfer. IAMS features include: integrated mailbox viewer/administrator, auto-responders, aliases, mailing lists, groups, robots, InfoServers, membership shortcuts, virtual domains, MX and DNS caching, advanced scheduling, logging, kill lists, remote administration, forwarding and...
- Tags: POP3, E-mail Server, True North Software, Macro Language, Internet, Microsoft Windows, E-mail, E-mail Servers, Remote Administration, Operating Systems, Software, Online Communications, Enterprise Software
- Software downloads 2006-12-12
- Molecular Workbench 1.3 (Windows)
- Molecular Workbench MW is a piece of free, open source modeling software specifically designed for use in education. Powered by a set of real time particle simulation engines that compute and visualize the motion of particles interacting through force fields, in both 2D and 3D, it is a simulation platform...
- Tags: Molecular Inc., Authoring System, Microsoft Windows, Modeling, Molecular Workbench, Macro Language, Research & Development, Business Operations
- Software downloads 2006-02-21
Additional Resources
- 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
- SAS Macro: Symbols of Frustration? - %Let Us Help!: A Guide to Debugging Macros
- This paper is designed both for users who are new to the SAS Macro language and experienced users who are seeking efficient debugging techniques. The paper describes both HOW TO debug a SAS Macro, and some actual bugs that people often trip over when working in the MACRO language. The...
- Tags: SAS Institute
- White papers 2004-04-14
- 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
- Storing and Using a List of Values in a Macro Variable
- When using the macro language it is not at all unusual to need to manipulate a list of values. These may be a list of variables in a data set or even a list of data set names. Macro variables are often used to hold this list and there are...
- Tags: List, Macro Variable, Storage, Hardware
- White papers 2005-03-09
- 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
- The LATEX3 Programming Language: A Syntax Proposal for TEX Macro Programming
- This paper describes a TEX based language which is intended to provide a more consistent and rational programming environment for the construction of large scale TEX macro projects such as LATEX. Variants of this language have been in use within the LATEX3 project since around 1990 but the syntax specification...
- Tags: Language, Programming, Universitat Heidelberg, Development Tools, Software Development, Software/Web Development
- White papers 2008-08-05
- 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, SAS Institute
- White papers 2006-02-28
- Array: Construction and Usage of Arrays of Macro Variables
- A common task for an experienced programmer is to recognize a recurring pattern of code and encapsulate that pattern in a routine which simplifies the processing presentation, while still enabling later readers of the program to grasp the complex concepts that have been coded. The SAS software macro language is...
- Tags: SAS Institute
- White papers 2004-04-14
- Macro ToolsWorks Standard 7.1 (Windows)
- 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...
- Tags: Macro, Pitrinec Software, Mice, Microsoft Windows, Operating Systems, Hardware, Peripherals, Software
- Software downloads 2008-08-27
- Macro MD 1.5 (Windows)
- Macro MD is a powerful, flexible and easy to use automation tool for Microsoft Windows. Macro MD enables you to automate any task on your computer without the need to learn any scripting language. Macro MD offers forms for every command, you just have to fill in the blanks and...
- Tags: MMDESOFT, Microsoft Windows, Operating Systems, Software
- Software downloads 2008-09-25
- Quick Macro 6.2 (Windows)
- Quick Macro QMacro is an intelligent software to record, replay and edit keyboard & mouse macros. It has easy-to-use script editing interface for novice users to quickly create macros. It also has programmable macro script editing interface for professional programmers to program macro script in VB Script language. Quick Macro...
- Tags: Macro, Softcows, Mice, Microsoft Windows, Keyboards, Networking, Hardware, Peripherals, Operating Systems, Software
- Software downloads 2007-05-01
- 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 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
- ToolsWorks Standard 7.2.0 (Windows)
- Macro ToolsWorks is powerful all-in-one Windows scripting & automation utility that combines all features of Perfect Keyboard, MacroToolbar, WinScheduler and ClickyMouse macro programs. 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...
- Tags: Macro, Pitrinec Software, Mice, Microsoft Windows, Scripting Languages, Hardware, Peripherals, Operating Systems, Software, Software/Web Development, Web Development
- Software downloads 2008-11-19
- << Previous
- page 1 of 1
- Next >>
Storage Virtualization
-
In virtual environments, storage matters. It influences everything from application availability and disaster readiness to power consumption and TCO. Bottom line: Don’t defeat the purpose of your consolidation by skimping on storage.
- From our sponsors
-
EMC Corporation
-
ESG applauds new CX4 in analyst report
According to ESG, it's hard to find much missing in the new CLARiiON CX4.
Read the report to learn more »
-