Unconfigured Ad Widget

Collapse

How to copy RPG source from pc to AS/400

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • David Abramowitz
    Senior Member
    • Dec 2007
    • 3908

    How to copy RPG source from pc to AS/400

    Use the File Transfer program that comes with client access. When you create a new file, it will automatically be a source physical file, as opposed to a data physical file. Dave
  • Guest.Visitor

    #2
    How to copy RPG source from pc to AS/400

    I have tried using the I-series access for windows "Send file to host option" but I get errors and not sure the exact steps involved.

    Comment

    • ismilemyth

      #3
      How to copy RPG source from pc to AS/400

      What errors are you getting specifically? Can you attach a print screen. If I can see how you are setting up the data xfer I might be able to help.

      Comment

      • Guest.Visitor

        #4
        How to copy RPG source from pc to AS/400

        Attached is the errors. Thanks

        err.doc

        Comment

        • ismilemyth

          #5
          How to copy RPG source from pc to AS/400

          Hit the details button, and unselect the use use pc file description box. hth

          Comment

          • ukpi1b
            Junior Member
            • Jul 2011
            • 123

            #6
            How to copy RPG source from pc to AS/400

            Have you tried FTP? In that case PC file should be in .doc format

            Comment

            • Ed MItchell

              #7
              How to copy RPG source from pc to AS/400

              I use UltraEdit on the pc to put (ftp) the source code on the AS/400 as myproglib/qrpglesrc.progname If the progname doesn't already exist, I use the Change Text (Option 13) command to change the source type as needed. This works for qclsrc, qddssrc, etc., as well. This would work for a command line FTP also.

              Comment

              • borre.thoresen@c2i.net
                Junior Member
                • Jul 2024
                • 1

                #8
                How to copy RPG source from pc to AS/400

                Change .txt to .RPGLE and use Websphere/Rational to copy(d&d) Every RPGer should use it, it`s fabulous!! :-))

                Comment

                • Guest.Visitor

                  #9
                  How to copy RPG source from pc to AS/400

                  I have RPG source code examples in .txt format that I want to copy to the AS/400. Can anyone help with the steps needed to transfer these files. I have been able to ftp a file but it shows as a PF and not in the source QRPGLESRC. Appreciate your assistance.

                  Comment

                  • Guest.Visitor

                    #10
                    How to copy RPG source from pc to AS/400

                    Another approach is to map a windows drive on your PC to a folder in the IFS. Drag the text file to the folder. Then use the CPYFRMPCD command to copy from the text file to a source member of your source file. Note also that you can create a folder with the WRKFLR command.

                    Comment

                    Working...
                    X