Search found 15603 matches

by ArndW
Wed Oct 15, 2008 1:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: abort after 50 warnings
Replies: 8
Views: 1649

How did you start the job - the warning settings are changeable when starting the job.
by ArndW
Wed Oct 15, 2008 1:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to get end date of the month
Replies: 5
Views: 2965

I would use the following logic:

1. Convert the DSJobStartDate to a string in the format YYYY-MM-DD
2. Replace the last two characters in the string with 01
3. Convert the String back to a Date
4. Subtract 1 day from the Date
by ArndW
Wed Oct 15, 2008 1:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Removing Embedded Carriage Returns
Replies: 10
Views: 5043

In your DataStage job use "CONVERT(Char(13),'',In.StringColumn)" to remove internal Control-M characters.
by ArndW
Wed Oct 15, 2008 1:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: rounding issue while loading in to sql server
Replies: 4
Views: 859

What is your source data type, are you doing an implicit conversion to float in the transform stage?
by ArndW
Wed Oct 15, 2008 1:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Control de max # of Job related processes running on windows
Replies: 12
Views: 2964

We did something similar at a project in the UK once, I think we called the application the "throttler" and we also put a lot of thought into which metric we were going to use in order to decide whether or not a new Job could be started or have to continue to wait. It got complicated, there were 2 t...
by ArndW
Wed Oct 15, 2008 1:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can SFTP be used within FTP plug in Stage
Replies: 3
Views: 1158

No, the FTP stage makes direct FTP calls. If you need to use SFTP then it will have to be done by invoking it directly and then transferring the file to the DataStage in order to be processed.
by ArndW
Wed Oct 15, 2008 1:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to change metadata in runtime of a Datastage job?
Replies: 7
Views: 2657

runtime column propagation is used throughout DataStage PX jobs.
by ArndW
Tue Oct 14, 2008 11:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Partitioing Issue...
Replies: 1
Views: 875

Your lookup is set to "fail" if not successful. Change the lookup stage settings.
by ArndW
Tue Oct 14, 2008 5:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error with view data in sequential file
Replies: 1
Views: 577

Yes, make sure that the specified path is valid.

Did you specify an absolute or a relative path? Does the file exist in the path specified? Does your userid have access to it?
by ArndW
Tue Oct 14, 2008 5:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Yeild to Price
Replies: 2
Views: 782

Which formula did you use for your "Yield to Price"?
by ArndW
Tue Oct 14, 2008 5:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Need to pass DSProjectName macro as a parameter to Before jo
Replies: 8
Views: 2368

What value does it get in the script?
by ArndW
Mon Oct 13, 2008 11:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Migration Issue
Replies: 8
Views: 1660

I don't know what to do. You don't have any examples or details and nobody knows what your job does or what your environments look like. I think that Ray has a RMM stage that might help, but that is going to be the only hope unless you can provide some details.
by ArndW
Mon Oct 13, 2008 10:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DISKS STATUS
Replies: 1
Views: 616

No, DataStage does not reserve it's own space. The command is a holdover from the UniVerse implementation on PRIMOS, where the STATUS command was commonly used. On UNIX the "STATUS" command executes a "ps" command, I can't recall what the corresponding one on Windows is.
by ArndW
Mon Oct 13, 2008 9:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORA-12519: TNS:no appropriate service handler found
Replies: 6
Views: 2494

What stage are you using? Are you using the same 3 values in the job, particularly the service name, as you did in the SQLplus command?
by ArndW
Mon Oct 13, 2008 9:50 am
Forum: General
Topic: renew datastage license
Replies: 3
Views: 1710

Thanks, sjfearnside - I was still in V7 mode!