Defining a position
Syntax |
position reference; |
The position keyword is used to define a position. It must be followed by a reference and a semicolon.
Example |
orgmodel APPDUCXSAMPLE@200.200 { import COOSYSTEM@1.1; position Clerk; position DeptManager; position DeptSecretary; } |