Page 1 of 1

How to get the folder name used in the folder stage into the

Posted: Fri May 26, 2006 4:27 am
by abhishekmuradia
I need help in knowing how to get the filename we are using in the folder stage for the use in the routine

Posted: Fri May 26, 2006 6:29 am
by kduke
The safest way is to make it a parameter. Otherwise the SQL to find these filenames has been posted. It should have CSeqInput and CSeqOutput so search for that.

Posted: Fri May 26, 2006 6:49 am
by chulett
Which 'filename'? The first column contains the name of the file(s) read. And the name of the folder itself should be a parameter.

Posted: Fri May 26, 2006 3:38 pm
by kduke
Sorry, I misread. I thought you wanted a filename in a sequential file stage. You are going to have to hack a solution. Like the one I have for sequential file stages.