IBM AS/400 User Manual

Page of 489
 
 
AS/400 Tools
 
Table  3.  Commonly Used CL Commands
Action
CL command
Result
Using System Menus
GO MAIN
Display main menu
GO INFO
Display help menu
GO CMDRPG
List commands for RPG
GO CMDCRT
List commands for creating
GO CMDxxx
List commands for 'xxx'
Calling
CALL 
program-name
Runs a program
Compiling
CRTxxxMOD
Creates xxx Module
CRTBNDxxx
Creates Bound xxx Program
Binding
CRTPGM
Creates a program from ILE
modules
CRTSRVPGM
Creates a service program
UPDPGM
Updates a bound program object
Debugging
STRDBG
Starts ILE source debugger
ENDDBG
Ends ILE source debugger
Creating Files
CRTPRTF
Creates Print File
CRTPF
Creates Physical File
CRTSRCPF
Creates Source Physical File
CRTLF
Creates Logical File
 AS/400 Tools
The AS/400 system offers a full set of tools that you may find useful for program-
ming.
Application Development ToolSet for AS/400
Application Development ToolSet for AS/400 (ADTS) provides an integrated suite of
host-based tools designed to meet the needs of the application developer. This
product provides tools for manipulating source, objects, and database files on the
AS/400 system. Some of the tools provided are: PDM, SEU, and SDA. A menu
driven interface is available from which you can perform all of the tasks involved in
application development, such as object management, editing, compiling and
debugging.
Application Development Manager
Application Development Manager provides application development organizations
with a mechanism for efficient and effective management of application objects
throughout the life of the application. This feature of ADTS allows a group of devel-
opers to create, manage, and organize multiple versions of their application through
the Programming Development Manager (PDM) interface or directly from the
AS/400 command line.
An application development team using ADM can:
   
Chapter 1. Overview of the RPG IV Programming Language
13