Search found 6 matches

by vneelap
Thu Oct 16, 2008 5:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Need to pass DSProjectName macro as a parameter to Before jo
Replies: 8
Views: 2362

It is displaying the same value that what we pass.

If we pass #DSProjectName#, in the script it is displaying "#DSProjectName#" which is supposed to be the AFRS

Thanks so much!!
by vneelap
Thu Oct 16, 2008 5:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Need to pass DSProjectName macro as a parameter to Before jo
Replies: 8
Views: 2362

It is displaying the same value that what we pass.

If we pass #DSProjectName#, in the script it is displaying "#DSProjectName#" which is supposed to be the AFRS

Thanks so much!!
by vneelap
Tue Oct 14, 2008 5:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Need to pass DSProjectName macro as a parameter to Before jo
Replies: 8
Views: 2362

Thanks for reply..!! I have tried what i posted and also which u have suggested. But they are not working instead they are giving the same values which ever we send in the before script. I mead if we pass #DSProjectName# it is displaying same data inthe script. But it is not getting the actual proje...
by vneelap
Tue Oct 14, 2008 5:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Need to pass DSProjectName macro as a parameter to Before jo
Replies: 8
Views: 2362

Thanks for reply..!! I have tried what i posted and also which u have suggested. But they are not working instead they are giving the same values which ever we send in the before script. I mead if we pass #DSProjectName# it is displaying same data inthe script. But it is not getting the actual proje...
by vneelap
Tue Oct 14, 2008 5:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Need to pass DSProjectName macro as a parameter to Before jo
Replies: 8
Views: 2362

Thanks for reply..!! I have tried what i posted and also which u have suggested. But they are not working instead they are giving the same values which ever we send in the before script. I mead if we pass #DSProjectName# it is displaying same data inthe script. But it is not getting the actual proje...
by vneelap
Mon Oct 13, 2008 1:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Need to pass DSProjectName macro as a parameter to Before jo
Replies: 8
Views: 2362

Need to pass DSProjectName macro as a parameter to Before jo

Hi,

I need to pass DSProjectName macro to a before job shell script from the job.

Before shell script routine is:: abc.sh #par1# #par2# DSProjectName

how to pass this.

Thanks in advance