Where allowed to run: All environments (*ALL) Threadsafe: No |
Parameters Examples Error messages |
The Change Functional Area (CHGFCNARA) command allows you to change 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, Key, Positional 1 |
LIB | Library | Name, QPFRDATA | Optional, Key, Positional 2 |
TEXT | Text 'description' | Character value, *BLANK, *SAME | Optional |
JOB | Job name | Single values: *SAME, *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 *SAME, *NONE, or a qualified name with up to two elements, for example:
*SAME 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: Changing Functional Area to Three Entries
CHGFCNARA FCNARA(PERSONNEL) JOB(DAN/*N MARCY/*N RANDY/QPG*)
This command changes the functional area PERSONNEL to three entries:
The functional area is changed in the QPFRDATA library.
Example 2: Changing Functional Area to Four Entries
CHGFCNARA FCNARA('Performance Tools') LIB(RPFT) JOB(PRT* TERESA/*N KAREN/*N JIM/QPFRXXX)
This command changes the functional area 'Performance Tools' to four entries:
The functional area is created in library RPFT.
Top |
*ESCAPE Messages
Top |