OAREA
Use
OAREA is an optional keyword for the following commands and subcommands:
- ALLOCATE
- CHANGE
- OFILECTL
- PFPSORT
- REGISTER
- RELOAD
- UNLOAD
Related keyword
IAREA
Syntax
OAREA=<parameter>
OAREA='<parameter>'
OAREA=(<parameter1>, <parameter2>, ..., <parametern>)
OAREA=(RANGE=(<parameter1>,<parametern>)
OAREA=(RANGE=(<parameter1>, <parameter2>), RANGE=(<parameter3>,
<parameter4>)...)
OAREA=(RANGE=(*,<parametern>))
OAREA=(RANGE=(<parameter1>,*))
OAREA=(area-list)
Parameters
Specify either OAREA=ALL or OAREA=*, or any combination of the following parameter values:
Value | Description |
|---|---|
areaName areaName mask | Specify one or more areas by using the 1-character to 8-character area name for each area specified. You can also specify one or more areas by using the 1-character to 8-character area name mask for each area specified. Wildcard masks using the asterisk (*) and question mark (?) can be included. When using wildcard masks, the value of the keyword must be enclosed in quotation marks. The asterisk wildcard matches all characters to the right of the asterisk. The question mark wildcard matches the characters in the string in the place the question mark holds. |
areaNumber | Specify one or more areas by using the 1-character to 5-character area number for each area specified. |
area-list | Specify a list of areas. For the REGISTER subcommand, the area-list parameter lists the areas to be registered after the restructure has been completed and before the database is placed back online. |
RANGE=(startArea, endArea) RANGE=(*,endArea) RANGE=(startArea,*) | Use this syntax to specify a consecutive range of areas using either areaName or areaNumber parameters. The area number associated with startArea must be less than (and not equal to) the area number associated with endArea. When the asterisk is used with the RANGE keyword, it can be used to specify the beginning or ending range for specific areas of the DEDB. |
Default
OAREA=ALL
Alias
None