-
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
ZOMSet
Sets properties of selected objects.
Syntax
ZOMSet object specification [option..]
Options
;k <keyword> [!] | Assigns a keyword to the selected object(s). If the keyword is already assigned, this assignment is ignored. If “!” is specified, the keyword assignment is removed for the selected object(s). |
;p <property> [!] | Set the specified user-designated property for the selected object(s). If “!” is indicated, the specified property is reset for the selected object(s). |
Comments
This service has no special function of its own. ZOMSet selects the specified objects and sets any properties according to the given processing options. ZOMSet is convenient for setting object properties without doing any further processing on those objects.
Examples
The following command sets the object “Customers” to be locked.
ZOMSet Customers ;p l
The following command sets all objects that are compiled to be compilable.
ZOMSet +p ca ;p c
The following command sets the DataSave property for all objects that have the Data property set.
ZOMSet +p da ;p ds
The following example deletes the keyword “Sales_System” from all objects keyworded by the keyword “Sales_System.”
ZOMSet +k Sales_System ;k Sales_System!
3 out Of 5 Stars
5 Stars | 0% | |
4 Stars | 0% | |
3 Stars | 100% | |
2 Stars | 0% | |
1 Stars | 0% |