Search found 53125 matches
- Wed May 17, 2006 8:54 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Working with .H file
- Replies: 3
- Views: 877
Re: Working with .H file
I've the flow job of my project written in a .H file and called in the Master job with $INCLUDE DSINCLUDE MASTER.H. My question is, how is it the best way to work with .H file? Is it possible to import them in an DS editor to validate the code? Thanks Nic I'd be surprised if your first assertion we...
- Wed May 17, 2006 8:51 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Query in Adnministrator Command prompt
- Replies: 2
- Views: 703
- Wed May 17, 2006 7:59 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Syntax issue using execute and capturing
- Replies: 29
- Views: 6974
- Wed May 17, 2006 6:49 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Syntax issue using execute and capturing
- Replies: 29
- Views: 6974
In BASIC you should use Pick style SELECTs and not SQL SELECTs. Why? They are equally valid. The SQL SELECT with a TO SLIST clause generates an identical Select List to the RetrieVe SELECT, with the added advantage that it's easier to save a list of secondary key values (no need for SAVING or SAVIN...
- Wed May 17, 2006 6:34 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Problem with Multiple instance job
- Replies: 9
- Views: 2081
"&" is a meaningful character to the shell. You must escape or quote it.
or
Code: Select all
cd \&PH\&or
Code: Select all
cd '&PH&'- Wed May 17, 2006 6:32 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Transformation
- Replies: 5
- Views: 1899
- Wed May 17, 2006 6:31 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: 'Wait For File Activity’ stage limitation
- Replies: 1
- Views: 2673
You will need to use a Routine activity. It is important that the file is moved before or after processing, so that a subsequent scan does not find the file again. Imagine that you have three arguments to the routine; the directory where the files land, the directory to which they are to be moved fo...
- Wed May 17, 2006 4:42 pm
- Forum: Site/Forum
- Topic: Posts per day
- Replies: 13
- Views: 7111
Posts per day
The number of posts per day here is growing. One piece of evidence for this is the time needed to read through them all. Another is the number requiring replies. Over the past few months, my long-run average number of posts per day has climbed from 8.33 to just over 9. Here's one for the arithmetici...
- Wed May 17, 2006 4:38 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Strange Ora stage error in a simple job
- Replies: 1
- Views: 639
Do you actually have a table name in the Table Name field when using generated SQL? Something of this ilk has been seen and discussed on the forum before, when there was some "memory" of a previous iteration of the design-time objects. If I recall correctly, the fix was to emplace a replacement OCI ...
- Wed May 17, 2006 4:36 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Passing values to Start Loop stage list type.
- Replies: 2
- Views: 998
The StartLoop activity does not read a file. You would need to construct an expression of some kind that generated a "list of things" by reading the file. Read the help and the manual on the StartLoop activity to get some ideas. One is to cat the file and tr the line terminators into delimiter chara...
- Wed May 17, 2006 3:03 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: First Saturday of the month
- Replies: 8
- Views: 4005
- Wed May 17, 2006 3:01 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: mkdb.file and create.file
- Replies: 4
- Views: 1753
Re: mkdb.file and create.file
gurus, can anybody tell me what mkdb.file and create.file will do in the hashed file context.what kind of hashed file both the command will create? my second question is what are the problems in loking up a database table not a hashed file? please put some light on the above question. thanks in adv...
- Wed May 17, 2006 3:00 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How tp open and read the contents of a hash file
- Replies: 2
- Views: 893
- Wed May 17, 2006 2:59 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Export and Import of Datastage components
- Replies: 4
- Views: 4577
- Wed May 17, 2006 2:53 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DataStage 7.5.2
- Replies: 6
- Views: 2064
Re: DataStage 7.5.2
ccatania wrote:I had heard that there could be some loss in DataStage functionality when sites upgraded to DS 7.5.2.
Where? Please advise your source (so we can weight its reliability in our minds), and any further information that may have been imparted, such as what particular loss.