Search found 15603 matches

by ArndW
Fri Jan 26, 2007 11:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Time Calculation
Replies: 3
Views: 900

You can get the time in 2 forms:

TIME() returns the number of seconds since midnight from now.

@TIME returns the number of seconds since midnight from when the routine (or job in this case) was started.[/b]
by ArndW
Fri Jan 26, 2007 11:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem in getting environment variable in routines...
Replies: 29
Views: 13520

I'm thinking not of spaces but of an extra @FM (which is what crlf's get converted to when calling shell commands)
by ArndW
Fri Jan 26, 2007 11:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Tranformer Constraint Expressions
Replies: 36
Views: 13920

The second method isn't the same. A reject link is one that is used when no other links have criteria that are true, and by putting a constraint into it you are ensuring that records do pass down it; I think your results now have identical rows going to accept and reject.
by ArndW
Fri Jan 26, 2007 11:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem in getting environment variable in routines...
Replies: 29
Views: 13520

Could you post your code where you are getting the results of the ECHO command? Perhaps there are extraneous characters in that returned string that you aren't filtering out.
by ArndW
Fri Jan 26, 2007 10:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: When checking operator error
Replies: 7
Views: 1245

or mark it as nullable in the source and put a null handler in the column definition using "edit row" in the source stage.
by ArndW
Fri Jan 26, 2007 10:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: calling c dll functions from Datastage
Replies: 7
Views: 1949

No, you can call external functions from both types DataStage but doing so from PX is much simpler and better documented. If I understood the last post correctly then this does belong in the PX forum.
by ArndW
Fri Jan 26, 2007 10:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Compile error - Subroutine failed to complete successfully
Replies: 19
Views: 7898

Peter, that does sound like an odd type of problem. The "ole" message is usually related to the link between the client and server and most often is due to a client problem. You can do a DS.REINDEX ALL without worries of corrupting your data, just ensure that nobody else in using DataStage otherwise...
by ArndW
Fri Jan 26, 2007 10:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer Space
Replies: 7
Views: 1423

I think DSGuru2B did understand your question. In your initial post you want your job to replace "AA" with "value1" and so on. If you create a lookup with the "AA" as the key and "value1" as the value and do that for all of your 2000 potential answers you need only do that one time and then use that...
by ArndW
Fri Jan 26, 2007 10:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: When checking operator error
Replies: 7
Views: 1245

How is this column defined in the DataStage job, though?
by ArndW
Fri Jan 26, 2007 8:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: calling c dll functions from Datastage
Replies: 7
Views: 1949

Moderator/Ray - but using the GCI is a Server question so I think the original question refers to Server and not parallel, but only PeterPol can tell us for sure
by ArndW
Fri Jan 26, 2007 8:32 am
Forum: General
Topic: 1 file - multiple messages to multiple outputs using header
Replies: 4
Views: 1716

Plus I'm curious as to which customer is using TX in Sheffield since I happen to be located in Yorkshire at present 8)
by ArndW
Fri Jan 26, 2007 8:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Number of virtual processors
Replies: 9
Views: 1998

DSGuru2B - there is no "grace" period for exceeding the license terms, but DataStage performance is not affected by doing so.

Craig - how long has this new licensing been in effect? I haven't installed a new license in about 6 months and hadn't seen this variation before.
by ArndW
Fri Jan 26, 2007 3:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Pb utilisation StringToDecimal fonction
Replies: 2
Views: 1997

(best to stick in English in this forum) In Server jobs the conversion from a string to a decimal can be done differently. There are really no explicit data types and if you have a string that you wish to treat as a number you can just use it in a numeric function and let DataStage do an implicit co...
by ArndW
Fri Jan 26, 2007 3:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Pb utilisation StringToDecimal fonction
Replies: 2
Views: 1997

La fonction "StringToDecimal" n'existe pas dans DataStage Serveur, juste en PX.
by ArndW
Fri Jan 26, 2007 3:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to view dataset using Data Set Managment in Manager
Replies: 11
Views: 4370

The filename format indicates that you are trying to view a dataset by referencing one of the data files and not the descriptor file. You need to reference your .ds descriptor file to view the dataset.