Click Here for their site --->
Link to Professional Standards
i Series
Standard Procedures
IBM i-series
Click link to go to their site
*IBM Power Systems unifies IBM's highly successful integrated platform, System i, with
its fast growing UNIX operating systems platform, System p. IBM is also introducing IBM
i, the new name for i5/OS operating system, featuring the newest release IBM i 6.1. With
Power servers, you can take advantage of this single platform for all your IBM i, AIX and
Linux applications. Visit the Power Systems Website now, to learn more.
* Quote from http://www-03.ibm.com/systems/i/
Helpful AS400 commands
GO CMDCMD - Menu of all available AS/400 commands
CRTSAVF - Create a Save File for SAVLIB
CVTRPGSRC - Convert RPG code to ILE will need to create
QRNCVTLG
DLTSPLF *SELECT - Delete all your spool files
DSPDBR - Display Data Base relationship
DSPPGMREF - Display files and calls
ENDDBG - End Debug
ENDPASTHR - End Pass Through
RTVCLSRC - Retrieve CL Source
RTVNETA - Retrieve Net attributes
RTVQMQRY QMQRY(YourQry) SRCFILE(yourLib/yourSrcPF)
ALWQRYDFN(*YES)
RTVSYSVAL - Retrieve System Values
RUNSQLSTM - Run SQL Statement
SAVLIB LIB(BGLAD1) DEV(*SAVF)
SAVF(CUSTSV) SAVACT(*SYSDFN)
ACCPTH(*YES)
STRAFPU - IBM Advanced Function Printing Utilities for
iSeries
STRDBG - DEBUG
STRISDB - for Debug RPG Programs (will not work for ILE)
STRPASTHR - Start Pass through to a Remote Location
STRPCCMD PCCMD('c:\windows\desktop\test.bat')
Execute a command from PC
STRSRVJOB - Start Service Job
WRKFLR - Work with Folders
WRKJOBSCDE - Work Job Schedule Entry
WRKOBJLCK - Work with Object Locks
WRKPAGSEG - Wrk Page Segments
Please Visit
WRKLNK
MKDIR DIR(flr1)
MKDIR DIR('flr1/fld1')
cd '/home/BGLAD/flr1/fld1'
CPY OBJ('/qsys.lib/bglad1.lib/whatever.file/whatever.mbr')
TOOBJ('wevr1')
DSPLNK OBJ('/home/BGLAD/flr1/fld1/*')
OUTPUT(*PRINT) DETAIL(*EXTENDED)
put C:\mydata.savf /qsys.lib/mylib2.lib/mydata.savf
get /qsys.lib/mylib2.lib/mydata.savf C:\mydata.savf
IFS Stuff
Cool Links