Page 1 of 1

Error using Built in transform

Posted: Tue Feb 22, 2011 8:35 am
by sarjushah
I am trying to use built in transforms in the transformer stage on Version 8.1 Parallel Job and keep getting the error variable not defined. I tried using different transforms to see if other works and the erorr is the same.

DataTypeEbcdicPic9 --> Link DSLink40, Column NewColumnTest: DataTypeEbcdicPic9(In_Payments.NewColumnTest) Variable 'DataTypeEbcdicPic9' not defined
DataTypeAsciiPic9 --> Link DSLink40, Column NewColumnTest: DataTypeAsciiPic9(In_Payments.NewColumnTest)Variable 'DataTypeAsciiPic9' not defined
StringIsSpace --> Link DSLink40, Column NewColumnTest: StringIsSpace(In_Payments.NewColumnTest) Variable 'StringIsSpace' not defined

There was a similar topic.. user raised the same issue and it was resooved but the resolution was not posted.

Any pointers appreciated

Posted: Tue Feb 22, 2011 8:52 am
by chulett
Those are only valid for use in a BASIC routine or Server/BASIC transformer, as far as I know.

Posted: Tue Feb 22, 2011 11:10 am
by sarjushah
Thanks.

I will mark it as resolved.