I have exported an Enterprise Guide project to Data Integration Studio.
When I run it I get: Error: The format CHAR was not found or could not be loaded.
Is there any way to fix it without changing the EG project's code?
Thanks, Gal.
* Edit * Code exported is very similar to this:
Proc sql; Create table a as select put(field_name,char6.) as fn from source; Quit;
The EG project isn't mine and I rather not touch it, as long there's a better solution.