Email Alerts
-
Convert cases in CLP
This is a quick sample CL program that uses QLGCNVCS to convert upper and lower cases. Tip
-
BIFs simplify numeric to alpha conversions
With BIFs you can reduce the amount of code needed to convert the value from numeric to alpha and remove the leading zeros. Tip
-
Utility helps you trace RPGLE programs
Need to trace an RPGLE program? Forget F10=Setup. Try this utility instead. Tip
-
Working with menus, pull downs, push buttons and scroll bars
Here's an example of a menu system used for the user(s) attention key program. Tip
-
Document your user-defined PDM options
User-defined PDM option: Put a comment at the beginning of the command to document its intended function. Tip
-
Send and track important information on the iSeries
Learn how to send information and track how it's being sent -- using built in functions of the iSeries. Tip
-
OS/400 socket programming
Ask the Expert
-
Global variables with EXPORT and IMPORT keywords
Here's a way to share the information between two programs that you may not be aware of. Tip
-
STRHOSTSVR *ALL...NOT!
If you ever get the advice to STRHOSTSVR *ALL but it doesn't help, this might be why. Tip
-
Use SQL instead of DDS
DDS is dead and SQL in, according to some. Tip