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=ALL or IAREA=*
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,*))

Note

IAREA='parameter' includes wildcard masks. For example, the syntax for areas DPAS7A0, DPAS7B0, and DPAS7C0 can be specified as follows:

  • IAREA='DP????C0'

  • IAREA='DPAS7*'

  • IAREA='DPA7???'

  • IAREA='DPAS7??'

Parameters

Specify either IAREA=ALL or IAREA=*, or any combination of the following parameter values:

Note

IAREA=ALL and IAREA=* can be used to specify all areas of the DEDB.

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.

Note

Wildcard masks cannot be used with the RANGE keyword.

Default

IAREA=ALL

Alias

AREA is an alias for IAREA only under the following commands:

  • ANALYZE

  • DMAC_PRINT

  • EXTEND

  • IMAGECOPY

  • PROCESS_AREA

  • REORGANIZE

  • INITIALIZE

Was this page helpful? Yes No Submitting... Thank you

Comments