ILE RPG For Beginners

提醒:本文发布于 天前,内容可能因【技术时效性】过期 或【被重新修改】,请谨慎参考。

Intro

This is my attempt to learn and document ILE RPG While following the text: “Programming in ILE RPG”

Prerequisite

My Current Set up :

  • Windows 11

Program Variables

  • A program variable is a named data item within a program that represents a location in the computers memory that can store data.
TOC
  1. 1. Intro
  2. 2. Prerequisite
  3. 3. Program Variables