Re: Copying HFS Files

2013-03-17 Thread Shmuel Metz (Seymour J.)
In of9fdd6881.e6d75ee6-on85257b2f.005bce43-85257b2f.005bf...@csc.com, on 03/15/2013 at 12:46 PM, Leonard Sasso lsa...@csc.com said: What program can be used to copy a HFS file to a MVS Data Set? Do you mean a Unix file in an HFS or do you mean an HFS itself? Do you mean a batch utility, a TSO

Copying HFS Files

2013-03-15 Thread Leonard Sasso
What program can be used to copy a HFS file to a MVS Data Set? Thank You. Len Sasso RDC Applications Management - System Administrator, Senior Professional Backup QMR CSC 327 Columbia Turnpike, Rensselaer NY 12144 National Infrastructure Services (NIS) | t: 518.257-4209 | m: 518.894-0879 | f:

Re: Copying HFS Files

2013-03-15 Thread Lizette Koehler
Batch process or under ispf? Look at option 3.17 in ispf Dfdss. Or. Fdr? Lizette -Original Message- From: Leonard Sasso lsa...@csc.com Sent: Mar 15, 2013 9:46 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Copying HFS Files What program can be used to copy a HFS file to a MVS Data Set

Re: Copying HFS Files

2013-03-15 Thread Leonard Sasso
written agreement or government initiative expressly permitting the use of e-mail for such purpose. From: Lizette Koehler stars...@mindspring.com To: IBM-MAIN@LISTSERV.UA.EDU Date: 03/15/2013 12:50 PM Subject:Re: Copying HFS Files Sent by:IBM Mainframe Discussion List IBM

Re: Copying HFS Files

2013-03-15 Thread John McKown
IMO, the simplest way is to use IEBGENER. //COPYUNIX EXEC PGM=IEBGENER //SYSPRINT DD SYSOUT=* //SYSIN DD DUMMY //SYSUT1 DD PATH='/path/to/unix.file', // PATHOPTS=(ORDONLY), // RECFM=?,LRECL=?,BLKSIZE=?, // FILEDATA=TEXT //SYSUT2 DD DSN=NEW.ZOS.DSN, // RECFM=?,LRECL=?,BLKSIZE=?, //

Re: Copying HFS Files

2013-03-15 Thread Paul Gilmartin
On Fri, 15 Mar 2013 17:26:16 +, Leonardo Vaz wrote: You could use the omvs command cp: http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/bpxza5b0/CP?SHELF=EZ2ZBK0KDT=20100625104946 But in a multi-step job, beware the hazards mentioned in the FSUM6259 thread in progress here.

Re: Copying HFS Files

2013-03-15 Thread Rob Schramm
Ocopy Rob Schramm On Mar 15, 2013 2:00 PM, Paul Gilmartin paulgboul...@aim.com wrote: On Fri, 15 Mar 2013 17:26:16 +, Leonardo Vaz wrote: You could use the omvs command cp: http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/bpxza5b0/CP?SHELF=EZ2ZBK0KDT=20100625104946 But in