Source Archive Installation Instructions - Demo
Version - FTP Manual Load Method
1. Print this page.
2. Click on "Download Demo". (Note which directory the file is copied to.)
3. After the file has been downloaded, go to the
directory it was copied to, type
ARCDEMO.EXE, and press
enter. This will unzip the files that you downloaded.
The next step is to move
these files to the AS/400.
4. Go to your AS/400 and run the following commands:
CRTLIB FASTBREED (Skip
this step if the library's already there.)
CRTSAVF FASTBREED/ARCDEMO
CRTSAVF FASTBREED/FASTBASE
5. Find out the IP address of your AS/400.
(The easiest way to do this is to go
to the Communications
menu at the top of your AS/400 session window and
select Configure.
The system name is your IP address.)
6. Go to the directory on your PC containing the files you downloaded.
7. Type FTP 111.111.111.111 and press enter.
(Replace those 1's with the
address of your AS/400.)
8. After FTP has started, type the following, pressing enter after each line:
ftp> your AS/400 user profile
name
ftp> your AS/400 password
ftp> binary
ftp> cd fastbreed
ftp> put arcdemo.svf arcdemo
ftp> put fastbase.svf
fastbase
ftp> quit
9. Go back to your AS/400 and run the following commands:
RSTOBJ OBJ(*ALL) SAVLIB(FASTBREED)
DEV(*SAVF)
SAVF(FASTBREED/ARCDEMO) MBROPT(*ALL) ALWOBJDIF(*ALL)
RSTLIB(FASTBREED)
RSTOBJ OBJ(*ALL) SAVLIB(FASTBREED)
DEV(*SAVF)
SAVF(FASTBREED/FASTBASE) MBROPT(*ALL) ALWOBJDIF(*ALL)
RSTLIB(FASTBREED)
10. All of the files and programs you need to run the
Source Archive are now in
place. The only
thing missing are the hooks in PDM you need to use it. Do
the following to add these
hooks.
a. Make sure E2, C2, U2,
V2, and R2 aren't already being used as options in
PDM. If any of them are, change them to something else.
b. Find the library containing
the file QAUOOPT.
c. Run the following command,
replacing tolib with the name of the library
where the file QAUOOPT was found -
CPYF FROMFILE(FASTBREED/ARCOPTS)
TOFILE(TOLIB/QAUOOPT) MBROPT(*ADD)
11. That's it. Now anyone who has FASTBREED on their
library list can use the
Source Archive System
just by keying in the command 'archive'.