Thanks, that helps. Setting the environment variable seems to do the trick. export gtm_noundef=1
GT.M seems to encounter an error when a parameter is null. test(x) q x GTM>w $$test^XBAS() %GTM-E-UNDEF, Undefined local variable: x Is it possible to configure GT.M to handle null as a null string ("")?
GT.M seems to encounter a error when a parameter is null. test(x) q x GTM>w $$test^XBAS() %GTM-E-UNDEF, Undefined local variable: x Is it possible to configure GT.M to handle null as a null string ("")?
GT.M added IPv6 support in v6.0-003. Here is a link to the release note: http://...
Does GT.M support SSL with TCP sockets? If so, how is this implemented? I'm currently...
GT.M version 6.1 added the ability for a parent process to pass a SOCKET device to...