Page 1 of 1

Parameter Concatenation

Posted: Wed Jan 02, 2008 4:44 am
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.

Re: Parameter Concatenation

Posted: Wed Jan 02, 2008 5:57 am
by ArndW
Does "#HdrFileName#:'.':#RejFileName#:'.':#SourceDate#" not work for you?

Posted: Thu Jan 03, 2008 2:19 am
by satheesh_color
Great Thanks ArndW.

Satheesh