Selecting the Database and Areas for online analysis

The DBD keyword identifies the name of the DEDB (DBD name) to be analyzed. For online analysis, the DBD name is supplied as an execution parameter, and the DBD keyword can be omitted. If the DBD keyword is coded for an online analysis, it must specify the same DBD name as supplied in the execution parameter.

Warning

If the DBD keyword does not specify the same DBD name as supplied in the execution parameter, an error message is issued and the online analysis function terminates.

The IAREA keyword can be used to select specific areas to be analyzed. If you omit the IAREA keyword, all areas that are defined in the DEDB are analyzed.

Areas can be specified on the IAREA keyword by using any combination of area names, area numbers, or a area ranges. The following parameters are available for the IAREA keyword:

  • IAREA=ALL (default) or IAREA=* specifies all areas of the DEDB.

  • IAREA=areaname specifies one or more areas by using the one-character to eight-character area name for each area specified. Multiple area names must be enclosed in parentheses and separated by commas.

  • IAREA=areanumber specifies one or more areas by using the one-character to five-character area number for each area specified. Multiple area numbers must be enclosed in parentheses and separated by commas.

  • IAREA=(RANGE=(startarea,endarea)) specifies a consecutive range of areas using either areaname or areanumber parameters. The area number associated with startarea must be less than the area number associated with endarea.

An asterisk (*) can be used to specify all areas of the DEDB. When the * character is used with the RANGE keyword, it can be used to specify the beginning or ending range for specific areas of the DEDB.

To analyze an entire DEDB, use a command set like the example shown in the following figure:

Sample control statement for analyzing all areas

ANALYZE DBD=<dbdname>,IAREA=ALL

To analyze specific areas, use a command set like the example shown in the following figure:

Sample control statement for analyzing specific areas

ANALYZE DBD=<dbdname>,IAREA=(AREANAM1,AREANAM3,RANGE=(5,8))

This control statement uses a combination of area names and area numbers to request that the specified areas are to be analyzed. The areas named AREANAM1 and AREANAM3 will be analyzed. Also, all consecutive areas from area number 5 to area number 8 (area5, area6, area7 and area8) will be analyzed.



This version of the documentation is no longer supported. However, the documentation is available for your convenience. You will not be able to leave comments.

Comments