Search found 42189 matches

by chulett
Tue Aug 11, 2009 5:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need information about the sort option in merge stage..
Replies: 6
Views: 1552

I believe you are telling it the data is already sorted, not asking it to sort the data.
by chulett
Tue Aug 11, 2009 5:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dsadm previledges to view list of process in datastage
Replies: 3
Views: 1150

Never seen such a thing. Any user should show you 'processes', it's just that they may not be able to affect any of them. :?
by chulett
Tue Aug 11, 2009 5:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Need do devide the numbers if '/' is found in the number
Replies: 1
Views: 1037

Write a routine. Use Index() to check for the "/".

Field(YourColumn,"/",1,1) would get the first field from a "/" delimited string while Field(YourColumn,"/",2,1) would get the second. Divide the two results.
by chulett
Tue Aug 11, 2009 5:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Wait for file activity in Datastage Sequence Job
Replies: 3
Views: 12974

For the WFF stage, as noted you'd need to figure out the right date first. For a true 'wildcard' solution, I'd suggest a script.
by chulett
Tue Aug 11, 2009 5:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: File Access issue
Replies: 10
Views: 2310

There could be some stray characters at the end you cannot see. What happens if you try:

/dstage/appl/inbox/Misc> cat rew.Flat_Fee_LocationExclusionList.csv*
by chulett
Tue Aug 11, 2009 5:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: shared container to job
Replies: 2
Views: 1171

You can either copy/paste the stages from the Shared Container into the job or first add the SC to the job and then 'deconstruct' it.
by chulett
Tue Aug 11, 2009 5:18 am
Forum: General
Topic: Converting hex to char
Replies: 14
Views: 4272

Marbis, please start your own post on this subject.
by chulett
Tue Aug 11, 2009 5:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: difference between Dynamic_RDBMS and oracle OCI stage
Replies: 14
Views: 7554

It's an interface and it is what the OCI stage uses exclusively. The DRS stage can use that or ODBC to communicate with Oracle.
by chulett
Mon Aug 10, 2009 11:26 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dsadm previledges to view list of process in datastage
Replies: 3
Views: 1150

So... are you saying that if you switch both Cleanup Resource windows to show 'All', nothing shows up? :?
by chulett
Mon Aug 10, 2009 9:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Finding an entire element in a string
Replies: 3
Views: 1071

First off, the Index function doesn't return 'true' it returns the starting position where it found the substring and you can treat that as 'true' but it's technically not what was returned. A trick to solve that problem is to add your internal delimiter to both ends of the string and then look for ...
by chulett
Mon Aug 10, 2009 9:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Renaming of project
Replies: 1
Views: 1348

Nope. There is no option to rename a project, so you accomplish it by doing exactly what you did.
by chulett
Mon Aug 10, 2009 9:33 pm
Forum: General
Topic: Seq Increment
Replies: 6
Views: 1413

Yup, thank you Mr Wurlod and nope, nothing missing below logic. :wink:
by chulett
Mon Aug 10, 2009 4:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC connectivity error with PX engine but NOT server engine
Replies: 1
Views: 894

What stage are you using in the PX job, Ray?
by chulett
Mon Aug 10, 2009 4:01 pm
Forum: General
Topic: Seq Increment
Replies: 6
Views: 1413

It would help if we had a clue what you are doing - sounds like it doesn't think your sorted is already sorted. If you are trying to do the Key Change thing, make sure only your "Id" field is noted as your key field. If that doesn't work out, skip the sort and just use stage variables: Var...
by chulett
Mon Aug 10, 2009 3:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Scheduler
Replies: 7
Views: 2515

I already gave you the paths.