Search found 42189 matches
- Thu Aug 05, 2004 11:28 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: different timestamp formats: DB2 (OS/390) vs Oracle
- Replies: 2
- Views: 1668
- Thu Aug 05, 2004 6:43 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ORA-01461: if there is more than 1 VARCHAR2(2000) field
- Replies: 10
- Views: 8126
- Wed Aug 04, 2004 11:37 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Jobs "Hanging"
- Replies: 9
- Views: 3983
Craig, could you define 'large' please? Not really. Large is a relative term and would vary from system to system. I'm just saying that, once a job has completed, that phantom entry has served its purpose and is no longer required. It is a Good Practice to help keep their numbers under control and ...
- Wed Aug 04, 2004 8:59 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Fast way for SAVE AS
- Replies: 6
- Views: 1402
Probably a little less risky if you export to an XML file and edit that. And I'd suggest doing the export, making a copy of it and then editing the copy. That way you've got something to fall back on if a subsequent import of the edited file horks things up. Or if you happen to hork it up... not tha...
- Wed Aug 04, 2004 2:41 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Internal Error 39202
- Replies: 5
- Views: 2821
- Wed Aug 04, 2004 12:38 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Internal Error 39202
- Replies: 5
- Views: 2821
Ugh... I hope you have a backup. You're probably going to need someone like Ray (someone who understands the internals of DataStage) to answer your question. My understanding is that this probably was not a Good Thing to do. From what I remember it will convert all hash files in the engine to 64bit,...
- Wed Aug 04, 2004 12:22 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Function to check for non-integer
- Replies: 2
- Views: 974
The Num function checks for numeric values. You could simply 'not' it:
Code: Select all
If Not(Num(Field_name_A)) then 0- Wed Aug 04, 2004 9:08 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How do you connect to Sql Server 2000 through ODBC
- Replies: 2
- Views: 863
Did you find this thread? On the subject of searching pdfs, Acrobat has the ability to search through more than one pdf at a time. There is an option to 'Search all PDF documents in the following folder', all you need to do it point it to where your DataStage documentation is and you should be set. ...
- Wed Aug 04, 2004 6:49 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Folder Stage
- Replies: 7
- Views: 3118
Well, the only 'restriction' I am aware of is the fact that the root directory of any drive is the only one with a limit to the number of entries it can contain. Don't recall the actual number, and this may be a thing of the past, but it certainly was an issue Back In The Day. Besides, as Ray mentio...
- Wed Aug 04, 2004 6:45 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Email Notification
- Replies: 2
- Views: 977
- Wed Aug 04, 2004 6:43 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ODBC and OCI Stages
- Replies: 3
- Views: 1183
- Wed Aug 04, 2004 6:39 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: To Run a Job thro Routines
- Replies: 3
- Views: 1008
- Wed Aug 04, 2004 6:37 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Send SMS thro Datastage...
- Replies: 10
- Views: 4123
Re: Sending SMS from DataStage
My current client would like to know how you implement this. Please? Really? Morney has posted quite a bit of the gory detail, but it really just boils down to sending a short email to a text message enabled pager or cell phone. For example, here I would simply send an email to my 10 digit phone nu...
- Wed Aug 04, 2004 6:27 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Problem with Routine
- Replies: 1
- Views: 1733
Because DataStage has no clue that the functions you are trying to call are job control functions. Without you helping out, it thinks they are variables that you have never declared, i.e. never 'dimensioned'. Add this to the top of the routine: $IFNDEF JOBCONTROL.H $INCLUDE DSINCLUDE JOBCONTROL.H $E...
- Wed Aug 04, 2004 6:22 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ORA-01461: if there is more than 1 VARCHAR2(2000) field
- Replies: 10
- Views: 8126
What Oracle client are you using with DataStage? I guess for a Windows server, the correct question would be - which Client is your default home? Also, are you using a Transformer between the stages you are indicating? Best Practice says you should always use an Active stage (like the Transformer) t...