Search found 15603 matches
- Thu Aug 24, 2006 7:06 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Parameters for IF condition
- Replies: 5
- Views: 1066
There are too many ways to do this to answer, at least given the information in the request. If your column length is always 1 and starts with "A" you could index with a simple SEQ(In.Col)-64 to get a number. If you column is of variable length then this method won't work, but if all columns are of ...
- Thu Aug 24, 2006 4:33 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Not able to fetch any record.
- Replies: 7
- Views: 1880
- Thu Aug 24, 2006 4:32 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to obtain the starttimestamp of the parent-sequencer
- Replies: 15
- Views: 5712
Assign JobHandle = DSJ.ME and then write a loop that uses a call to DSGetJobInfo(JobHandle,DSJ.JOBCONTROLLER) to get the parent job, then open up that job and issue the call again until you have found the ultimate parent process and then use another call to DSGetJobInfo to retrieve the start time. E...
- Thu Aug 24, 2006 2:09 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Not able to fetch any record.
- Replies: 7
- Views: 1880
- Wed Aug 23, 2006 10:19 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Trouble creating hashed file during first run
- Replies: 2
- Views: 1176
The shared container is like a normal high-level language INCLUDE or INSERT statement and gets compiled as part of the job. DataStage does put the IDENT{nn} stages automatically between two passive stages (in this case the TeraData and Hashed file stage. Because of the way the the shared container g...
- Wed Aug 23, 2006 9:08 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Dataset file not being created!
- Replies: 12
- Views: 7238
- Wed Aug 23, 2006 8:28 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Problems concerning implicit trasformation of a string
- Replies: 12
- Views: 2671
OK. LEN('x':CHAR(000):CHAR(000)) is 3 but you are getting 0. Either DataStage has a bug in your case and is adding two characters to the record or you might be looking at the wrong data. Could you check to make 100% certain? Is this a server job (if it is a PX job then a possible cause is the row ou...
- Wed Aug 23, 2006 8:24 am
- Forum: Site/Forum
- Topic: Ken Hits 4000
- Replies: 17
- Views: 8797
- Wed Aug 23, 2006 8:23 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Dataset file not being created!
- Replies: 12
- Views: 7238
Re: Dataset file not being created!
...>##E TFDR 000001 07:02:49(006) </home/mfarid/ds/Output.ds> Data set initialization for "/home/mfarid/ds/Output.ds": This input-file data set does not exist: /home/mfarid/ds/Output.ds... DataStage thinks that this is an input stage, i.e. a source, and not a target. Are you sure of your design and...
- Wed Aug 23, 2006 4:00 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: where to locate .dshome file
- Replies: 7
- Views: 3594
There can be a hidden file in the root directory called ".dshome" which contains the fully qualified path to the DS server directory. This ends with "/DSEngine". This file is not present when multiple DS engines are installed on the same machine. Since the file is missing and you only have one engin...
- Wed Aug 23, 2006 3:58 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Cannot logon to Datastage- error 80011, 81011
- Replies: 8
- Views: 8721
psv, you can see the additional text by becoming a premium member. The costs really aren't that high considering the time savings (perhaps not for this issue, but for future ones). Did anything go wrong with the install? I think it is worth trying to get someone with root password to try connecting,...
- Wed Aug 23, 2006 3:52 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: dsjob -logsum -type -INFO -max 50
- Replies: 5
- Views: 1637
- Wed Aug 23, 2006 3:47 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Cannot logon to Datastage- error 80011, 81011
- Replies: 8
- Views: 8721
- Wed Aug 23, 2006 3:44 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Problems concerning implicit trasformation of a string
- Replies: 12
- Views: 2671
- Wed Aug 23, 2006 3:00 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: replace
- Replies: 10
- Views: 2759
Even shorted derivation:
Code: Select all
"xyz":In.Col[2,99999]