-
ZOM Concepts
-
Selecting Objects for Processing
- Selecting a Set of Objects
- Selection Criteria
- Selecting by Name
- Selecting by Keyword
- Selecting Previously Selected Objects
- Selecting by Status Properties
- Selecting by the Defined Property
- Selecting by the Exists Property
- Selecting by the Selected Property
- Selecting by the Locked Property
- Selecting by the Active Property
- Selecting by the Data Property
- Selecting by the Datasave Property
- Selecting by the Compilable Property
- Selecting by the Compilestatus Property
- Selecting Unreferenced Objects
- Selecting by Dependency Explosion
- Selecting by Dependency Implosion
- Selecting by Named Set
- Show all articles ( 4 ) Collapse Articles
-
Processing Options
-
Object Dependencies
-
Object Maintenance
-
Exporting and Importing Objects
-
Team Development Projects
-
Configuring ZOM
-
ZOM Commands
- ZOM Commands
- ZOMCat
- ZOMCompile
- ZOMCompileBoot
- ZOMConfig
- ZOMCopy
- ZOMCreate
- ZOMCrtBoot
- ZOMDataLoad
- ZOMDataSave
- ZOMDDBoot
- ZOMDelete
- ZOMDestroy
- ZOMDiagnose
- ZOMDiff
- ZOMDisable
- ZOMEnable
- ZOMErase
- ZOMExec
- ZOMExport
- ZOMFixUp
- ZOMGenHelp
- ZOMList
- ZOMMake
- ZOMMove
- ZOMPermBoot
- ZOMReCreate
- ZOMReName
- ZOMReset
- ZOMStatistics
- ZOMTouch
- ZOMUnCompile
- ZOMViewLog
- ZOMSet
- ZOMImport
- Show all articles ( 20 ) Collapse Articles
-
Advanced Topics
Selecting by Keyword
Objects can be selected by keyword using the selection criteria “k” followed by the keyword (s) to match. All objects that have been assigned the given keyword (s) are selected. For example, in the following command, all objects that have been assigned the keyword “User_Interface” are selected for use by the ZOMLIST service:
ZOMList +k User_Interface
The keyword criteria performs an keyword match against a specified keyword, and finds all objects which have been assigned that keyword.
The keyword can also be specified as a character string pattern. For example, the following command lists all objects that have been assigned keywords that begin with “Version2”:
ZOMList +k Version2*
The rules for specifying keyword patterns are the same as for selecting by name.
If more than one keyword is used with the same selection criteria, you can use commas to separate the keywords. The following examples both select all objects assigned the keywords “Version1”, “Version2” or “Version3”:
ZOMList +k Version1 +k Version2 +k Version3
ZOMList +k Version1,Version2,Version3
In the latter case, we have combined the three selection items into a single selection by separating the three keywords by commas (‘,’).
0 out Of 5 Stars
5 Stars | 0% | |
4 Stars | 0% | |
3 Stars | 0% | |
2 Stars | 0% | |
1 Stars | 0% |