|
|
Tips & Techniques -
Programming
|
|
Written by Susan Gantner
|
|
Wednesday, 01 April 2009 18:00 |
|
We all love our keyboard shortcuts, and RSE has a bunch you probably don't even know about. By Susan Gantner If you use Remote System Explorer (RSE) as part of either WDSC or RDi to edit your RPG code, you probably already use a number of keyboard shortcuts to improve your productivity. Maybe you even have a cheat sheet of your own pinned up next to your workstation with your favorites on it. Have you ever wondered whether there are some shortcuts out there that you don't know about? |
|
Last Updated on Thursday, 02 April 2009 14:19 |
|
Register to read more...
|
|
Tips & Techniques -
Programming
|
|
Written by Tom Wallin
|
|
Thursday, 30 October 2008 18:00 |
|
Don't be effrayé. Making your software multilingual is easier than you think. By Tom Wallin Have you avoided making your software multilingual because you don't have the budget or people power? Does the task seem too daunting? |
|
Last Updated on Sunday, 17 May 2009 16:09 |
|
Register to read more...
|
|
Tips & Techniques -
Programming
|
|
Written by Thomas Snyder
|
|
Thursday, 11 September 2008 18:00 |
|
If you're putting data on the Web, you likely need to compress it first. By Tom Snyder As businesses provide more data to the Internet, one common administrative task required for preparing the data is to compress the data into either a zip or a tar file. The IBM i UNIX environment called QShell provides many capabilities, including the jar and tar commands used to compress data. To enter QShell, go to the command line and type STRQSH to bring up a command line in the UNIX environment. Here, you can try out your commands interactively to check the syntax and behavior of the commands that you are executing. I primarily use QShell for operations that I want to perform in the IFS. In this TechTip, I will compress a text file named test.xml that I have stored in a public folder off of the root directory of the IFS. |
|
Last Updated on Wednesday, 17 September 2008 02:14 |
|
Register to read more...
|
|
Tips & Techniques -
Programming
|
|
Written by Joe Cropper
|
|
Thursday, 22 May 2008 18:00 |
|
Ant is a simple, effective tool that can guide you toward a solid build infrastructure. By Joe Cropper In last week's article, I introduced the problem of a convoluted build process and presented Apache's Ant as an effective solution to the simplification of the process. In this week's article, we'll look at a complete example, including everything from the source code to the build artifacts within the Eclipse integrated development environment. This article assumes that the reader has a basic understanding of Eclipse and its Java projects. |
|
Last Updated on Thursday, 22 May 2008 09:39 |
|
Register to read more...
|
|
Tips & Techniques -
Programming
|
|
Written by Joe Cropper
|
|
Thursday, 15 May 2008 18:00 |
|
First and foremost, the build process must produce consistent results, but efficient use of developers' and builders' time is important too. By Joe Cropper Go into this directory. Select these source files. Right-click here. Export this. Rename that. Copy the renamed file there. Does this sound familiar? Yes! It is your build process! Wouldn't it be nice if you could (conveniently) build your Java project with a single mouse-click or a single command? The good news is that you can--with the Apache Software Foundation's Ant tool (named "Ant" by its creator, James Duncan Davidson, because it's a little thing that can build big things). |
|
Last Updated on Tuesday, 13 May 2008 03:16 |
|
Register to read more...
|
|
Tips & Techniques -
Programming
|
|
Written by KENT MILLIGAN
|
|
Thursday, 24 April 2008 18:00 |
|
IBM continues to make life easier for SQL developers. By Kent Milligan As SQL becomes more widely used by i5/OS developers, it's important for IBM to continue to enhance the tools and utilities supporting the SQL interface to increase the adoption of SQL. The Run SQL Statements (RUNSQLSTM) system command is one of those SQL utilities that is enhanced in V6R1 to make life easier for SQL developers. |
|
Last Updated on Thursday, 17 April 2008 08:53 |
|
Register to read more...
|
|
Tips & Techniques -
Programming
|
|
Written by David Mayle
|
|
Thursday, 17 April 2008 18:00 |
|
Quit storing your applications' property values in data areas, and make your programs easier to understand. By David Mayle One of the programming practices I've never cared for is the use of data areas to store property values for an application. While a data area is a useful tool for the programmer who designed the system, it isn't user-friendly for those of us who need to work on it later. |
|
Last Updated on Tuesday, 03 June 2008 16:33 |
|
Register to read more...
|
|
Tips & Techniques -
Programming
|
|
Written by Kevin Forsythe
|
|
Thursday, 31 January 2008 17:00 |
|
Use SQL functions to create RPG functions. By Kevin Forsythe If you've been using SQL, you've probably noticed that there are many functions built into SQL that RPG doesn't have. We could go to a lot of effort to re-create those in RPG, but it's much easier to just leverage the existing SQL FUNCTIONS. To make this happen, we need to create an RPG module with embedded SQL. That module will contain a series of date-related functions, and we'll compile that module into a service program for use by other RPG programs. |
|
Last Updated on Friday, 01 February 2008 01:56 |
|
Register to read more...
|
|
|
<< Start < Prev 1 2 3 4 5 6 7 8 9 10 Next > End >>
|
|
Page 1 of 28 |