Search found 4992 matches

by kcbland
Mon Oct 24, 2005 7:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Create multiple Records from single record
Replies: 16
Views: 4938

2. How do we read this into another file with only 3 cols as different rows. The job looks like this: SEQ#1 --> XFM#1 w/routine --> SEQ#2 --> XFM#2 --> whatever The metadata in SEQ#1 is a single column. The XFM calls the routine, passing it the entire row which is just defined as a single column. S...
by kcbland
Mon Oct 24, 2005 7:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS Basic to handle file
Replies: 11
Views: 2940

Ray, Kim, and Arnd are probably the only 3 people on this forum who would know how to write a purely DS BASIC solution that would work. I doubt anyone else (and I include myself) could successfully do what is being requested. We don't know what the "batch process" is that is writing to this sequenti...
by kcbland
Sun Oct 23, 2005 10:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS Basic to handle file
Replies: 11
Views: 2940

Kirtikumar wrote:Lets see if it works or not.


Not. I'll bet a box of donuts on it. I like Dunkin Donuts chocolate. Mmmm.. chocolate.
by kcbland
Sun Oct 23, 2005 10:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS Basic to handle file
Replies: 11
Views: 2940

A batch process is accessing this file to append data processed. At the same time, another DS job should access it and delete the matching line. This will never work. Files used buffered i/o when writing. There's no guarantee that a complete line will be in the file, because there's no concept of l...
by kcbland
Sun Oct 23, 2005 10:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem while viewing data
Replies: 19
Views: 4595

Is this a new installation or an existing one? Has this worked before or do we need to walk you thru configuring PX for Oracle?
by kcbland
Sun Oct 23, 2005 10:18 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Repository
Replies: 7
Views: 1046

When you go thru the installation, you are asked where to install the DS Engine. That is in essence the path to the repository of the core tool. You create projects within the tool to hold job design information. Again, when you create the projects, you supply the path where you want the project to ...
by kcbland
Sun Oct 23, 2005 9:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Only Routines Import
Replies: 3
Views: 690

Next time do exports by category/folder. You want individual files at least at the folder level, so that you can more easily import specific jobs.

Or look at this post to get a copy of a perl script that explodes a single large dsx file into individual files for each job and each routine.


http://www.dsxchange.com/viewtopic.php? ... teve+boyce
by kcbland
Sun Oct 23, 2005 9:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Repository
Replies: 7
Views: 1046

How do I view the repository? What do you mean, view? Use the Manager to "manage" jobs, routines, metadata. Use the Director to run and visit the job logs. Use the Designer to write jobs. I know you're new, but are you that new? Have you ever seen the tool? If not, please visit www.ascential.com an...
by kcbland
Sun Oct 23, 2005 9:08 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Repository
Replies: 7
Views: 1046

How soon is now? Repository is mostly server side. There's a few nasty things that are stored client side, like templates. But, job designs, logs, routines, etc are all server side. Since you posted in Server Edition forum, there's no need to cover MetaStage. Unless you've somehow have in your posse...
by kcbland
Sun Oct 23, 2005 9:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Handling ^M
Replies: 17
Views: 3774

Jeez, gave up on the easiest solution awhile back. A single click for Pete's sake. Instead, we're now in the realm of prepping the file. Rather than use the unix program design for stripping ^M from a file, we're talking about the finer points of how to use sed. Why not ftp the file to a Windoze mac...
by kcbland
Sun Oct 23, 2005 8:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: MQ_Read--->Switch---->External Filter
Replies: 3
Views: 862

Have you read the PX developers guide section on the Switch stage, with its example? If not, you should start there if you persist in your design strategy. You will have to go into detail as to how you configured the Select column and the conditions for the output links if you need more help than "i...
by kcbland
Sun Oct 23, 2005 8:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: File should not be created when there are no rec from trans
Replies: 3
Views: 878

How did you expect to feed the result from a stage to a before/after routine? I'm not aware of how you can do that. Filenames are fixed when the job begins, therefore, any parameter or macro is ran when the job/link begins. Your after-job routine can be ExecSH and run a shell command (perl/java/ksh/...
by kcbland
Sun Oct 23, 2005 8:08 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Create multiple Records from single record
Replies: 16
Views: 4938

shivaprasad wrote:Urgent means i need it badly sir,
hope you help me, i have monday a delivery for this.
So pls help me.
Thanks


So, did you get it working?????
by kcbland
Sun Oct 23, 2005 8:06 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Handling ^M
Replies: 17
Views: 3774

Why use sed when dos2unix does the trick without fuss?

http://linuxcommand.org/man_pages/dos2unix1.html
by kcbland
Sun Oct 23, 2005 8:02 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Normalizing options in Hashed Files
Replies: 2
Views: 757

Here's a quite answer. The normalize functionality is for using the stage with hash files created using the multi-value capabilities residual in the product engine from its parent version, Universe. In Universe, of which the DS Engine is a variant, there is the capability to store something called m...