| Publisher | SAS Institute | ||
|---|---|---|---|
| Format | 56.3KB PDF | Date added | 14 May 2007 |
| Topics | Programming Languages, Directory Services | ||
| Downloads | 14 | ||
There are many instances where all files in a directory need to be processed in exactly the same manner. If the files in the directory are not assigned using an incremental naming convention, or if the number of files in the directory changes with each request, processing the files can be problematic. This paper helps to resolve this problem by using SAS external file functions. These functions can open a directory, determine the number of members of the directory, identify the file names that can be used to process the data, and close the directory. File processing can be done dynamically without ever knowing the physical file name.
Related white papers
ASP.NET-Beyond the Starter Kits, Creating Custom Modules (Part 1 of 2)-Level 200
This webcast will demonstrate how easy it is to use ASP.NET to extend popular web portal frameworks to meet custom needs. This webcast explains the DotNetNuke portal framework and shows...
Intro to Perl on Windows
Although Perl may have been born and raised in the Unix universe, the world's favorite practical extraction and reporting language has had, and has had for some time, an established...
Explore the Data Access Options in Visual Studio 2008: Visual Studio 2008 and .NET 3.5 Give Developers Substantially Increased Data Access Options
In Visual Studio 2008 running on the .NET framework 3.5, developers can not only create DataReaders and DataSets; Microsoft has also added LINQ to SQL, Entity Framework, and ADO.NET Data...
CmUML - A UML Based Framework for Formal Specification of Concurrent, Reactive Systems
Complex software systems possess concurrent and reactive behaviors requiring precise specifications prior to development. Lamport's transition axiom method is a formal specification method which combines axiomatic and operational approaches. On...
An Integrated-Documentation Tool for Oracle Databases
In an ideal world, all software and database systems would have clear documentation that is always up to date. In the real world, however, documentation usually is either non-existent or...
Creating Simple Firefox "Add-Ons" With Ubiquity: Developing Add-Ons for Firefox Can Be Tedious, But It's Not Hard
Making add-ons for Firefox is not hard, but development can be tedious, especially as there is no formal development IDE for making them (Venkman comes closest, but it's not very...
From Delegate to Lambda: The Key to Understanding Lambda Expressions Lies in Understanding Delegates
Delegates play a tremendously important role in developing applications for the .NET Framework, especially when using C# or Visual Basic. Events, a special application of delegates, are used all over...

