Page 1 of 1

Posted: Thu Feb 25, 2010 4:06 pm
by ray.wurlod
Not sure what you mean. Can you provide an example?

Posted: Thu Feb 25, 2010 5:19 pm
by ray.wurlod
It can't be done. The File property is established when the stage opens.

There is a hard-coded solution for a small, finite and "known a priori" number of values.

Posted: Thu Feb 25, 2010 9:30 pm
by anbu
Write the column value to a file and use move command in after job subroutine to rename the file
mv CLM.dat `cat column_value_file`"_CLM.dat"

Posted: Thu Feb 25, 2010 10:17 pm
by ray.wurlod
It's not a case of "the" file, as I understand the problem. It's any number of files, named xxxx_CLM.dat, with xxxx coming from the data.

Posted: Fri Feb 26, 2010 8:30 am
by chulett
Server job. Folder stage. :wink:

Posted: Fri Feb 26, 2010 9:27 am
by dsedi
ray.wurlod wrote:It can't be done. The File property is established when the stage opens.

There is a hard-coded solution for a small, finite and "known a priori" number of values. ...
Thank you.
yes. We are having the hard-coded solution and want to confirm the other possibilities.

Posted: Fri Feb 26, 2010 9:32 am
by dsedi
chulett wrote:Server job. Folder stage. :wink:
Thanks Craig.
Useful info. Will explore that.