Newbie error

Hey Guys,

Starting up with Kdb and am getting some teething errors.

Basically when i run this on the free Q download compile line, i get an error. Can some one point out whats wrong?

==> sid:-143
sid
! Syntax error
>>> sid:-143
??? ^

Thanks,
Sid

doesn’t look like you have kdb+ there.

kdb+ would show

q)sid:-143                                                                                                                                

q)sid                                                                                                                                     

-143

just to be clear - you can download the non-commercial 32bit version of kdb+ from

http://kx.com/Developers/software.php

and documentation can be found at http:code.kx.com

thanks

Thanks Charles. Re-installed and worked fine.