Page 1 of 1

Unable to return value from GoAnywhere to CL

Posted: Wed Feb 15, 2012 2:43 pm
by Support_Julie
Q.
My CL program calls a GoAnywhere project. I want to use the output variable, but the CL variable is never updated. What am I missing?

A.
GoAnywhere will not return a value to the calling CL program. In order to get a response from your project, you will have to either write the value out to a file, or place it into a data area and then read the file or data area in your CL program.