Version 4.2.6 for Mainframes
 —  Programming Guide  —

Defining Fields

This part describes how you define the fields you wish to use in a program. These fields can be database fields and user-defined fields.

The following topics are covered:

../graphics/gr_b_sm.png Use and Structure of DEFINE DATA Statement
../graphics/gr_b_sm.png User-Defined Variables
../graphics/gr_b_sm.png Introduction to Dynamic Variables and Fields
../graphics/gr_b_sm.png Using Dynamic and Large Variables
../graphics/gr_b_sm.png User-Defined Constants
../graphics/gr_b_sm.png Initial Values (and the RESET Statement)
../graphics/gr_b_sm.png Redefining Fields
../graphics/gr_b_sm.png Arrays
../graphics/gr_b_sm.png X-Arrays

Please note that only the major options of the DEFINE DATA statement are discussed here. Further options are described in the Statements documentation.

The particulars of database fields are described in Accessing Data in an Adabas Database. On principle, the features and examples described there for Adabas also apply to other database management systems. Differences, if any, are described in the relevant database interface documentation and in the Statements documentation or Parameter Reference.

Top of page