saving a variable to the server using the client

https://learninghub.kx.com/forums/topic/saving-a-variable-to-the-server-using-the-client

Hi I am trying to save a variable to the server side, from the client but have no clue how to.

 

q)h:hopen `::5678 
q)h({set;`myVariable;1 2 3 4 5) 
/or 
q)h({x::y};`myVariable;1 2 3 4 5)