IBM i5/iSeries Primer(c) Concepts and Techniques for Programmers, Administrators, and Sys[... ]ators

Source files are similar to database files, except that they are used to store the source code that programmers use for programs, commands, file definitions, and the like. Source files differ from database files in the following aspects:

For source files, you can use any of the other listed commands for database files.

Tip 

You can name source files anything you want and put all typesof source members in them. For example, you could create a source file named source and it could contain RPG source members along with CL and DDS source members, too. The type of source member controls how the development tools work with the source member, not the name of the source file. IBM standard source file names include the following:

QRPGSRC

RPG III source

QRPGLESRC

RPG IV source

QCLSRC

CL source

QDDSSRC

Data Description Specifications (DDS) source

QCMDSRC

Command source

QPNLSRC

Panel source

QREXSRC

REXX source

QSRVSRC

Binder Language source

QTBLSRC

Table source

Категории