List of books on AS400
AS/400, OS400 Manuals / Tutorials, manuals on REXX/400
More information on AS/400 REXX will be added as I obtain it.
If you can contribute an article on REXX for the AS/400, please contact me!
Type the command STRPDM on the command line.
===> STRPDM
Select option 3 (work with members)
Specify your source file.
Press F6 (create a new member. this will be your program name)
Specify a member name.
Type your program in
----------------------------------------------------------
SOURCE FILE MYTOOLS/REXXSRC
MEMBER......................TEST
SEQNBR*...+....1 ...+... 2 ...+... 3 ...+ ...4 ...+ ...5
100 /* TESTING REXX */
200 SAY "HELLO WORLD"
Press F3 to exit from the editor and save your program.
Press ENTER.
Type "16" next to your program name to run your program.