Search found 42189 matches

by chulett
Wed Dec 31, 2008 12:13 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage not identifying Varchar
Replies: 14
Views: 5007

Can you please post some examples of the full values being passed as Arg1 here, ideally ones that work and ones that don't.

Edited to add: Never mind - "but if we give 45e45 then it doesnt identify it as varchar". That's because 45e45 is a number - in scientific notation.
by chulett
Wed Dec 31, 2008 12:07 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage not identifying Varchar
Replies: 14
Views: 5007

Re: DataStage not identifying Varchar

FYI - always use the "Code" tags when posting code or anything else that requires the preservation of whitespace, otherwise the forum software will automatically collapse it down. Helps make it actually readable, assuming there was proper indentation done in the first place, that is. Hi i ...
by chulett
Wed Dec 31, 2008 11:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unrecognized argument:
Replies: 8
Views: 2175

WHERE LST_UPDT_DTTM <= TO_DATE('#pDATE#','YYYY-MM-DD HH24:MI:SS')
by chulett
Wed Dec 31, 2008 11:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Get data from a source excel file with multiple worksheets
Replies: 1
Views: 721

Try an exact search for "system table".
by chulett
Wed Dec 31, 2008 11:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage not identifying Varchar
Replies: 14
Views: 5007

Aborts how?
by chulett
Wed Dec 31, 2008 10:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CDC Stage Warning
Replies: 7
Views: 2890

If nothing there helps, come back and tell us what you tried and how (if any) the behaviour of the problem changed... and we'll see where we go from there. :wink:
by chulett
Wed Dec 31, 2008 10:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CDC Stage Warning
Replies: 7
Views: 2890

First suggestion - try searching the forums for a common (non-unique) portion of your error message. For example, an exact search for "When checking operator: Defaulting" found 31 matches.
by chulett
Wed Dec 31, 2008 8:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: User Defined Query File in DRS Stage
Replies: 5
Views: 6415

Interesting... I'd never seen that syntax until you posted it but on digging back through all of the pdf documents, most of the database stages mention it: If your entry begins with {FILE}, the remaining text is interpreted as a pathname, and the contents of the file supplies the text for the query....
by chulett
Wed Dec 31, 2008 8:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: issue while the parameter value
Replies: 9
Views: 2130

Searching for "ParamValue/Limitvalue is not appropriate" would have answered all of your questions as you are not the first to encounter it.
by chulett
Wed Dec 31, 2008 8:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Hashed file
Replies: 10
Views: 1917

Didn't mean it was an O/S command. You'd either need to run it from a dssh 'session' or leverage dssh to run it directly. For example:

viewtopic.php?t=124090
by chulett
Wed Dec 31, 2008 12:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unrecognized argument:
Replies: 8
Views: 2175

That way is fine. Another way is to leverage the USERSTATUS area rather than an intermediate file.
by chulett
Wed Dec 31, 2008 12:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: datastage scheduler
Replies: 16
Views: 8732

The UNIX 'at' is not quite the same as the Windows 'at'... and yes, the latter is what does all the scheduling when DataStage is installed on Windows.
by chulett
Tue Dec 30, 2008 9:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: datastage scheduler
Replies: 16
Views: 8732

For completeness, DataStage leverages cron for recurring schedules and at for 'one off' schedules - so you may need to check both to see everything.
by chulett
Tue Dec 30, 2008 8:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unrecognized argument:
Replies: 8
Views: 2175

Several problems. An unmatched #, lack of quotes around the pDate parameter and the use of TO_CHAR() when you should be using TO_DATE() and that only on the 'right-hand side' of the expression.
by chulett
Tue Dec 30, 2008 8:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Hashed file
Replies: 10
Views: 1917

Oddly enough, that is the command you would use.