Parameter Concatenation

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
satheesh_color
Participant
Posts: 182
Joined: Thu Jun 16, 2005 2:05 am

Parameter Concatenation

Post by satheesh_color »

Hi,

I have a Sequence Job in which we are running multipleinstance jobs.The problem is in parameter concatenation.

Parameter Names

HdrFileName----HeaderFileName
SourceDate------Cycle Date
RejctFileName------Rejected Sequential file created as follows(Format #HdrFileName#.#RejFileName#.#SourceDate#)

Atlast we have a jobactivity stage(JobSeqSendEmail) in the sequence job which used to send the rejected file to receipents,

In that we have a parameter called OutputFile..How can i pass or concatenate the above 3 parameters to match the OutputFile parameter?

Please guide me.

Satheesh.
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Re: Parameter Concatenation

Post by ArndW »

Does "#HdrFileName#:'.':#RejFileName#:'.':#SourceDate#" not work for you?
satheesh_color
Participant
Posts: 182
Joined: Thu Jun 16, 2005 2:05 am

Post by satheesh_color »

Great Thanks ArndW.

Satheesh
Post Reply