hii have the following message when I execute the comand: trade.q -p5001 see error below and if i try to load the script nothing happensthank you in advance for your helpq)q trade.q -p 1500’pq)
q trade.q -p 1500is a command to be executed at your operating system’s prompt, not theq prompt. It invokes q (kdb+) with trade.q as the script to load, andtells it to listen on port 1500.The equivalent q commands would beq)\l trade.qq)\p 1500On Sat, Nov 28, 2009 at 10:43 PM, mbelajouza wrote:> hi> i have the following message when I execute the comand: trade.q -p> 5001 see error below and if i try to load the script nothing happens> thank you in advance for your help> q)q trade.q -p 1500> 'p> q)