Re: Copyfile with PACK on MVS ?

2010-12-21 Thread Rob van der Heij
Thanks for all the on-line and off-line enhancements of my rusty MVS skills. I should have some options now. Two platforms separated by a common code page ;-)

Re: Copyfile with PACK on MVS ?

2010-12-21 Thread Tony Saul
1:43 PM Subject: Copyfile with PACK on MVS ? Friends, When a RECFM V file is transferred through download/upload with a PC, we need to protect the record layout. And when it's non-text you can't stick CRLF between the lines. On VM we normally have people use the PACK option of COPYFILE, whic

Re: Copyfile with PACK on MVS ?

2010-12-21 Thread Roger Bolan
) // PEND --Roger On Tue, Dec 21, 2010 at 6:00 AM, McKown, John wrote: > > -Original Message- > > From: The IBM z/VM Operating System > > [mailto:ib...@listserv.uark.edu] On Behalf Of Rob van der Heij > > Sent: Tuesday, December 21, 2010 3:22 AM > > To

Re: Copyfile with PACK on MVS ?

2010-12-21 Thread George Henke/NYLIC
You can use GIMZIP and GIMUNZIP on MVS, z/OS. Rob van der Heij Sent by: The IBM z/VM Operating System 12/21/2010 07:29 AM Please respond to The IBM z/VM Operating System To IBMVM@LISTSERV.UARK.EDU cc Subject Re: Copyfile with PACK on MVS ? On Tue, Dec 21, 2010 at 12:20 PM, Kris

Re: Copyfile with PACK on MVS ?

2010-12-21 Thread Dave Jones
A file TERSEd on MVS can be untersed on z/VM. Here's the JCL to do it on MVS: //TERSEEXEC PGM=TRSMAIN,PARM=PACK //SYSPRINT DD SYSOUT=* //INFILE DD DISP=SHR,DSN=YOUR.INPUT.DATASET //OUTFILE DD DISP=(NEW,CATLG),UNIT=SYSDA, //SPACE=(CYL,(10,5),RLSE), //DSN=YOUR.TERSED.D

Re: Copyfile with PACK on MVS ?

2010-12-21 Thread McKown, John
> -Original Message- > From: The IBM z/VM Operating System > [mailto:ib...@listserv.uark.edu] On Behalf Of Rob van der Heij > Sent: Tuesday, December 21, 2010 3:22 AM > To: IBMVM@LISTSERV.UARK.EDU > Subject: Copyfile with PACK on MVS ? > > Friends, > > When

Re: Copyfile with PACK on MVS ?

2010-12-21 Thread Richard Troth
Maybe NETDATA? -- R;   <>< On Tue, Dec 21, 2010 at 04:21, Rob van der Heij wrote: > Friends, > > When a RECFM V file is transferred through download/upload with a PC, > we need to protect the record layout. And when it's non-text you can't > stick CRLF between the lines. On VM we normally ha

Re: Copyfile with PACK on MVS ?

2010-12-21 Thread Rob van der Heij
On Tue, Dec 21, 2010 at 12:20 PM, Kris Buelens wrote: > On VM at least TERSE creates a F 1024 file, wouldn't it do that on MVS too? Well, you can also talk IND$FILE into making F 1024 file, but that does not help... ;-) But since I think the service process uses "tersed" VMFPLC images, I got mor

Re: Copyfile with PACK on MVS ?

2010-12-21 Thread Kris Buelens
On VM at least TERSE creates a F 1024 file, wouldn't it do that on MVS too? 2010/12/21 Rob van der Heij > Friends, > > When a RECFM V file is transferred through download/upload with a PC, > we need to protect the record layout. And when it's non-text you can't > stick CRLF between the lines. O

Copyfile with PACK on MVS ?

2010-12-21 Thread Rob van der Heij
Friends, When a RECFM V file is transferred through download/upload with a PC, we need to protect the record layout. And when it's non-text you can't stick CRLF between the lines. On VM we normally have people use the PACK option of COPYFILE, which puts enough info in the file to restore the struc