IAREA
Use the IAREA keyword to specify one or more input areas, a range of input areas, or a combination of input areas and input area ranges to the process.
Use
IAREA is an optional keyword for the following commands:
- ANALYZE
- BUILD
- CHANGE
- DMAC_PRINT
- EXTEND
- EXTRACT
- IMAGECOPY
- INITIALIZE
- PROCESS_AREA
- RELOAD
- REORGANIZE
- UNLOAD
- VERIFY (not valid in BMP mode)
- XSCAN
Related keyword
OAREA
Syntax
IAREA=parameter
IAREA='parameter'
IAREA=(parameter1, parameter2, ..., parametern)
IAREA=(RANGE=(parameter1,parametern))
IAREA=(RANGE=(parameter1, parameter2), RANGE=(parameter3,
parameter4)...)
IAREA=(RANGE=(*,parametern))
IAREA=(RANGE=(parameter1,*))
Parameters
Specify either IAREA=ALL or IAREA=*, 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. |
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
IAREA=ALL
Alias
AREA is an alias for IAREA only under the following commands:
- ANALYZE
- DMAC_PRINT
- EXTEND
- IMAGECOPY
- PROCESS_AREA
- REORGANIZE
- INITIALIZE