AREA keyword
Use the AREA keyword to specify the name of the particular area within a database to be processed.
The AREA keyword is valid only for a data entry database (DEDB).
If you omit the AREA keyword on control statements where it is optional, the utility implicitly processes all areas within the named DEDB.
The utility processes the areas in a DEDB that are registered to DBRC and ignores areas that are not registered. This toleration supports creation of dummy DEDB areas for future use without requiring complete DBRC definition of those areas.
For a DEDB that has multiple area data sets, if any area data sets are defined in the JCL or in a DFSMDA member, the first available data set that is defined is processed. If no area data sets are defined in the JCL or in a DFSMDA member, the first available data set is processed; the order of the data sets in the ADSLIST is used to determine which data set is first.
Uses | Required on the following control statement only when processing DEDBs:
Optional on the following control statements:
|
|---|---|
Related keywords | Refer also to the following keyword:
|
Syntax | AREA(areaname) |
Values | For the value, specify the area name (1-8 alphanumeric characters). |
Default | None |
Related topic