IAREA keyword

Use the IAREA keyword to specify one or more input areas to restructure.

IAREA is an optional keyword for the RESTRUCTURE command.

For some examples of how to specify the IAREA keyword, see Example: Specifying input and output areas.

Format:
Read syntax diagramSkip visual syntax diagramIAREA=ALLareaname( areaname1- areaname2)( area_number1- area_number2)(, areaname)(, area_number1- area_number2 )(, areaname1- areaname2 )
ALL
Process all areas.
areaname
Specify a 1- to 8-character area name.

You can use certain wild card characters to specify areas. Supported wild card characters are the asterisk (*), which represents from 0 to 8 characters, and the percent sign (%), which represents any single character.

area_number1-area_number2
Specify the range of areas by area numbers.

area_number1 and area_number2 are area numbers, which are decimal numbers assigned sequentially to the areas within a database. The value for area_number1 and area_number2 can be in the range of 1 - 9999. area_number2 must be equal to or greater than area_number1. At least one area must exist in the specified range.

areaname1-areaname2
Specify the range of areas by area names.

areaname1 and areaname2 must be specified in alphabetical order. At least one area must exist in the specified range.

Default:
IAREA=ALL
Site default support:
Not supported.