Changing SAS code is a frequent process in programming and reporting activities. When dealing with a large number of reports that need changes, copying and pasting code or manual editing of the code is not a good practice since the likelihood of making mistakes increases exponentially. Automation of the changes is always a favorable practice. This macro first finds the list of programs that need modification in the input directory. It then automatically searches for the code that needs to be replaced and modifies each program as needed. The modified programs will then be saved in the specified output directory.
Related white papers
XML-GL: A Graphical Language for Querying and Restructuring XML Documents
The widespreading of XML as a standard for semi-structured documents on the Web opens up challenging opportunities for Web query languages. In this paper we introduce XML-GL, a graphical query...
C++ Migration Guide
This book explains what you need to know when moving from 4.0, 4.0.1, 4.1, or 4.2 versions of the C++ compiler to the C++ 5.0 version. If you are moving...
Writing Optimized C Code for Microcontroller Applications
Generally, when programs are written in C and compiled by a C compiler, the code efficiency decreases compared to an Assembly language program. In order to improve code efficiency, most...
Efficiently Adapting Java Binaries in Limited Memory Contexts
This paper presents a compilation framework that allows executable code to be shared across different Java Virtual Machine (JVM) instances. All fully compliant JVMs that target servers rely on run-time...
IBM Informix Client Software Development Kit Version 2.8
Using Informix Client SDK, developers can write applications in the language that they prefer, whether it is Java, C++, C, ESQL or any application tools with ODBC or OLEDB access....
Java Application Client Container
This paper describes an approach to design clients in a multitier enterprise application with the Java 2 Platform, using Enterprise Java Bean Containers for the client application. The paper does...
International String Class
In the current world business environment handling different languages and character sets is an everyday problem. Tivoli's enterprise management products are designed to support the business enterprise model. Handling multiple...


