ThePrez / ibmi-company_system

IBM i Example Application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Company System

Company System is a demo application that works with three build tools:

  • GNU Make
  • ibmi-bob
  • ARCAD Builder from IBM i Modernization Engine for Lifecycle Integration (Merlin)

Setup

TODO.

Build Commands

  • GNU Make
  • ibmi-bob
    • Project build makei build
    • Compile of files makei compile -f {files}
  • ARCAD Builder
    • Project build /QOpenSys/pkgs/bin/elias compile {branch}
    • Compile of files /QOpenSys/pkgs/bin/elias compile {branch} -f {files}

About

IBM i Example Application

License:MIT License


Languages

Language:RPGLE 83.1%Language:Makefile 16.9%