Page 1 of 1

Unable to return value from GoAnywhere to CL

Posted: Wed Feb 15, 2012 2:43 pm
by Support_Julie
Overview
A CL program calls a GoAnywhere project, and using an output variable but the CL variable is never updated.


Environment
GoAnywhere MFT - IBM i


Resolution
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.