+ Reply to Thread
Results 1 to 4 of 4

Thread: Run 400 Program from PC

  1. #1
    Guest.Visitor Guest

    Default Run 400 Program from PC

    Stuart, There are a lot of ways, here are a few. You could run a remote command using FTP, you could call the CL as a stored procedure using ODBC, or you could use Java to call your program using the AS/400 toolbox. There are many more I am sure, some are easier than others, what you use will depend on your experience and environment. If any of these ideas sound interesting, I could post an example. David Morris

  2. #2
    Guest.Visitor Guest

    Default Run 400 Program from PC

    I found the RUNRMT Command and think that should work for what I want to do. Examples are very much appreicated! I'm trying to simpilify a procedure to transfer some data from the SSP side to the 400 side and then out to a PC file and then run a procedure in ACT to update a listing of contacts for a sales person.

  3. #3
    Guest.Visitor Guest

    Default Run 400 Program from PC

    Is there a way to start a 400 CL program from a PC?

  4. #4
    smilingdon@aol.com Guest

    Default Run 400 Program from PC

    Have you ever started a CL on the 400 through FTP with the following format: QUOTE RCMD CALL PGM(LIBRARY/CLNAME) PARM(MYPARM) ?? I need to do something like this and want to make sure it is a sound approach. Thanks donnie.atkinson@aig.com

+ Reply to Thread

Similar Threads

  1. What program caused Exit program call?
    By Guest.Visitor in forum CL
    Replies: 0
    Last Post: 08-21-2005, 01:50 PM
  2. convert RPG interactive program to batch program
    By Guest.Visitor in forum RPG
    Replies: 8
    Last Post: 06-28-2002, 07:07 AM
  3. Replies: 0
    Last Post: 12-12-2001, 08:20 AM
  4. Call a Java program from a COBOL program?
    By Guest.Visitor in forum Programming
    Replies: 3
    Last Post: 10-23-2000, 12:25 PM
  5. Call a Java program from a Cobol Program?
    By Guest.Visitor in forum Programming
    Replies: 0
    Last Post: 01-01-1995, 02:00 AM

Posting Permissions

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