Search found 71 matches

by wjfitzgerald
Thu Mar 06, 2008 3:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SQL Server Stage
Replies: 7
Views: 3743

thanks

thanks to all

have that sorted now, as usual it's simple when you know how!

Regards
John Fitz
by wjfitzgerald
Mon Mar 03, 2008 7:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SQL Server Stage
Replies: 7
Views: 3743

SQL Server Stage

Hi, I am using an sql server stage to run sql against a table. To data both the code and the db have been on the same machine and so all i need to specify was the DB name, user name and password. Unfortunately, i now need to move to an environment where the db and ds are no different servers. can yo...
by wjfitzgerald
Fri Feb 22, 2008 2:41 am
Forum: General
Topic: Dynamic Output File Names
Replies: 8
Views: 3239

thanks, that looks very promising
by wjfitzgerald
Thu Feb 21, 2008 4:45 am
Forum: General
Topic: Dynamic Output File Names
Replies: 8
Views: 3239

Any chance you could expand on the idea of the hash file approach, please? Fairly new to all this so not to clued in i'm afraid
by wjfitzgerald
Thu Feb 21, 2008 4:17 am
Forum: General
Topic: Dynamic Output File Names
Replies: 8
Views: 3239

Dynamic Output File Names

Hi, I have spent the last day or so trawling previous posts but cannot find anything to satisfy my requirement. If any one can help I would really appreciate it. I need to extract a large volume of data from a DB and then split the data in appropriately named files. For the purposes of the exercise,...
by wjfitzgerald
Wed Feb 06, 2008 3:31 am
Forum: General
Topic: Start Loop - infinite loop
Replies: 11
Views: 6240

ray,

that saves me a bit of time anyway, thanks?
any thoughts on an alternative approach?

thanks
john fitz
by wjfitzgerald
Tue Feb 05, 2008 9:16 am
Forum: General
Topic: Start Loop - infinite loop
Replies: 11
Views: 6240

probably a silly question, but is there any way to identify the variable that is holding the stage counter and just reset that as part of the loop??
by wjfitzgerald
Tue Feb 05, 2008 8:56 am
Forum: General
Topic: Start Loop - infinite loop
Replies: 11
Views: 6240

thanks again, there is definitely something in idea of a second job restarting the first.

Thanks,

John Fitz
by wjfitzgerald
Tue Feb 05, 2008 8:55 am
Forum: General
Topic: Start Loop - infinite loop
Replies: 11
Views: 6240

thanks again, there is definitely something in idea of a second job restarting the first.

Thanks,

John Fitz
by wjfitzgerald
Tue Feb 05, 2008 8:39 am
Forum: General
Topic: Start Loop - infinite loop
Replies: 11
Views: 6240

Craig, Thanks for coming back to me, and the welcome. The idea here is we are running a 24/7 monitoring process. to simplify the model let me describe the jobs as follows: 1. extract job - creating a simple flat file - extract details of change since last extract 2. processing job(s) - file created ...
by wjfitzgerald
Tue Feb 05, 2008 4:59 am
Forum: General
Topic: Start Loop - infinite loop
Replies: 11
Views: 6240

Start Loop - infinite loop

Hi, I am new to datastage so hopefully this might be a very simple fix. I am looking to create a sequence control loop that will execute a number of jobs continuously. The break of the loop will be controlled from a parameter in an ini file. I can break the loop based on the parameter. My problem is...