Page 1 of 1

File Creation

Posted: Wed Apr 06, 2005 5:33 pm
by rcil
Hello All,

Can I create a output file based on the parameters. For example, I want to create two output files from my source in UAT and in production I want to change the parameter in such a way that the second file should not be created. There is no job sequencer involved. It is a single job.

I know couple of ways to create the empty file hardcoding the constraints with values which are never equal. Is there any other way?

thanks

Posted: Wed Apr 06, 2005 7:06 pm
by chulett
You can use boolean job parameters to accomplish the same thing as your 'hard coded' constraint - which, while it will stop the flow of records down the link, will not stop the file from being created. It will just be empty when you are done. :wink: