AS/400 Utilities for Advanced

June 8, 1999


There are useful AS/400 utilities written on different languages. May be useful for advanced AS/400 programmers or users as working utilities or as templates for amendments. How to download something from this page to an AS/400 please refer to my Tetris/400 Page (see large green table).


Find objects by text description.

Go to top...
Go to next...

SOURCES:
VFNDOBJ - SQLRPG source
VFNDOBJD - DDS for display file
VFNDOBJCRT - CLP source for creating program (No special requirements)
DESCRIPTION:
The program searches all the objects that: For example, it's possible to find all *PGM placed in the *LIBL and having text description like '%Account%' (match or unmatch case).
The found objects list can be viewed or copied to a file. See screen example.
NOTES.

Find messages in a message file by text.

Go to top...

SOURCES:
VFNDMSG - SQLRPG source
VFNDMSGD - DDS for display file
VFNDMSGCRT - CLP source for creating program (No special requirements)
DESCRIPTION:
The program searches all the messages in a message file that have the text LIKE the entered template (wildcards allowed).
The found messages list can be viewed or copied to a file. See screen example.
NOTE.
The SQL/400 should be installed on the AS/400 only for compile of the program .

TopList