Welcome to the OSSILE project. This project is to serve two purposes:
- This project is to provide, via the open source community, a wide set of utilities for IBM i. They will get built into the OSSILE library.
- This project is to provide working examples of various things in ILE languages (RPG, C, C++)
-
Useful UDTF's originally sourced from https://bitbucket.org/christianjorgensen/
Documentation:
-
CRTFRMSTMF originally sourced from https://bitbucket.org/BrianGarland/
Documentation:
-
GETIPTF, originally sourced from http://bryandietz.us/getiptf.html
Documentation:
- Download https://github.com/OSSILE/OSSILE/archive/master.zip and place it in IFS
- Install 5733OPS PTF SI61064 (or latest supercede)
- From a PASE-capable shell (ssh client, QP2term, etc), run:
/QOpenSys/QIBM/ProdData/OPS/tools/bin/unzip OSSILE-master.zip
cd OSSILE-master/main && chmod +x ./setup && ./setup
To exclude an item from building, remove it from buildlist.txt
Each directory in /main/
is a seperate item, each are installable seperatly with Relic. The base command is RELICGET PLOC('https://github.com/OSSILE/OSSILE/archive/master.zip') PDIR('OSSILE-master/main/<ITEM>') PNAME(OSSILE)
, where <ITEM>
is one of those directories. For example:
PDIR('OSSILE-master/main/crtfrmstmf')
PDIR('OSSILE-master/main/udtf_image_catalog_details')
These are the main directories within OSSILE:
This directory houses complete, buildable code. Each subdirectory represents a separate buildable item.
This directory houses examples of how to accomplish various tasks in ILE C. They do not need to be working, compilable examples (though that is preferred).
This directory houses examples of how to accomplish various tasks in ILE CL. They do not need to be working, compilable examples (though that is preferred).
This directory houses examples of how to accomplish various tasks in ILE RPG. They do not need to be working, compilable examples (though that is preferred).
This directory houses examples of how to accomplish various tasks using SQL scripts.
See CONTRIBUTING.md