RPG Intro

Hello Programmers

By greg | Posted in RPG Intro
Hello Programmers

This FREE site is dedicated to all professional programmers trying to write clear structured code, network their pc's and, in some cases, deal with web site issues. We have free source code, free samples, free tips and techniques, free utilities, free sample test questions and answers, free downloads, free books and manuals, free examples. You do...
Read more »

RPG: sample free-format code

By Ken | Posted in RPG Intro

free-format RPG: The only two lines of code that must start in a specific position are the compiler directives /FREE and /END-FREE, which begin in column 7. The lines in between can use any columns between 8 and 80, allowing you to logically indent your code, finally! Each statement ends with a semicolon. ...
Read more »

CLP intro

By greg | Posted in RPG Intro

AS/400 - OS/400 COMMAND LANGUAGE (SYSTEM) PROGRAMMING INTRODUCTION CLP introductory tutorial with code - COMMAND LANGUAGE (SYSTEM) programming CL programming is "system" programming and compares to JCL or EXEC II or REXX, or CList (TSO) on an IBM mainframe; or Scripts on a Unix...
Read more »