INT _ret
; sending the TELL command to D2000 Server
_ret := COMMAND "STOP SELF.KOM"
; sending the TELL command to process SELF.ARC
_ret := COMMAND "DI ON" ON SELF.ARC
; if the instances of process SELF.ARC are running, for example: [1]_SELF.ARC [2]_SELF.ARC
; the previous action delivers the TELL command to both instances
; sending the TELL command to instance 2 of process SELF.ARC
_ret := COMMAND "DI OFF" ON SELF.ARC INSTANCE 2
Pridať komentár