RPG Intro

Hello iSeries-AS/400 RPG Programmers

October 24, 2010
By
Hello iSeries-AS/400 RPG Programmers

This category is dedicated to all RPG programmers trying to write clear structured code 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 not have to “register” or anything else to see it. Enjoy. This started as a place to put my RPG code,...

Read more »

RPG: sample free-format code

March 5, 2010
By

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. Statements can span multiple lines if necessary. F... D... C* /FREE...

Read more »

CLP intro

February 12, 2010
By

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 system, or Batch files on pc-DOS. this should be recognizable: THE 3 BASIC PROGRAMMING CONSTRUCTS: 1. SEQUENCE consecutive 2. BRANCH...

Read more »