Appendix D.Development environment example code

D.1.1ADM Setup

This is the code of the program CRTADMENV as mentioned in 8.2.2, “Setup of the Application Development Manager/400 Environment” on page 129 in the setup of ADM.

/*-CRTADMENV------------------------------------------------------*/ /* */ /* Create the ADM example environment and import the sources */ /* to be used from the example library source file */ /* */ /* Import the sources from the QMLGSRC file for the mailing */ /* application */ /* */ /*----------------------------------------------------------------*/ PGM DCL VAR(&ADM) TYPE(*CHAR) LEN(4) VALUE(′MLGI′) DCL VAR(&ADMSRC) TYPE(*CHAR) LEN(10) + VALUE(′QMLGSRC′) DCL VAR(&XMPLIB) TYPE(*CHAR) LEN(10) + VALUE(′G244358′) /* ...

Get Moving to Integrated Language Environment for RPG IV now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.