I didn't read your post thoroughly. You don't want file=jes at all. Assuming you are running batch (make logical adjustments if not) you need something like (untested)
//INTRDRDD DD SYSOUT=(A,INTRDR) and just basic nothing special no JES in this picture GET remote.pds.name(jclmemb) //DD:INTRDRDD This will run JCL from the remote machine on this machine (assuming it runs <g>). No version dependencies at all, except that you need a reasonably recent FTP client to support //DD: OS/390 2.10 is recent enough. Otherwise you would have to GET to a temporary dataset and then IEBGENER to INTRDRDD. Charles -----Original Message----- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of âãé áï àáé Sent: Tuesday, December 13, 2005 9:56 PM To: [email protected] Subject: Using FTP to GET a job from a remote computer Hi, I've tried using FTP to GET a job from a remote computer. The remote computer has a file the contains an MVS job. I would like to transfer it directly to the internal reader. If I do this from the remote computer, I can use 'quote site file=jes' to send the file directly to the internal reader, but it looks like the FTP client on OS/390 v2.10 does not support this by using the 'locsite file=jes'. ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

