home *** CD-ROM | disk | FTP | other *** search
- Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
- Path: sparky!uunet!europa.asd.contel.com!paladin.american.edu!auvm!OSREQ48.ROCKWELL.COM!LBDYCK
- Return-Path: <lbdyck@osreq48.rockwell.com>
- Message-ID: <9301251534.AA0105@osreq48.rockwell.com>
- Newsgroups: bit.listserv.ibmtcp-l
- Date: Mon, 25 Jan 1993 07:31:16 PST
- Sender: IBM TCP/IP List <IBMTCP-L@PUCC.BITNET>
- From: "Lionel B. Dyck" <lbdyck@OSREQ48.ROCKWELL.COM>
- Subject: FTP using Batch TMP question
- Lines: 38
-
- I am trying to use the FTP command in batch using the batch TMP to retrieve
- files. It works for all the commands except GET and MGET (have not tried
- put/mput).
-
- I keep getting an error is: FTPALL240I Error allocating local data set
-
-
- The jcl that I am using is:
-
- //IEFPROC EXEC PGM=IKJEFT01,DYNAMNBR=90
- //STEPLIB DD DISP=SHR,DSN=TCPIP.PROD.TCPLIB
- //SYSTSPRT DD SYSOUT=T
- //SYSPRINT DD SYSOUT=T
- //SYSTSIN DD *
- profile prefix($a1238)
- FTP 128.123.35.151
- listsp tcpip.un32131.zip
- //SYSIN DD *
- anonymous $a1238@wcc1a.rockwell.com
- cd pub
- cd uploads
- dir
- binary
- mget tcpip.*
- quit
-
-
-
-
- >>> One of the most dangerous forms of human error is forgetting <<<
- >>> what one is trying to achieve......Paul Nitze <<<
- *---------------------------------------------------------------------*
- * Lionel B. Dyck | Rockwell TSO: WCC1.$A1238 *
- * M/C: 110-SE28 | Rockwell VM: ISCEMS(LBDYCK) *
- * Comnet: 797-1125 | IBMLink: ROK2027 *
- * Phone: (310) 797-1125 | IBM Mail: USROKNTN *
- * Fax: (310) 797-3511 | Internet: LBDyck@osreq48.Rockwell.Com *
- *---------------------------------------------------------------------*
-