- Transfer data files from one location to another
- Load data files directly into database staging tables
- Extract data to create data files to be sent to clients or vendors using FTP
- Create reports
- Data migration from mainframe to regional client/server databases.
On UNIX systems, I suggest learning Korn Shell (ksh). You will be surprised at how robust a programming language this is. Now I know some people will say it is not a "programming" language because it isn't compiled, but the skills needed to write good scripts are the same as those needed to write good compiled programs. Compiling a program is done to make it run faster and there are programs that will compile ksh scripts, such as shc.
Another favorite of mine is Perl. It can be written for both UNIX and Windows systems (as well as many others) with little change needed between systems so it is quite portable. Perl scripts can be compiled, too, using commercial programs such as Perl2EXE.
No comments:
Post a Comment