Search found 5168 matches

by kumar_s
Tue Feb 20, 2007 5:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warning with PWD environment!
Replies: 6
Views: 2583

Create a environmental variable PWD and add the path which points to your project directory. "/etld/etl/ascential/Ascential/DataStage/Projects/MARINA".
Or you can alternatively specify '.', which is the CWD.
by kumar_s
Tue Feb 20, 2007 5:20 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Pipes in Filter Command of Sequential file
Replies: 13
Views: 2787

Pretty good alternative. :!:
by kumar_s
Tue Feb 20, 2007 5:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Partitioning in Lookup Stage
Replies: 6
Views: 9626

1. Most probably yes (as per documentation), but If I were you, I wont take risk to leave Datastage to decide upon the partition. I ll do it manually. 2. Yes if both the streams are partitioned on HASH on the lookup key , and if you are sure that both will be partitioned exactly the same, it will wo...
by kumar_s
Tue Feb 20, 2007 5:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with change capture
Replies: 2
Views: 721

Once the file is written into to OS, it could not discriminate whether its from Server or parallel job. Unless its specific file types like dataset, hashed file etc. If I understand properly, in your case,you are trying to match between a Sequential file produced by some PX job and a Hashed file pro...
by kumar_s
Tue Feb 20, 2007 5:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: FTP text file from CD
Replies: 9
Views: 1228

Once the CD is mounted in Unix, you should be able to access it as usual.
by kumar_s
Tue Feb 20, 2007 4:59 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: FMT function
Replies: 7
Views: 10497

If it decimal, FMT(in.Col, "9'0'R2") this should take care.
by kumar_s
Tue Feb 20, 2007 4:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Pipes in Filter Command of Sequential file
Replies: 13
Views: 2787

May be its trying to pipe the output of the command previous to the '|' and hence failing. As mentioned, creating a new file with this command in before job subroutine will do.
by kumar_s
Tue Feb 20, 2007 4:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CFF VR record type
Replies: 4
Views: 1592

OP is referring to the one among various Record type option available in CFF stage. The other types are Fixed, Fixed Block, Variable, Variable Block, Variable Spanned, Variable Block Spanned, VR. Except, VR rest were given with some explanation. I guess VR should be some thing related to Mainframe s...
by kumar_s
Tue Feb 20, 2007 3:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Specifying Tab Delimiter Symbol in DCOUNT()
Replies: 5
Views: 1381

Do you think this topic can be marked as resolved?
by kumar_s
Tue Feb 20, 2007 3:19 am
Forum: General
Topic: migrating from windows to linux
Replies: 4
Views: 2458

For Unix/Linux the new line character will be LF (\n)
For windows its CR+LF (\r\n)
by kumar_s
Tue Feb 20, 2007 2:35 am
Forum: General
Topic: migrating from windows to linux
Replies: 4
Views: 2458

Path for files, and Delimiters should be taken care. Rest of the stuff are pretty much compatible.
by kumar_s
Tue Feb 20, 2007 1:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sending Email problem
Replies: 7
Views: 1705

Your mail server should be configured for that different network. Try with your corporate mail id as From and To.
by kumar_s
Tue Feb 20, 2007 1:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Scheduling jobs
Replies: 3
Views: 702

The other post is duplicate post of this, but with different heading. Delete that, and edit this current post to add required information.
by kumar_s
Tue Feb 20, 2007 1:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Scheduling jobs
Replies: 3
Views: 702

It can be done based on other events like WaitForfile. But for Upate or Insert, create a trigger in database, which will produce an empty file in some specific directory. Based on that file you can trigger sequence.
by kumar_s
Tue Feb 20, 2007 1:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sending Email problem
Replies: 7
Views: 1705

Was the receiver in different network? Check your own email id.