Re: transferring files between zos's

2010-04-08 Thread Terri E Shaffer
You can always XMIT the sequential DFDSS file to an OUTDSN and then FTP in FB 
80 mode bin.

Then do a receive inda(/) on a 3.4 screen

Thanks

Ms. Terri E. Shaffer 
terri.e.shaf...@jpmchase.com
Engineer
J.P.Morgan Chase  Co.
GTI DCT ECS Core Services zSoftware Group / Emerging Technologies 
Office: # 614-213-3467
Cell: # 412-519-2592 


-Original Message-
From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of 
McKown, John
Sent: Wednesday, April 07, 2010 3:05 PM
To: IBM-MAIN@bama.ua.edu
Subject: Re: transferring files between zos's

 -Original Message-
 From: IBM Mainframe Discussion List 
 [mailto:ibm-m...@bama.ua.edu] On Behalf Of Tim Brown
 Sent: Wednesday, April 07, 2010 1:20 PM
 To: IBM-MAIN@bama.ua.edu
 Subject: transferring files between zos's
 
 DFDSS can dump all files with say myqual.*.** to a seq dataset.
 I want the resulting file be ftped to another z/os for loading.
 
 Bascially can a dfdss backup be transferred and reversed at 
 destination
 without having to use sneaker net and tapes.
 
 Tim Brown

Yes, it can. But it is easiest if you take the DFDSS output file and use 
AMATERSE on it. This makes it into a FB/1024 dataset, which is very simple to 
ftp as BINARY, even if it passes through a non-z intermediate node. If you 
are going from z/OS directly to z/OS, then use MODE B.

BINARY
MODE B
PUT DFDSS.FILE 

--
John McKown 
Systems Engineer IV
IT

Administrative Services Group

HealthMarkets(r)

9151 Boulevard 26 * N. Richland Hills * TX 76010
(817) 255-3225 phone * (817)-961-6183 cell
john.mck...@healthmarkets.com * www.HealthMarkets.com

Confidentiality Notice: This e-mail message may contain confidential or 
proprietary information. If you are not the intended recipient, please contact 
the sender by reply e-mail and destroy all copies of the original message. 
HealthMarkets(r) is the brand name for products underwritten and issued by the 
insurance subsidiaries of HealthMarkets, Inc. -The Chesapeake Life Insurance 
Company(r), Mid-West National Life Insurance Company of TennesseeSM and The 
MEGA Life and Health Insurance Company.SM

 

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html
This communication is for informational purposes only. It is not
intended as an offer or solicitation for the purchase or sale of
any financial instrument or as an official confirmation of any
transaction. All market prices, data and other information are not
warranted as to completeness or accuracy and are subject to change
without notice. Any comments or statements made herein do not
necessarily reflect those of JPMorgan Chase  Co., its subsidiaries
and affiliates.

This transmission may contain information that is privileged,
confidential, legally privileged, and/or exempt from disclosure
under applicable law. If you are not the intended recipient, you
are hereby notified that any disclosure, copying, distribution, or
use of the information contained herein (including any reliance
thereon) is STRICTLY PROHIBITED. Although this transmission and any
attachments are believed to be free of any virus or other defect
that might affect any computer system into which it is received and
opened, it is the responsibility of the recipient to ensure that it
is virus free and no responsibility is accepted by JPMorgan Chase 
Co., its subsidiaries and affiliates, as applicable, for any loss
or damage arising in any way from its use. If you received this
transmission in error, please immediately contact the sender and
destroy the material in its entirety, whether in electronic or hard
copy format. Thank you.

Please refer to http://www.jpmorgan.com/pages/disclosures for
disclosures relating to European legal entities.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


transferring files between zos's

2010-04-07 Thread Tim Brown
DFDSS can dump all files with say myqual.*.** to a seq dataset.
I want the resulting file be ftped to another z/os for loading.

Bascially can a dfdss backup be transferred and reversed at destination
without having to use sneaker net and tapes.

Tim Brown
Systems Specialist Project Leader
Central Hudson Gas  Electric
284 South Ave
Poughkeepsie, NY 12601
Email: tbr...@cenhud.com mailto:tbr...@cenhud.com 
Phone: (845) 486-5643
Fax: (845) 486-5921
Cell: (845) 235-4255 

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: transferring files between zos's

