home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / bit / listserv / ibmtcpl / 3236 < prev    next >
Encoding:
Text File  |  1993-01-25  |  1.7 KB  |  50 lines

  1. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  2. Path: sparky!uunet!europa.asd.contel.com!paladin.american.edu!auvm!OSREQ48.ROCKWELL.COM!LBDYCK
  3. Return-Path: <lbdyck@osreq48.rockwell.com>
  4. Message-ID: <9301251534.AA0105@osreq48.rockwell.com>
  5. Newsgroups: bit.listserv.ibmtcp-l
  6. Date:         Mon, 25 Jan 1993 07:31:16 PST
  7. Sender:       IBM TCP/IP List <IBMTCP-L@PUCC.BITNET>
  8. From:         "Lionel B. Dyck" <lbdyck@OSREQ48.ROCKWELL.COM>
  9. Subject:      FTP using Batch TMP question
  10. Lines: 38
  11.  
  12. I am trying to use the FTP command in batch using the batch TMP to retrieve
  13. files.  It works for all the commands except GET and MGET (have not tried
  14. put/mput).
  15.  
  16. I keep getting an error is: FTPALL240I Error allocating local data set
  17.  
  18.  
  19. The jcl that I am using is:
  20.  
  21. //IEFPROC  EXEC PGM=IKJEFT01,DYNAMNBR=90
  22. //STEPLIB  DD  DISP=SHR,DSN=TCPIP.PROD.TCPLIB
  23. //SYSTSPRT DD  SYSOUT=T
  24. //SYSPRINT DD  SYSOUT=T
  25. //SYSTSIN  DD  *
  26. profile prefix($a1238)
  27. FTP 128.123.35.151
  28. listsp tcpip.un32131.zip
  29. //SYSIN  DD  *
  30. anonymous $a1238@wcc1a.rockwell.com
  31. cd pub
  32. cd uploads
  33. dir
  34. binary
  35. mget tcpip.*
  36. quit
  37.  
  38.  
  39.  
  40.  
  41. >>>  One of the most dangerous forms of human error is forgetting   <<<
  42. >>>       what one is trying to achieve......Paul Nitze             <<<
  43. *---------------------------------------------------------------------*
  44. * Lionel B. Dyck              | Rockwell TSO:      WCC1.$A1238        *
  45. * M/C:       110-SE28         | Rockwell VM:       ISCEMS(LBDYCK)     *
  46. * Comnet:    797-1125         | IBMLink:           ROK2027            *
  47. * Phone:     (310) 797-1125   | IBM Mail:          USROKNTN           *
  48. * Fax:       (310) 797-3511   | Internet: LBDyck@osreq48.Rockwell.Com *
  49. *---------------------------------------------------------------------*
  50.