+ Reply to Thread
Results 1 to 2 of 2

Thread: File transfer from AS/400 to PC

  1. #1

    Default File transfer from AS/400 to PC

    I need to write a .bat file in DOS to call an AS/400 file transfer. I have created the .dtf but don't know how to call it from DOS. Placing an icon for the .dtf on the user's desktop is not an option as this .bat file will also be performing other tasks that need to appear seamless to the user. Any help would be appreciated. Thank you. Erik Osberg

  2. #2

    Default File transfer from AS/400 to PC

    Haven't written one from scratch in about 7 years but I have one that should at least be an exmample. My example uses a .tto but I believe you can use a .dtf as well. RTOPCB - transfers to PC in batch RFROMPCB - transfers to 400 in batch The /S switch displays statistics (number of records transferred). Errorlevel tests can be done to determine success or failure. Also, typing rtopcb /? will give you info on available switches/parameters. HTH
    Code

+ Reply to Thread

Similar Threads

  1. Data Transfer (File Transfer) Extremely Slow on new 810
    By David Abramowitz in forum General
    Replies: 4
    Last Post: 05-23-2003, 01:13 PM
  2. DATA TRANSFER TO AS400 FILE FROM PC BASED TXT FILE
    By billhamaker@mfpoer.com in forum Programming
    Replies: 3
    Last Post: 09-20-2001, 11:21 AM
  3. File transfer from PC to AS400 without a FDF file
    By Guest.Visitor in forum Programming
    Replies: 11
    Last Post: 09-20-2000, 05:07 PM
  4. Should I use temporary file for Client Access file transfer
    By Guest.Visitor in forum Programming
    Replies: 3
    Last Post: 05-04-2000, 07:00 PM
  5. File Transfer w/o .FDF to existing File
    By David Abramowitz in forum Programming
    Replies: 1
    Last Post: 06-21-1997, 03:24 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts