Search found 7 matches

by mimran
Wed Feb 11, 2004 4:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: File Processing
Replies: 5
Views: 2321

Hi Ray: The solution which you gave worked perfectly fine. Now, I'm able to pick the files through the server job which just has the job control script and no stages. I've been busy with other work and wasn't able to test it out until today though i got the solution from you guys long back. Thanks a...
by mimran
Thu Jan 22, 2004 6:09 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: File Processing
Replies: 5
Views: 2321

File Processing

Hi,

I've couple of files at a particular location. Using Job Sequence i need to pick each of these files and process one after another. How can i do this??

To add, processing done on each file is also the same.

Thanks in advance.
by mimran
Wed Jan 21, 2004 11:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Parameter Setting and Accessing
Replies: 5
Views: 2071

Thanks a lot Ray, I found the work around using shell script itself. I'm able to manage the parameter value with one single shell script and don't have to write another shell script as i mentioned in my first post. Thanks again [quote="ray.wurlod"]The two Commands run in separate process. ...
by mimran
Wed Jan 21, 2004 4:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Parameter Setting and Accessing
Replies: 5
Views: 2071

Thanks Ray, Yes I'm using shell script and doing the same thing as you said, but wanted to avoid creating another file by setting the parameters within datastage if possible. Thanks again. [quote="ray.wurlod"]Depends on what your commands are. Probably the easiest thing to do, if your comm...
by mimran
Wed Jan 21, 2004 4:07 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Parameter Setting and Accessing
Replies: 5
Views: 2071

Parameter Setting and Accessing

Hi,

In a Job Sequence, i would like to set a parameter through an external command in an Execute Command Stage. Then pass the same parameter to the next stage which can be another Execute Command stage.

Can i do this? If yes then how?


Thanks in advance.
by mimran
Tue Dec 02, 2003 6:59 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequential Stage
Replies: 2
Views: 1189

Sequential Stage

I've a file consisting of records with different format. The first record is of one format. The following couple of records belong to one format The last record is of another format I would like to ouput these three different types of records in 3 different files. Can I achieve this using sequential...
by mimran
Tue Dec 02, 2003 5:04 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Files distribution using Sequential Stage
Replies: 1
Views: 937

Files distribution using Sequential Stage

I've a file consisting of records with different format. The first record is of one format. The following couple of records belong to one format The last record is of another format I would like to ouput these three different types of records in 3 different files. Can I achieve this using sequential...