Search found 595 matches

by kandyshandy
Wed Mar 14, 2012 9:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading multiple files using sequential file or other stage
Replies: 7
Views: 3357

qt_ky wrote:So the file pattern in that case would need to be something like *.txt or *.* ?
This works for sure as i have used in the past.

IBM documentation says like Craig said but no luck when i tried few years ago.
by kandyshandy
Wed Mar 14, 2012 9:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to Insert into Oracle Database
Replies: 8
Views: 4569

To understand the syntax that the stage is expecting, first select "Auto-generated update & insert" and you can see it. You can copy the auto-generated one and modify as you need. Just add surrogate key column to the column list and add the value as Eric mentioned. How many columns do ...
by kandyshandy
Wed Mar 14, 2012 9:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to Insert into Oracle Database
Replies: 8
Views: 4569

Record is being rejected or ignored? Do you have a reject link which writes to a sequential file? If yes, that would give more information why the reecord is rejected. Make sure you enable a property within Enterprise stage to get the rejected record. Anyways, do you have an Oracle sequence created ...
by kandyshandy
Wed Mar 14, 2012 9:03 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job is not calling the routine...
Replies: 4
Views: 2190

You can very well compile the job in DEV environment rather than doing any export/import again.

Anyways, tell us what your routine is doing?
by kandyshandy
Wed Mar 14, 2012 3:32 am
Forum: General
Topic: DataStage Designer collides with QTP -QuickTest Professional
Replies: 4
Views: 3593

It's time to inform your administrator or open a PMR.
by kandyshandy
Wed Mar 14, 2012 3:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ADD date to target files
Replies: 3
Views: 3275

I don't know your easy way but it is possible. Get sysdate and pass it as a parameter to the job that creates the file.... Got to use sequence ;)
by kandyshandy
Mon Mar 12, 2012 3:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Read "|" delimited data from a java code.
Replies: 6
Views: 2021

But want know how recieve the data as seperate columns from the Code. I answered your question but did not say that it is the best method. Anyways, column export can't be used for your case. It's column import to split one field into multiple. You can also use transfomer stage but you need to decid...
by kandyshandy
Mon Mar 12, 2012 2:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Help with Date logic
Replies: 14
Views: 4394

ah.. Should have phrased it differently. ;) Kryt0n, 2000 is evenly divisible by 100 and 400, & so it is a leap year. My other condition is "Not evenly divisible by 100 but evenly divisible by 4". This is applicable for years that are not centenaries.. If none of the above conditions is...
by kandyshandy
Mon Mar 12, 2012 2:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: script to process a file
Replies: 15
Views: 4718

This is not the answer for your question. But it would be great if you locate 'Help' button on the start loop activity ;) That will give you enough information
by kandyshandy
Mon Mar 12, 2012 2:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Read "|" delimited data from a java code.
Replies: 6
Views: 2021

You can change your JAVA code to return multiple columns as output. I have seen this in at least 1 project.
by kandyshandy
Sun Mar 11, 2012 8:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Scenario
Replies: 5
Views: 2138

What about second & third run's output? :roll:
by kandyshandy
Sun Mar 11, 2012 8:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Help with Date logic
Replies: 14
Views: 4394

Eric, good one.. i was asking about any other mathematical way ;)
by kandyshandy
Fri Mar 09, 2012 3:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Scenario
Replies: 5
Views: 2138

Why on friday? ;)

Explain us what you are trying to achieve in english.
by kandyshandy
Fri Mar 09, 2012 3:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Help with Date logic
Replies: 14
Views: 4394

got this one from wiki.. may be useful to know.

How to find if a year is a leap or common?

Not evenly divisible by 100 but evenly divisible by 4.
or
Evenly divisible by 100 and evenly divisible by 400.

;)

Any other logic available?
by kandyshandy
Fri Mar 09, 2012 3:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Converting multiple columns to single row
Replies: 9
Views: 3660

such a non-realistic requirement?