`ox_push_cmo', `ox_push_local'
------------------------------

ox_push_cmo(NUMBER,OBJ)
ox_push_local(NUMBER,OBJ)
     :: Sends OBJ to a process whose identifier is NUMBER.

RETURN
     0

NUMBER
     integer(process identifier)

OBJ
     object

   * Sends OBJ to a process whose identifier is NUMBER.

   * `ox_push_cmo' is used to send data to an Open_XM other than
     `ox_asir' and `ox_plot'.

   * `ox_push_local' is used to send data to `ox_asir' and `ox_plot'.

   * The call immediately returns unless the stream buffer is full.

References
     *Note `ox_rpc ox_cmo_rpc ox_execute_string': ox_rpc ox_cmo_rpc
     ox_execute_string, *Note `ox_pop_cmo ox_pop_local': ox_pop_cmo
     ox_pop_local

