Search found 4605 matches
- Thu Sep 16, 2004 10:03 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Microsoft SQL Server drivers from UNIX
- Replies: 3
- Views: 768
- Wed Sep 15, 2004 11:23 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Finding all jobs that are using 'Create Table' option in OCI
- Replies: 4
- Views: 1487
- Wed Sep 15, 2004 11:20 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Field function
- Replies: 10
- Views: 2390
- Tue Sep 14, 2004 8:34 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: encrypted environmental variable
- Replies: 4
- Views: 1480
- Fri Sep 10, 2004 3:14 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ETLSTATS Help
- Replies: 1
- Views: 668
- Fri Sep 10, 2004 1:05 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DSJHOSTNAME returning old machine name
- Replies: 4
- Views: 1012
- Fri Sep 10, 2004 9:16 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Hash file maximum number of columns
- Replies: 11
- Views: 4010
- Fri Sep 10, 2004 9:11 am
- Forum: Site/Forum
- Topic: Forum Heroes
- Replies: 5
- Views: 3267
- Fri Sep 10, 2004 9:09 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Analyzing directory Hash Files
- Replies: 6
- Views: 2788
- Thu Sep 09, 2004 3:26 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: multiple instance job
- Replies: 3
- Views: 967
I figure out a head of time what to name my instance ids. In the EtlStats the sequence name or job name is the instance id. I know you can't always do that but if you can then it makes it easier. My problem is it is harder to reset these types of jobs. If one fails then it will not run the next time...
- Thu Sep 09, 2004 3:20 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: using shell Script to access Stored Proc
- Replies: 13
- Views: 4226
- Thu Sep 09, 2004 12:33 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Loading Hash File
- Replies: 14
- Views: 3217
When you have a hash file that large you need a minimum modulo. Do a search this has been covered a lot. Usually if a hash file hangs it is not resizing. Dynamic hash files split one group of records into 2 groups to resize. So as the modulo grows from 1 to several hundred thousand then you had lots...
- Thu Sep 09, 2004 12:25 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: using shell Script to access Stored Proc
- Replies: 13
- Views: 4226
James You can download EtlStats which is several jobs which will extract job start and end times plus row counts and push them into a database. You download on Ascential's ADN or my tips page below. Save you lots of time. It will get row counts for all job, all jobs in a sequence, all jobs in a cate...
- Thu Sep 09, 2004 12:19 pm
- Forum: Site/Forum
- Topic: Forum Heroes
- Replies: 5
- Views: 3267
- Thu Sep 09, 2004 8:36 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Validating Dates from a source file
- Replies: 6
- Views: 2079
You can use oconv(ColName,"D4-YMD"). There are several posts on how to check for a valid date. Do a search. You do not need it to be 9999-99-99. It can deall with 9999-9-9 or whatever. It is very flexible. If it not is valid then iconv() will have an error code in @STATUS or STATUS command. It shoul...