2010-04-07 Thread McKown, John
 -Original Message-
 From: IBM Mainframe Discussion List 
 [mailto:ibm-m...@bama.ua.edu] On Behalf Of Tim Brown
 Sent: Wednesday, April 07, 2010 1:20 PM
 To: IBM-MAIN@bama.ua.edu
 Subject: transferring files between zos's
 
 DFDSS can dump all files with say myqual.*.** to a seq dataset.
 I want the resulting file be ftped to another z/os for loading.
 
 Bascially can a dfdss backup be transferred and reversed at 
 destination
 without having to use sneaker net and tapes.
 
 Tim Brown

Yes, it can. But it is easiest if you take the DFDSS output file and use 
AMATERSE on it. This makes it into a FB/1024 dataset, which is very simple to 
ftp as BINARY, even if it passes through a non-z intermediate node. If you 
are going from z/OS directly to z/OS, then use MODE B.

BINARY
MODE B
PUT DFDSS.FILE 

--
John McKown 
Systems Engineer IV
IT

Administrative Services Group

HealthMarkets(r)

9151 Boulevard 26 * N. Richland Hills * TX 76010
(817) 255-3225 phone * (817)-961-6183 cell
john.mck...@healthmarkets.com * www.HealthMarkets.com

Confidentiality Notice: This e-mail message may contain confidential or 
proprietary information. If you are not the intended recipient, please contact 
the sender by reply e-mail and destroy all copies of the original message. 
HealthMarkets(r) is the brand name for products underwritten and issued by the 
insurance subsidiaries of HealthMarkets, Inc. -The Chesapeake Life Insurance 
Company(r), Mid-West National Life Insurance Company of TennesseeSM and The 
MEGA Life and Health Insurance Company.SM

 

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: transferring files between zos's

2010-04-07 Thread Hal Merritt
For z directly to z, I would suggest:

MODE C  
TYPE E  

Never binary. Works for every file type I've tried so far with data compression 
rates sometimes as high as 80% and 'impossible' data transfer rates. Try it; 
you'll love it. 

Use binary when you have to pass trough a Windows machine. 


-Original Message-
From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of 
McKown, John
Sent: Wednesday, April 07, 2010 2:05 PM
To: IBM-MAIN@bama.ua.edu
Subject: Re: transferring files between zos's

 ..snip

Yes, it can. But it is easiest if you take the DFDSS output file and use 
AMATERSE on it. This makes it into a FB/1024 dataset, which is very simple to 
ftp as BINARY, even if it passes through a non-z intermediate node. If you 
are going from z/OS directly to z/OS, then use MODE B.

BINARY
MODE B
PUT DFDSS.FILE 

--
John McKown 
Systems Engineer IV
IT

 
NOTICE: This electronic mail message and any files transmitted with it are 
intended
exclusively for the individual or entity to which it is addressed. The message, 
together with any attachment, may contain confidential and/or privileged 
information.
Any unauthorized review, use, printing, saving, copying, disclosure or 
distribution 
is strictly prohibited. If you have received this message in error, please 
immediately advise the sender by reply email and delete all copies.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: transferring files between zos's

2010-04-07 Thread Lizette Koehler
I have done this in the past.  All I would suggest is that the output Seq file 
have a BLKSIZE=32760.

DFDSS does not care, but I think FTP likes it better when the blksize is 
understandable.

Lizette


 Tim Brown  Wrote:


DFDSS can dump all files with say myqual.*.** to a seq dataset.
I want the resulting file be ftped to another z/os for loading.

Bascially can a dfdss backup be transferred and reversed at destination
without having to use sneaker net and tapes.



--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: transferring files between zos's

2010-04-07 Thread Bob Shannon
Yes, it can. But it is easiest if you take the DFDSS output file and use 
AMATERSE on it. This makes it into a FB/1024 dataset, which is very simple to 
ftp as BINARY, even if it passes through a non-z intermediate node.

This is exactly what we do. 

Bob Shannon
Rocket Software

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html