Search found 42189 matches

by chulett
Sun Feb 03, 2008 8:59 am
Forum: General
Topic: Unable to shutdown DataStage
Replies: 7
Views: 2372

Already have advised you - get an SA involved if ports have hung for any length of time, they can clear them. Normally, I see everything clear in 10 or 15 minutes unless you still have processes on those ports.
by chulett
Sun Feb 03, 2008 8:24 am
Forum: General
Topic: Unable to shutdown DataStage
Replies: 7
Views: 2372

Have you actually shutdown DataStage yet? If you have and the ports are still hung, involve an SA to get them cleared. Otherwise it needs to come down first and then work to clean up what's left.
by chulett
Sun Feb 03, 2008 8:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem in stopping Datastage server
Replies: 5
Views: 4996

$DSHOME/bin/dssh

Get an SA involved if ports are hung and not clearing on their own, they have The Power.
by chulett
Sun Feb 03, 2008 8:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multiple Instance Job - Need help
Replies: 4
Views: 1492

No, you cannot use a 'dot' in the InvocationID as it is the separator between the job name and the Id itself.
by chulett
Sun Feb 03, 2008 8:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to transform EBCDIC packed decimal into ASCII?
Replies: 3
Views: 2974

Packed is packed and is neither ASCII nor EBCDIC. So while you do indeed need to convert character data as you've noted, packed fields need no such thing, and any 'conversion' will destroy them. You simply need to 'unpack' them. Now, I haven't used the CFF stage so can't you specific advice there bu...
by chulett
Sat Feb 02, 2008 5:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: what is best way to do ?
Replies: 15
Views: 3585

First thing I tried when I saw your post was 'man source' but on our HP-UX systems I got nada. Guess I'll stick with the short form. :wink:
by chulett
Sat Feb 02, 2008 8:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Fuction call is illegal at this point
Replies: 8
Views: 1448

Sure doesn't seem like it. :cry:
by chulett
Sat Feb 02, 2008 8:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: what is best way to do ?
Replies: 15
Views: 3585

Not quite sure what 'source' is, so...

command: sh
parameter: cd #pathname# && ls -1|grep "xyz"|sort -u -r -t"." +5|head -1

Where 'pathname' is a job parameter for the directory to execute the command in - in your case that would be '/etl/source/data'.
by chulett
Sat Feb 02, 2008 8:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Pls conver these SQL to Teradata SQL
Replies: 2
Views: 1205

No thank you. Surely there is someone you work with that could help you with that.
by chulett
Fri Feb 01, 2008 6:01 pm
Forum: General
Topic: Diff between two dates in Datastage
Replies: 4
Views: 18518

Welcome! :D Dates need to be converted to 'internal' format first, then those two dates can simply be subtracted to get the number of days between them. Is that the unit of difference you are interested in - # of days? The IConv function will do the conversion for you, basically: IConv(YourDate,...
by chulett
Fri Feb 01, 2008 8:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequential file
Replies: 4
Views: 1559

So just edit it, no need to post again.
by chulett
Thu Jan 31, 2008 10:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequential file
Replies: 4
Views: 1559

If your Empno is a fixed width, why not read your file with comma delimiters and then split your first field? Substring out the first three characters, the rest goes to Empname.
by chulett
Thu Jan 31, 2008 4:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to refresh a lookup in every job iteration
Replies: 9
Views: 1851

You couldn't have missed much... check again. However, the 'expense' is well worth it. Not only are you helping support the site that helps support you, but from what I'm told there's more goodies on the way for Premium Members. Not only that, but you'd get full access to all of the Wurlod Goodness ...
by chulett
Thu Jan 31, 2008 3:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sequential file error
Replies: 9
Views: 3874

That would have been good to know. Sounds like you've got the source file wrong - is it fully pathed and spelled correctly? And you'll need to add it to the actual filter command in this case, I do believe.