Search found 6797 matches

by DSguru2B
Fri Jul 14, 2006 7:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Transforming a delimited file into a non delimited file
Replies: 10
Views: 1563

Actually you are right. Sorry, i am still learning :oops:
Thats why i said "I am not too sure"
by DSguru2B
Fri Jul 14, 2006 7:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Runnig a script in datastage
Replies: 17
Views: 4144

It has a space in between. Who keeps a space in a unix file.
If you do, then good luck in opening it.
by DSguru2B
Fri Jul 14, 2006 7:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Transforming a delimited file into a non delimited file
Replies: 10
Views: 1563

A non delimited one field file, yes. A fixed width file, i am not too sure about that. If thats what the OP wants then he has to make sure that if a field is defined as length 10 and an incoming value has only 8 bytes, he needs to cat 2 extra spaces to it to make it a truely fixed width file. A litt...
by DSguru2B
Fri Jul 14, 2006 7:12 am
Forum: Site/Forum
Topic: Ascential DeveloperNet sunsetting this month
Replies: 20
Views: 10678

We can expect a lot more people signing up at dsxchange now. As this website is now the only website with 24/7 support.
by DSguru2B
Fri Jul 14, 2006 7:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Try to implement opposite of pivot
Replies: 3
Views: 684

Can be done via transformer or via some fancy sql.
by DSguru2B
Fri Jul 14, 2006 6:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: use the new value as job parameter for a loop
Replies: 15
Views: 5309

Build a sequence to control the process. Your first job will get the business start date and load it to a hashed file with hardcoded key '1'. In your second job , inside the job activity, in the Value expression of the job parameter "BeginDate", right click, go to DS Transform, go to sdk, then to Ut...
by DSguru2B
Fri Jul 14, 2006 6:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Check Points in DataStage jobs
Replies: 7
Views: 4882

Along with checkpointed restartability, you also need to set the transaction size to 15000. Then in the stage variables keep checking the @INROWNUM. The moment it crosses 15000, it can set a COMMON variable to 1, and set the counter back to 0. Each time it crosses 15000, the COMMON variable will be ...
by DSguru2B
Fri Jul 14, 2006 6:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Complex Lookup
Replies: 5
Views: 1318

I feel the same. Load it into two temp tables and run a sql query on it. That would be the best, IMHO, solution.
by DSguru2B
Fri Jul 14, 2006 6:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Transforming a delimited file into a non delimited file
Replies: 10
Views: 1563

Or Read your file and load it to another sequential file with delimiter and quote character set to 000. Just a straight load.
by DSguru2B
Thu Jul 13, 2006 2:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: What is the Difference between Active and Passive Stage
Replies: 11
Views: 5180

I had not seen your answer during the time i was replying. I missed it. :oops:
by DSguru2B
Thu Jul 13, 2006 2:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: What is the Difference between Active and Passive Stage
Replies: 11
Views: 5180

I apologize for my act. This shall not happen again. :oops:
by DSguru2B
Thu Jul 13, 2006 2:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: What is the Difference between Active and Passive Stage
Replies: 11
Views: 5180

Only this one time, actually for less than 14 cents a day you can become a premium member and get access to the ocean of knowledge. Highly advisable. The definition of a passive stage for your purposes is one that reads from a source or writes to a target, i.e. an I/O stage. A bit deeper definition ...
by DSguru2B
Thu Jul 13, 2006 2:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Passing parameter to Job Activity in a Job Sequence
Replies: 5
Views: 2273

If the entire sequence, with the exception of a few jobs, needs to be run again, then the simplest way is to make a copy of that job and then change the few jobs you want to be changed.
IMHO.
by DSguru2B
Thu Jul 13, 2006 2:03 pm
Forum: Enhancement Wish List
Topic: Configurable checkpoint and restart behaviour
Replies: 5
Views: 3302

Olgc, You forgot to put the ending code tag.