Page 1 of 1

FTP Properties

Posted: Fri Sep 17, 2004 9:32 am
by ketfos
Hi,
I am using ftp stage in the job output.
the ftp stage has properties like
Server Name
Remote Ftp Port
User Name
User Password

I enter the above values in the screen.

Q. How can I output these property values like server name, user name ,... to sequential file?

Ketfos

Posted: Fri Sep 17, 2004 9:38 am
by Eric
If you don't use Job parameters then these values will always be fixed and won't change. Have a search, I'm sure there will be a thread on writing job parameters to file ...

Posted: Fri Sep 17, 2004 9:49 am
by ketfos
Hi,
I know you can always write job parameters to a file simply buy storing the paramter name #tablename#, #fieldname#,#rundate#,..
to a file.
Here the ftp properties are hard coded in the stage and I want to store these values to sequential file.

Ketfos