Where allowed to run: All environments (*ALL) Threadsafe: No |
Parameters Examples Error messages |
The Delete Functional Area (DLTFCNARA) command allows you to delete functional areas from 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 |
Top |
Specifies the name of the functional area to be deleted. 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 |
Example 1: Deleting the Functional Area from the Default Library
DLTFCNARA FCNARA(PERSONNEL)
This command deletes the functional area named PERSONNEL from library QPFRDATA.
Example 2: Deleting the Functional Area from a Specified Library
DLTFCNARA FCNARA('Performance Tools') LIB(RPFT)
This command deletes the functional area named 'Performance Tools' from library RPFT.
Top |
Top |