Where allowed to run: All environments (*ALL) Threadsafe: No |
Parameters Examples Error messages |
The Create Functional Area (CRTFCNARA) command allows you to create functional areas on your system. Functional areas are used by performance tools for reports and graphics. A functional area is a pre-defined list of job names and/or user names that are to be included in a report or graph.
Top |
Keyword | Description | Choices | Notes |
---|---|---|---|
FCNARA | Functional area | Character value | Required, Positional 1 |
LIB | Library | Name, QPFRDATA | Optional, Positional 2 |
TEXT | Text 'description' | Character value, *BLANK | Optional |
JOB | Job name | Single values: *NONE Other values (up to 250 repetitions): Qualified object name |
Optional |
Qualifier 1: Job name | Generic name, name | ||
Qualifier 2: User | Generic name, name |
Top |
Specifies the name of the functional area to be created or changed. Enclose the name in apostrophes if it contains any spaces between characters.
This is a required parameter.
Top |
Specifies the library where the functional area is located.
Top |
Specifies text that briefly describes the functional area.
Top |
Specifies a list of jobs to include in a functional area. A job identifier is either the special value *NONE or a qualified name with up to two elements, for example:
*NONE job-name user-name/job-name
*N may be used in place of an element that follows the values being specified. For example, USER1/*N specifies the user name USER1, regardless of the job name. Without specifying *N, USER1 would have been interpreted as the job name, not the user name.
Top |
Example 1: Creating a Functional Area in the Default Library
CRTFCNARA FCNARA(PERSONNEL) JOB(MIKE/*N ROSS/*N QPFR*)
This command creates the functional area PERSONNEL with three entries:
The functional area is created in the QPFRDATA library.
Example 2: Creating a Functional Area in a Specified Library
CRTFCNARA FCNARA('Performance Tools') LIB(RPFT) JOB(TODD/*N MARTY/*N DEB/QPFRMON)
This command creates the functional area 'Performance Tools' with three entries:
The functional area is created in the RPFT library.
Top |
Top |