Error using Built in transform

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
sarjushah
Premium Member
Premium Member
Posts: 40
Joined: Thu May 12, 2005 3:59 pm

Error using Built in transform

Post 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
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Those are only valid for use in a BASIC routine or Server/BASIC transformer, as far as I know.
-craig

"You can never have too many knives" -- Logan Nine Fingers
sarjushah
Premium Member
Premium Member
Posts: 40
Joined: Thu May 12, 2005 3:59 pm

Post by sarjushah »

Thanks.

I will mark it as resolved.
Post Reply