Make the job submitted via FTP (TESTFTP in your test case) look like this: //jobname JOB.... //STEP01 EXEC PGM=IEBGENER //SYSPRINT DD SYSOUT=* or DUMMY //SYSIN DD DUMMY //SYSUT1 DD DISP=SHR,DSN=your.remote.pds(jobmemb) //SYSUT2 DD SYSOUT=(A,INTRDR)
This will run the above job on the remote LPAR which in turn will read and "submit" the remote member "jobmemb" from library "your.remote.pds" on that remote LPAR. Peter Hunkeler Credit Suisse - Information Technology ---------------------------------------------------------------------- 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

