Sample batch jobs to download DMPWRITE or DMPWRIT2 directly to your z/OS or OS/390
Host. You must substitute the appropriate level of DUMPWRITE in the "get dmpwrite ..."
command line.
Sample with transparent proxy:
//JOBNAME JOB 'XXX,XX,XXXXXX,S=I','PROG NAME',RD=R,
// CLASS=X,MSGCLASS=H,MSGLEVEL=(1,1)
//*************************************************
//* Sample using a transparent proxy
//* Use 'CAPS OFF' when editing as file names are mixed case
//*************************************************
//FTP EXEC PGM=FTP,REGION=5000K,
// PARM='( EXIT'
//SYSPRINT DD SYSOUT=$
//OUTPUT DD SYSOUT=$
//INPUT DD *
your_proxy.server.company.com
anonymous@ftp.software.ibm.com
your_internet_address@company.com
cd s390/mvs/tools/dmpwrite
bin
locsite recfm=fb lrecl=80 blksize=3120
get dmpwrite 'YOUR.LOCAL.DSN'
quit
/*
Sample signing on to proxy server:
//JOBNAME JOB 'XXX,XX,XXXXXX,S=I','PROG NAME',RD=R,
// CLASS=X,MSGCLASS=H,MSGLEVEL=(1,1)
//*************************************************
//* Sample using a signon to the proxy server
//* Use 'CAPS OFF' when editing as file names are mixed case
//*************************************************
//FTP EXEC PGM=FTP,REGION=5000K,
// PARM='( EXIT'
//SYSPRINT DD SYSOUT=$
//OUTPUT DD SYSOUT=$
//INPUT DD *
your_proxy.server.company.com
proxy_server_id
proxy_server_password
site service.boulder.ibm.com
user anonymous
your_internet_address@company.com
cd s390/mvs/tools/dmpwrite
bin
locsite recfm=fb lrecl=80 blksize=3120
get dmpwrite 'YOUR.LOCAL.DSN'
quit
/*
Click here or use the back button on the browser to
return to the installation
and using instructions.
 
|
Disclaimers
|
These programs contain code
made available by IBM Corporation on an "AS-IS" basis. Any one
receiving these programs is considered to be licensed under IBM
copyrights to use the IBM-provided source code in any way he or she
deems fit, including copying it, compiling it, modifying it, and
redistributing it, with or without modifications, except that it
may be neither sold nor incorporated within a product that is sold.
No license under any IBM patents or patent applications is to be
implied from this copyright license.
The software is provided
"as-is", and IBM disclaims all warranties, express or implied,
including but not limited to implied warranties of merchantibility
or fitness for a particular purpose.
This page last updated
March 2001.