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

Saturday, May 09, 2009

as400 LPAR CPU statistics and documentation tool for IBM Power systems servers

This tool produces historical CPU graphs of as400 LPAR's and shared CPU usage, physical and logical config of managed systems/LPAR's and any changes in state and configuration

http://www.ibm.com/developerworks/wikis/display/virtualization/lpar2rrd%20tool

More as400 LPAR information to follow

Free AS400 & iSeries Software Tools & Utilities Downloads

Lots of free AS400 and Iseries Tools and Utilities

LPAR CPU statistics and documentation tool for IBM Power systems servers


Change Current User

This will allow you to change the current user that you are logged on with without logging off the as400 system first. This command uses the QSYGETPH API to verify the password entered and then uses the QWTSETP API to actually change the user that is currently signed on. This is very useful in making sure that a peticular program is always run as a certain user

Change Current User

Calculate Dates

Calculate dates using RPG IV date fields. This is useful in determining the effect of different calculations on date fields. It will prompt you to enter a date and allow you to try different scenarios and see the results

Calculate Dates

More as400 tools and utilities to follow

Thursday, April 30, 2009

Free Iseries Accounts Available

Just found a link to a site that offers free as400 / iseries / ibm i system developers accounts, which will come in very handy. (Especially for me as I dont have access to an as400 at the moment!).

Innovative Systems are the developers of FROG as400 frog

What you get:
One user profile
Personal Library
50MB of storage

You will need to use TN5250 or something similar to access it, and I havent tried it yet, but will request a logon later and report back on success...

The config of the box is:

IBM iSeries Model 170
V5R3 with the latest CUM PTF package
700MB memory
36GB disk (non-mirrored)
All programming language compilers

The guest account request page is accessed by clicking
here

Any programming or technical questions be directed to the
forums at Code400.com

Tuesday, May 27, 2008

Free RPG i5 (AS400) Utility - Edit Source Member

Edit Source Records. This tool works similar to the WRTSRC taatool command. It allows you to write/edit a source member via a program. This is very handy when you need to make a program more dynamic by actually writing the source on the fly with variable parameters

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

Free RPG i5 (AS400) Utility - Display User Space

This tool will display a user space in a format that will allow to detrmine where the data is contained within it. It uses the QUSRTVUS api and displays the data into a generic subfile. This tool goes hand in hand with the CRTUSP (Create User Space) command

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

Free RPG i5 (AS400) Utility - Delete Records x Relative Record Number

Delete records from a file using relitive record numbers. This tool uses RPG to remove records from a database file VIA relative record number. You can specify the starting and ending record number

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

Free RPG i5 (AS400) Utility - Delete Object and Source Member

Delete Object and Source Member. This tool will remove both the source and the object from the library specified

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

Free RPG i5 (AS400) Utility - Convert Spool File to HTML or PDF

Free RPG i5 (AS400) Utility - Convert Spool File to HTML or PDF


Convert an iSeries/i5 (AS400) spool file to an HTML or PDF document. This will place the PDF or HTML document on a directory in the IFS on your iSeries/i5 (AS400) machine. This is taken from existing specs on existing PDF and HTML conversions

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

Update: Since V6R1 you can now generate PDFs from spool files natively, see the IProDeveloper article below

http://www.iprodeveloper.com/article/systems-management/generate-pdf-files-using-only-i-61-63062

Free RPG i5 (AS400) Utility - Convert Spool File to HTML or PDF

Monday, May 26, 2008

Free RPG i5 (AS400) Utility - Convert a Fields Contents to Hex

Convert a Field's Contents to Hex The Convert to Hex command converts a value to it's hex equivalent. The CPP many also be directly used

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

Free RPG i5 (AS400) Utility - Convert BPCS Menus to Custom Menus

Convert BPCS File menu system to the iSeries Custom Menu System - http://www.iseriescms.com. This will work with BPCS V6.0 and higher

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

Free RPG/i5 (AS400) Utility - Create User Space

Create User Space. This tool uses the QUSCRTUS and QUSCUSAT APIs. It is used in many of the Free iSeries/i5 (AS400) tools and should be considerd an essential tool for anyone's toolkit. This it truly a tool that IBM forgot

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

Free RPG i5 (AS400) Utility - Compare message Files

Compare Two as400 Message Files. This tool will compare the messages in two message files using the SQL Free iSeries/i5 (AS400) Tool command

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

Free RPG i5 (AS400) Utility - Clear All Members in a File

The as400 file specified will have all it's existing members cleared

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

Free RPG/i5 (AS400) Utility - Clean up QPADEV* Devices

Cleanup unused as000 QPADEV* devices. This command will automatically remove all devices (Display) on your iSeries(AS400) machine that start with QPAD and are able to be removed (not active)

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

AS400 utilities

Free RPG i5 (AS400) Utility - Calculate Dates

Calculate dates on the AS400 using RPG IV date fields. This is useful in determining the effect of different calculations on date fields. It will prompt you to enter a date and allow you to try different scenarios and see the results

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

AS400 Utilities

Free i5 (AS400) RPG Utility - Change Current User

Change Current AS400 User

This will allow you to change the current user that you are logged on with without logging off the system first. This command uses the QSYGETPH API to verify the password entered and then uses the QWTSETP API to actually change the user that is currently signed on. This is very useful in making sure that a peticular program is always run as a certain user

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


as400 tips