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).
VFNDOBJCRT - CLP source for
creating program (No special requirements)
DESCRIPTION:
The program searches all the objects that:
have the entered type of object (or *ALL);
placed in the entered library (or *ALL, *LIBL etc.);
have the text description LIKE the entered template
(wildcards allowed);
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.
The SQL/400 should be installed on the AS/400 only for compile of the program .
The program sets (if it may) the highest run priority for itself just after start. Later while ending
the program restores previous run priority. The changing of run priority is provided because the QUSLOBJ
(List Objects) API works quite slowly if the number of objects is above ~10000 (for example, you entered
*LIBL or *ALL for library etc.).
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 .