ArndW wrote:...You will see that your format is wrong, it should be "D2/DMY[2,2,2]"...
Search found 15603 matches
- Sat Jul 07, 2007 2:09 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Date Validations in Datastage
- Replies: 34
- Views: 20353
- Sat Jul 07, 2007 2:07 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Getting the Jobs list in the Export file
- Replies: 6
- Views: 1705
- Sat Jul 07, 2007 2:02 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Creating 64 bit hash file
- Replies: 23
- Views: 5341
I usually prefer to create a new 64BIT file with a minimum.modulo and then copy the original data over. This leaves me more comfortable with going away and having lots of coffee or a dinner and a movie while the file is being loaded. The issue with the RESIZE is that the file gets locked and if some...
- Sat Jul 07, 2007 1:53 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Load Vs Upsert in Oracle Enterprise Stage
- Replies: 5
- Views: 2002
You probably have it but can't find it. Sometimes "find" doesn't locate files the way it should. I can't remember where those files are created, but would think somewhere in the Oracle directory tree. You will need to search around a bit - perhaps look for "ora*.log" to locate the correct directory.
- Sat Jul 07, 2007 1:45 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Data set stage question
- Replies: 6
- Views: 1222
Re: Data set stage question
...But when i run them from sequencer, the datasets are not updated with correct/latest information... What is your timing in the sequencer, you should have the completion of the first job trigger the next; it seem that you are not doing this and thus might be getting a copy of the old datasets bef...
- Sat Jul 07, 2007 1:34 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: HOw to restore the cleanup project files???
- Replies: 11
- Views: 1936
Just so I understand what you tried, you have a .dsx export file and now you call up the import datastage components tab in the manager, and select the "import selected" tab. You then get a screen where you can select the job(s) to import and after you select the one job to restore you then get an e...
- Fri Jul 06, 2007 2:26 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Number of processors used
- Replies: 8
- Views: 2372
Often a 1-node configuration will run better than a 2 or 4 node configuration. It is hard to know which level of parallelism will result in best performance in a production environment. My approach is: a) Always design with a 2 (or more) node configuration. This ensures that your lookup and other pa...
- Fri Jul 06, 2007 2:19 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: getting the timestamp value of executable file
- Replies: 5
- Views: 1297
You can get the job number by issuing the TCL or Admin command "SELECT JOBNO FROM DS_JOBS WHERE NAME EQ '{jobname}'", then go into the subdirectory RT_SC{jobno} and look at the UNIX date/time created stamps on the files in there. Offhand I can't recall the names, but I think the file OshScript.osh w...
- Fri Jul 06, 2007 2:13 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Date Validations in Datastage
- Replies: 34
- Views: 20353
- Fri Jul 06, 2007 2:08 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Creating 64 bit hash file
- Replies: 23
- Views: 5341
- Fri Jul 06, 2007 2:04 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: comparing two alpha numeric strings?
- Replies: 2
- Views: 844
- Fri Jul 06, 2007 2:01 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Getting the Jobs list in the Export file
- Replies: 6
- Views: 1705
I'm not at a machine with an export file, but I think should do the trick
Code: Select all
cat {file.dsx} | grep BEGIN DSJOB | wc -l- Thu Jul 05, 2007 11:10 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Routine returning weired value for calculating factorial
- Replies: 16
- Views: 4497
- Thu Jul 05, 2007 11:07 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Date Validations in Datastage
- Replies: 34
- Views: 20353
- Thu Jul 05, 2007 9:22 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Process id, how to find for a particular job
- Replies: 10
- Views: 3348