Showing posts with label free as400 software. Show all posts
Showing posts with label free as400 software. Show all posts

Wednesday, May 28, 2008

Free RPG i5 (AS400) Utility - Where is an Object / File Used - Cross Reference

This tool will display a list of objects (programs) that refer to a selected object (file or other program). It utilizes the DSPPGMREF command to build a semi-permanant file and then queries that file VIA SQL commands. This is handy for making changes to database files and performing a cross reference of the programs that refer to it for re-compiling

http://www.freerpgtools.com/downloads/whereisit.html

Free RPG i5 (AS400) Utility - Print Unmatched Source & Objects

Print a list of objects with no matching iSeries(AS400) source. All objects that the associated iSeres(AS400) source cannot be located will be included

http://www.freerpgtools.com/downloads/unmatch.html

Free RPG i5 (AS400) Utility - Message Processing Program

Send messages from a monitored message queue to ALL workstations that a user is signed on to

http://www.freerpgtools.com/downloads/stsmsg.html

Free RPG/i5 (AS400) Utility - CL program to run sql statment

This tool will run any valid SQL statement. It does not require that SQL/400 be installed on your iSeries(AS400) machine. It can optionally allow the output to be displayed, printed, or sent to a physical file

http://www.freerpgtools.com/downloads/sql.html

Free RPG i5 (AS400) Utility - Set Current ILE Debugger Mode

Set current ILE debugger mode. This includes the ability to set the number of colums displayed to 132

http://www.freerpgtools.com/downloads/setdbg.html

Free RPG/i5 (AS400) Utility - Scan a Variable for Text

SCAN will look through a variable for a text value. This is similar to the RPGLE BIF %Scan function, but can be used in CL

http://www.freerpgtools.com/downloads/scan.html

Free RPG i5 (AS400) Utility - Retrieve User Space Initialization

The RTVUSPI command is not really meant to be much of a standalone program. It is meant to be used along with many other tools. It uses the QUSRTVUS api to retrieve the initial values of user spaces

http://www.freerpgtools.com/downloads/rtvuspi.html

Free RPG/i5 (AS400) Utility - Retrieve Previous Command

The RTVPRVCMD utility will pull the last command that was entered from the jobs joblog. It uses the QMHRTVRQ api get the last entry

http://www.freerpgtools.com/downloads/rtvprvcmd.html

Free RPG i5 (AS400) Utility - Retrieve Current Program Name

The Retrieve Current Program Name uses the QWVRCSTK api to retrieve the name of the currently running program. This is essentially meant to be used in CL, since the current program name is easily retrieved in RPG

http://www.freerpgtools.com/downloads/rtvcurpgm.html

Free RPG i5 (AS400) Utility - Remove Object Regardless of type

This tool will delete any as400 object regardless of what type of object it is. It will automatically determine which program to use to delete the object for you. This could be very dangerous so be very carefull when using this command

http://www.freerpgtools.com/downloads/rmvobj.html

Free RPG/i5 (AS400) Utility - Display Number of Records in a File

This is a simple CL program that uses a display file to display the number of records in a file. It also displays the file size information and gives you the ability to perform other operations on the file

http://www.freerpgtools.com/downloads/records.html

Free RPG/i5 (AS400) Utility - Rebuild Physical & Attached Logicals

This tools will re-build the specified physical file and all the attached access paths. It will use the source file/member associated with the object or the object/member that is specified on the command when it is called. The command is desined to preserve the existing data in the database file as well

http://www.freerpgtools.com/downloads/rbldfil.html

Free RPG/i5 (AS400) Utility - Print AS/Set Action Diagram

Print/Display AS/Set Action Diagram indented. AS/Set is a CASE tool that comes with BPCS and is sold by SSA

http://www.freerpgtools.com/downloads/prtad.html

Free RPG/i5 (AS400) Utility - Display Popup Message

This will display a two line message window on the screen. This can be called as a command or as a procedure from an ILE program

http://www.freerpgtools.com/downloads/popmsg.html

Free RPG/i5 (AS400) Utility - Create New Library with Source Files

This command will create/replace a library with the standard iSeries(AS400) source files

http://www.freerpgtools.com/downloads/newlib.html

Free RPG/i5 (AS400) Utility - Monitor Message Queue - Users

This Command will monitor a specific message queue and forward all messages sent to that queue to a list of users

http://www.freerpgtools.com/downloads/monmsgq.html

Free RPG/i5 (AS400) Utility - List Librarys on System

This command will generate a list of libraries to an output file based on a generic parameter

http://www.freerpgtools.com/downloads/lstlibs.html

Free RPG/i5 (AS400) Utility - Stop/Start Journaling for a File

This cmd will automatically create the journal/receiver for a file. Because the must not be in use, it will retry itself every 10 minutes

http://www.freerpgtools.com/downloads/jrnlpf.html

Free RPG/i5 (AS400) Utility - Indent CL Program

This will display/print any RPG or CL program in an indented format. It uses utilizes SEU to handle the display of the code. This will work with ILE or Non-ILE Programs, but not with Free-Format RPG

http://www.freerpgtools.com/downloads/indent.html

Free RPG/i5 (AS400) Utility - Get System Value

This command utilizes the QWCRSVAL API. This is a procedure to get an iSeries(AS400) system value. It will retrieve any system value into your RPG ILE program

http://www.freerpgtools.com/downloads/getsysval.html