10 pts.
 How do you transfer files from AS/400 to windows with dynamic folders using CONNECT:DIRECT?
Is there a way to transfer AS/400 files to a WINDOWS server that has folders that changes everyday and vice versa using connect direct?

Software/Hardware used:
ASKED: March 3, 2011  10:57 AM
UPDATED: March 3, 2011  11:04 PM

Answer Wiki:
If you send me you email address, I will send you the CD Users Guide CharlieBrowne99@gmail.com
Last Wiki Answer Submitted:  March 3, 2011  10:50 pm  by  CharlieBrowne   33,730 pts.
All Answer Wiki Contributors:  CharlieBrowne   33,730 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


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


 

The CONNECT library has the command CDSND. Here is an example of what that command might look like:

CDSND SNODE(node id as configured) SNODENVIRN(windows)
FDSN(library/file) TDSN(\serverfolderfolder…)
FMSYSOPTS(options)
TOSYSOPTS(options) SNODEID(user and pw)
TDISP(current disposition)

The help available on the command should help you get started.

 880 pts.