Eric Bielefeld wrote:

I'm still working in the field, but I didn't know you could FTP dumps to IBM via batch, as someone in this thread mentioned.


It's trivial. Here is JCL I used a couple of weeks ago to send a dump to IBM:

//FTP2MVS  JOB 1,JAFFE,CLASS=A,MSGCLASS=T,NOTIFY=&SYSUID
// EXEC PGM=FTP,REGION=64M,TIME=NOLIMIT,PARM='(EXIT'
//SYSPRINT DD SYSOUT=*
//SYSIN    DD *
testcase.boulder.ibm.com
anonymous
[EMAIL PROTECTED]
cd mvs/toibm
mkdir 91690
cd 91690
bin
put PMR91690.D050811.DUMP0C4.TRSD
quit
//

As you can see, I like to upload into my own subdirectory (in this case 91690). Others prefer to upload dumps directly into mvs/toibm/.

--
-----------------------------------------------------------------
| Edward E. Jaffe                |                                |
| Mgr, Research & Development    | [EMAIL PROTECTED]    |
| Phoenix Software International | Tel: (310) 338-0400 x318       |
| 5200 W Century Blvd, Suite 800 | Fax: (310) 338-0801            |
| Los Angeles, CA 90045          | http://www.phoenixsoftware.com |
-----------------------------------------------------------------

----------------------------------------------------------------------
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

Reply via email to