Search found 21 matches

by j.anderson@thomson.com
Tue Apr 13, 2004 2:04 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Using Job Control Code to set Job Parameter
Replies: 10
Views: 3182

D'oh! That's what I was afraid of. Got any fancy work-around for this or should I maybe consider using two jobs?
by j.anderson@thomson.com
Tue Apr 13, 2004 1:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Using Job Control Code to set Job Parameter
Replies: 10
Views: 3182

Yes, I do have #RunQual# in my file name. Good thought tho! Thanks. I'm trying to change a Job Parameter of the same job that is running the Job Control code. That Job Parameter will then be used in the target file name. Is there some sort of limitation that would prevent me from doing this? Is ther...
by j.anderson@thomson.com
Tue Apr 13, 2004 1:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Using Job Control Code to set Job Parameter
Replies: 10
Views: 3182

I finally got a chance to try out your suggestion, however I'm having issues. Right now I have: JobHandle = DSAttachJob ("ParamTestJob", DSJ.ERRWARN) ErrCode = DSSetParam(JobHandle,"RunQual","ItChanged") "ParamTestJob" is the name of the job an "RunQual&q...
by j.anderson@thomson.com
Tue Apr 06, 2004 1:15 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Using Job Control Code to set Job Parameter
Replies: 10
Views: 3182

Wow...talk about fast! That looks like exactly what I need! Thank you so much for your help...I really apprecaite it! :D
by j.anderson@thomson.com
Tue Apr 06, 2004 12:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Using Job Control Code to set Job Parameter
Replies: 10
Views: 3182

Thanks for pointing me to the DSSetParam. That's step 1 of 2 in my plan. Now what I need to do is ultimately put some kind of timestamp as part of the file name (this job is going to be run multiple times on the same file, so I need a way to make sure the files are not overwritten each time). I did ...
by j.anderson@thomson.com
Tue Apr 06, 2004 11:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Using Job Control Code to set Job Parameter
Replies: 10
Views: 3182

Using Job Control Code to set Job Parameter

Is there a way that I can use Job Control Code to set a Job Parameter (i.e. not a Stage Variable)? I'd like to use this to dynamically set output file names. Thanks!