define

To allocate memory for storage of a variable. At run time, the DEFINE statement indicates how much storage should be allocated for a variable. The GLOBALS statement defines global variables. To define a function (or report) is to specify the actions performed by the function.

See also data type, declare, execute, function, global variable, report, variable.