Sponsored By
ADVANCED SYSTEMS CONCEPTS
|
|
Quoted from an experienced programmer
new to the iSeries (AS/400):
"The best thing about working on the AS/400 is using ASC's SEQUEL product."
If you're tired of the limitations imposed by Query/400 or ODBC-based query and reporting tools, you need SEQUEL. Discover how thousands of sites around the world have improved access to iSeries data using SEQUEL's Windows- and Web-interfaces. It's the one tool you can rely on for virtually all your iSeries data access needs.
FREE trial available.
Read More about SEQUEL
|
|
Sponsored By
WORKSRIGHT SOFTWARE
|
|
600 Billion
That's how much a recent independent study estimated U.S. businesses spend on dirty data. How much of that 600 billion is spent by your company?
Cleanse your dirty ZIP Codes and mailing addresses with our software and save big bucks.
WorksRight Software, Inc.
Phone: 601-856-8337
E-mail: software@worksright.com
Web site: www.worksright.com
|
|
|
Retrieving the Host Name from an IP Address
Hey, Shannon:
I am writing the world's greatest AS/400 utility. It will do everything except lock the door and turn the lights off when it's time to go home at night! I have it all figured out, except for one thing: I need my RPG program to be able to retrieve the Internet Protocol (IP) address of all the other AS/400's that have already been defined on our AS/400 in the TCP/IP host table. Is there some easy method of determining the IP address of the systems defined in the AS/400 host table, using an RPG program?
READ MORE >
|
Variable-Length Character Data
Hey, Ted:
RPG supports two types of variable-length string variables. One is defined with the %STR function, the other with the VARYING keyword. Can you explain the difference?
READ MORE >
|