Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
source_revd.zip | 2012-11-08 | 5.4 MB | |
README.txt | 2012-11-08 | 722 Bytes | |
Totals: 2 Items | 5.4 MB | 0 |
Compiling the iSeriesPython Interpreter - Requires V5R3 or higher. - Requires the ILE C/C++ compiler. - Requires a functioning version iSeriesPython installed. - Download and unzip the sourcerevd.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.