Search found 42189 matches
- Mon Apr 19, 2004 2:40 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Scheduled jobs not showing up in Director Scheduler
- Replies: 9
- Views: 2988
Hmm... the classic answer would be because you are not checking using the same userid that did the scheduling. But if it's always you, then something else must be going on. I've seen that behaviour once or twice running in a clustered environment, but I can't say for sure the clustering had anything...
- Mon Apr 19, 2004 12:32 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: COMP-3 conversion in Datastage - Strategies
- Replies: 5
- Views: 3853
A quick Google turned this up. It even quotes from an IBM reference. 
- Mon Apr 19, 2004 7:01 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Datastage execute OLD job!!!
- Replies: 2
- Views: 1064
More information please! Define 'old job' and what makes you think DataStage ran it. If you worked on a job, saved it back to the same name and recompiled it - all with no issues - there is no 'old job' for DataStage to run. Unless there's more to this story. The only other thing I can think of as a...
- Mon Apr 19, 2004 6:54 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DSRMessage
- Replies: 2
- Views: 2089
I don't know if this is different in version 5.x but in later versions it is documented (somewhat) in one of the big pdf manuals. I've looked it up before, having the same questions as you did and I don't recall where I found it - but it is there. Whichever one has the alphabetical listing of all of...
- Sun Apr 18, 2004 8:37 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: complex job Example
- Replies: 2
- Views: 994
Well. I think you are going to need to expand your question just a wee bit. What exactly are you asking? What exactly are you trying to find out? That's a pretty ambiguous question, and someone could spend quite some time banging in a rather involved answer only to find out they 'answered' the wrong...
- Sat Apr 17, 2004 8:25 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Packed Decimal in Character Format
- Replies: 5
- Views: 5060
Just to expand a little bit on what my friend, The Other Craig, said: Packed data is just that - packed. It is neither ASCII nor EBCDIC, but in a format that is identical on both ASCII and EBCDIC based systems. That's why it's very important to know when / where you have packed data in a record that...
- Fri Apr 16, 2004 12:54 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Strip non-numeric characters
- Replies: 4
- Views: 1607
- Fri Apr 16, 2004 9:34 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Oracle deletes prior to inserts
- Replies: 3
- Views: 1234
This should work ok if you use a single OCI stage, from what I recall. Depending on exactly what you are doing, sometimes setting the Rows per Transaction of the delete link to 1 solves the problem. If you are deleting existing rows based on the key you will also be inserting on, one record at a tim...
- Fri Apr 16, 2004 9:14 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: compare hash files
- Replies: 1
- Views: 841
Re: compare hash files
I tried to trasfer the data to a seq file but it is taking out the duplicate rows out. No... the hash file doesn't store 'duplicates'. If you search the forum for the terms 'destructive overwrite' you should find plenty of posts explaining how that works. The problem with comparing the data by extr...
- Fri Apr 16, 2004 7:19 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: lookup with between
- Replies: 2
- Views: 875
- Thu Apr 15, 2004 4:39 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: EBCDIC on windows
- Replies: 7
- Views: 2686
- Thu Apr 15, 2004 5:40 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: EBCDIC on windows
- Replies: 7
- Views: 2686
This isn't going to be much help, I'm afraid, but... I think you are on the right track with using the CFF Stage because of the EBCDIC. I haven't used it to speak of yet, but from what I understand it is easier to use for this purpose than using the sdk EBCDIC routines yourself, especially with embe...
- Thu Apr 15, 2004 5:28 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: LIST UV.ACCOUNT
- Replies: 11
- Views: 4792
- Thu Apr 15, 2004 5:26 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Transaction Grouping
- Replies: 4
- Views: 1152
Since no-one has replied yet... I'm assuming you have 'rollback' selected as the failure action, correct? In that case what you describe you want to happen should be what is happening - with one important clarification, depending on what you mean by 'previous' links. Since Transaction Grouping requi...
- Thu Apr 15, 2004 5:18 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error calling DSRunJob
- Replies: 1
- Views: 1378
Re: Error calling DSRunJob
I have written a routine to call a shell unix using DSRunJob function. Welcome aboard! :D If you are trying to execute a shell script - no matter what the shell script does - you need to use DSExecute instead. Only use DSRunJob to start a DataStage job (typically) from within Job Control, and then ...