| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| HOWTO_FTP.txt | 2012-09-07 | 2.4 kB | |
| README.txt | 2012-09-04 | 728 Bytes | |
| source.zip | 2012-09-04 | 5.1 MB | |
| Totals: 3 Items | 5.1 MB | 1 | |
Compiling the iSeriesPython Interpreter
- Requires V5R3 or higher.
- Requires the ILE C/C++ compiler.
- Requires a functioning version iSeriesPython is already installed.
- Download and unzip the source.zip file.
- Create a save file QGPL/SOURCE.
- FTP source.savf to save file QGPL/SOURCE (binary mode).
- Execute the following command: RST DEV('/qsys.lib/qgpl.lib/source.file') OBJ(('/python27/source')) CRTPRNDIR(*YES)
- Create a library for the new iSeriesPython interpreter (eg. PYTHONNEW)
- Execute the following command: SBMJOB CMD(PYTHON PROGRAM('/python27/source/create.py') PARM('all' '/python27/source' 'False' '*current' 'pythonnew')) JOB(CREATE_ALL)
- See Python script /python27/source/create.py for more options.