Search found 139 matches

by shawn_ramsey
Tue Nov 11, 2003 2:25 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How a Case Statment works in DS
Replies: 12
Views: 2771

Add this: *(PACIFIC TRADE GENERAL): Case (( Arg1 = '588' Or Arg1 ='570' Or Arg1 ='580' Or Arg1 ='582' Or Arg1 ='583' Or Arg1 ='560' Or Arg1 ='559' Or Arg1 ='549' Or Arg1 ='565' Or Arg1 ='557' Or Arg1 ='552' Or Arg1 ='538' Or Arg1 ='555' Or Arg1 ='579' Or Arg1 ='566' Or Arg1 ='546' Or Arg1 ='574' Or ...
by shawn_ramsey
Tue Nov 11, 2003 2:18 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How a Case Statment works in DS
Replies: 12
Views: 2771

If you change your code a bit it would be easy to test if your theory is correct. Just change the Ans = 'String' to Ans = Ans : 'String'. Look at the result and see if you have concatenation of the strings. If you do then your theory is correct if not then you have some debugging to do.

Shawn
by shawn_ramsey
Fri Nov 07, 2003 3:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Interesting issue
Replies: 22
Views: 7489

I would just write a Perl script to do the monitoring. I personally prefer having the source system drop a flag or trigger file but you could easaily build a script that watches the size until it stops growing then try to open the file.

Shawn
by shawn_ramsey
Fri Nov 07, 2003 2:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage server version plus ?
Replies: 4
Views: 2153

Re: DataStage server version plus ?

We have been using the AS/400 pack from Ascential to go after the data on the AS/400. Ascential is reselling the iWay Connector (inatalled on the DataStage server) and Server (installed on the AS/400) and a plug-in to talk to the iWay Connector. It has worked pretty well for us, but we are only usin...