Search found 459 matches

by rasi
Wed Mar 08, 2006 11:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: View data on seq not working
Replies: 10
Views: 5033

Nagesh

Simtha is using /dev/null as Sequential file path
Also Siva,I am using /dev/null as the seq file path for the testing purpose
Regards
by rasi
Wed Mar 08, 2006 11:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: can we have merge stage in server jobs?
Replies: 2
Views: 1576

Hi Raghava

Welcome Aboard!...

Before routine inside datastage job will be executed before start of the job and After job routine will be executed after the job is finished.

What do you mean by datastage links?... Post your questions clearer for prompt replies.

Thanks
by rasi
Wed Mar 08, 2006 9:36 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Check for DW connection before running the job sequences
Replies: 9
Views: 3215

Kris

Seach on this forum for Wait for File Activity or poll. This has been discussed before
by rasi
Wed Mar 08, 2006 9:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Stages doubts
Replies: 4
Views: 1364

Somu

You can open the Lookup Stage Conditions dialog box by:

Double-clicking on the Condition: bar on a reference link.

Selecting Conditions from the background shortcut menu.

Clicking the Conditions toolbar button.

Selecting Conditions from the link shortcut menu.


Thanks
by rasi
Wed Mar 08, 2006 9:12 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to export jobs
Replies: 4
Views: 1929

Kiran

Are you connect to the right project. Check your selection criteria in datastage manager while doing export
by rasi
Wed Mar 08, 2006 9:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to achieve date
Replies: 13
Views: 6107

Somu I had test with your code by substuting the input to hard coded value DateToString(DateFromDaysSince(-1,StringToDate("20060726","%yyyy%mm%dd"))) I am getting the result = 2006-07-25 which is what you would expect. Check whether your input is correct. You can cut and paste th...
by rasi
Wed Mar 08, 2006 9:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Testing the code
Replies: 1
Views: 888

Smitha Moving from Development to Test and then to Production environment is not just datastage alone you need to consider all the components involved in your project. Datastage : Intially for the first time you can export the full project using datastage manager and then import into your test proje...
by rasi
Wed Mar 08, 2006 8:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: View data on seq not working
Replies: 10
Views: 5033

Smitha I am sure that you can see data in your dataset its only in your sequential file, where it reports 0 records. You are using /dev/null as path in your sequential file name which outputs to null device. That's the reason you are getting 0 records when you try to see the records in sequential. C...
by rasi
Wed Mar 08, 2006 6:24 pm
Forum: Enhancement Wish List
Topic: Document Enhancement for Functions
Replies: 11
Views: 8396

Sorry Ray I missed word "Parallel" Functions.
by rasi
Wed Mar 08, 2006 6:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: internal mechanism while running a job
Replies: 3
Views: 1409

Sunshine

There u go...Ray even found that post for you.....This time South Africa leads 2:1...Still two more matches to come....
by rasi
Wed Mar 08, 2006 6:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Stages doubts
Replies: 4
Views: 1364

Somu

Yes, you can catch record/s doesn't match in the reject link.
by rasi
Wed Mar 08, 2006 5:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: View data on seq not working
Replies: 10
Views: 5033

Smitha

Check whether you pass right value to all parameters used inside the job. Go to your unix folder and see if there is any file created in the name you had given.
by rasi
Wed Mar 08, 2006 5:20 pm
Forum: Enhancement Wish List
Topic: Document Enhancement for Functions
Replies: 11
Views: 8396

Document Enhancement for Functions

I would like to see the document comes with CD's has more information like more detailed explanation for functions with some examples. Most of the developers have this problem in getting the correct syntax.
by rasi
Wed Mar 08, 2006 5:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Function docs other than Parallel Job Developer's Guide
Replies: 2
Views: 1391

Chris

Unfortunately that's what we have as document for Functions. Even I would like to have some examples along with the function documentation. May be we should add this in the wish list for next release.

Regards
by rasi
Wed Mar 08, 2006 5:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Capturing changed column
Replies: 2
Views: 1517

Babu

Read the documentation provided for Change Capture Stage. It compares two input with the same metadata to find out whether any column/s changed. If so then it sends the change code to inform whether it is Insert Delete, Copy etc. Read the documentation for full help.