15 pts.
 What parameters to use in AS/400 file transfer
with VB I am trying to create a .FDF file to be used for clientaccess file transfer to as/400. Would like to know what the parameter settings mean, which one I have to use.

Software/Hardware used:
windows XP Iseires V5R4
ASKED: September 9, 2011  9:30 AM
UPDATED: March 31, 2012  4:53 PM

Answer Wiki:
Last Wiki Answer Submitted:  Be the first to answer this question.
All Answer Wiki Contributors:  Be the first to answer this question.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

Somewhere years ago, I ran across a general description of a .FDF file, but I’ve long forgotten where it was.

It’s very rare that anyone needs to create a .FDF file with their own programming. Usually people just have iSeries Access create .FDF files automatically.

Why is it necessary to create one yourself? Maybe if we knew what general procedure you’re creating, we could suggest alternatives.

Tom

 107,845 pts.

 

I’ve modified one by hand, but like Tom, years ago, before they changed their format from ‘simple and obvious – field, length, position’ to ‘not obvious – never had a need to look in there’

Anytime we need to automate a download, we create the transfer manually, if necessary by downloading the ‘target’ file to the PC to generate the transfer definition, then build it into the PC level app, where the file is created and transgerred.

Have you tried the manuals – and the fora?

 5,505 pts.

 

Thanks for the reply, The ideas was that a user would create a sheet with data to be uploaded, the layout for the sheet needed to be flexibel Meaning flexible number of columns with aplha and/or numeric data. I wrote a macro which creates both the .FDF and the .DTT files. By pointing the user to the correct DTT file then he only needed to browse to that file and hit the OK button for the upload.
I created a workaround, so “if you can’t fix it you need to find something you can fix” Thanks again.

 15 pts.