Email Alerts
-
Searching fields for values
In AS/400, if you need to find database fields that contain a specific value, in ILE RBG the field to use is D1FIND. The trick is that you have to add code to turn all search terms into uppercase, or the program won't recognize the search term if it'... Ask the Expert
-
Searching part of a name or address in AS/400
In ILE RPG code can be written to conduct the search on part of a name or address using the field D#SFLN. Ask the Expert
-
Passing parameters in an ILE RPG module
iSeries application development expert John Blenkinsop explains about passing parameters in an ILE RPG module. Ask the Expert
-
Slow system performance
Ask the Expert
-
New option within the WRKSYSACT command
Ask the Expert
-
Retrieve a program statement/line number
Ask the Expert
-
Going from CL's QTEMP to batch QTEMP
Ask the Expert
-
Using API QtmmSendMail in an RPGLE program
Ask the Expert
-
ILE COBOL error when dividing by zero
Ask the Expert
-
SQL external UDFs
Ask the Expert