Re: CMS Files to XMIT compatible datastream

2008-08-08 Thread Thomas Kern
Two problems with this solution. I need to get the XMIT file down to a PC. I don't have ISPF on this IFL. /Tom Kern /301-903-2211 On Fri, 8 Aug 2008 00:51:48 -0600, Roger Bolan [EMAIL PROTECTED] wrote: If you have ISPF on VM you can use option 3.6 the SPOOL utility XM optio n to send a

Re: CMS Files to XMIT compatible datastream

2008-08-08 Thread Lionel B. Dyck
How about using VMARC to collect the files into a single transportable file and then on the PC you can use VMA from Leland Lucius VMA can be found at http://homerow.net/zvm/vma.htm The description is: VMA Utility VMA is a utility that allows you to list and/or extract subfiles from VMARC

Re: CMS Files to XMIT compatible datastream

2008-08-08 Thread Thomas Kern
The CMS Files to TSO XMIT is one part of the overall process. The other parts are CMS Files to VMARC, CMS Files to ZIP and CMS Files to TAR. The VMARC option is for people (like me) who would use these files on other z /VM systems. The ZIP option is for people who would only use these files on

Re: CMS Files to XMIT compatible datastream

2008-08-08 Thread Alan Altmark
On Friday, 08/08/2008 at 12:25 EDT, Thomas Kern [EMAIL PROTECTED] wrote: The CMS Files to TSO XMIT is one part of the overall process. The other parts are CMS Files to VMARC, CMS Files to ZIP and CMS Files to TAR. The VMARC option is for people (like me) who would use these files on other

CMS Files to XMIT compatible datastream

2008-08-07 Thread Thomas Kern
What I would like to do is take a list of CMS files and package them together as a single data file compatible with the TSO XMIT and Windows XMIT-Manager programs. I have looked at the PIPELINES BLOCK NETDATA (I am not that good a plumber) and at stacking NETDATA output files together (SPOOL PUN

Re: CMS Files to XMIT compatible datastream

2008-08-07 Thread Schuh, Richard
How about PKZIP? Regards, Richard Schuh -Original Message- From: The IBM z/VM Operating System [mailto:[EMAIL PROTECTED] On Behalf Of Thomas Kern Sent: Thursday, August 07, 2008 8:23 AM To: IBMVM@LISTSERV.UARK.EDU Subject: CMS Files to XMIT compatible datastream What I

Re: CMS Files to XMIT compatible datastream

2008-08-07 Thread Kris Buelens
I sending the files in one MVS job that receives them automatically an option? If yes, I've got a solution, I wrote such code for my former client to transfer accounting and alike to MVS; punched some JCL to call IKJEFT01 (that is TSO) with RECEIVE commands, and finally punched the wanted CMS

Re: CMS Files to XMIT compatible datastream

2008-08-07 Thread David Boyes
Hmm. If the package passes through RSCS, since RSCS doesn't support NETDATA with multiple datasets, won't the package get exploded on transmission? Does anyone have a procedure for combining multiple CMS files into a sing le XMIT data file? /Tom Kern /301-903-2211

Re: CMS Files to XMIT compatible datastream

2008-08-07 Thread Jerry Whitteridge
Subject: Re: CMS Files to XMIT compatible datastream I sending the files in one MVS job that receives them automatically an option? If yes, I've got a solution, I wrote such code for my former client to transfer accounting and alike to MVS; punched some JCL to call IKJEFT01 (that is TSO

Re: CMS Files to XMIT compatible datastream

2008-08-07 Thread Dennis Boone
What I would like to do is take a list of CMS files and package them together as a single data file compatible with the TSO XMIT and Windows XMIT-Manager programs. I have looked at the PIPELINES BLOCK NETDATA (I am not that good a plumber) and at stacking NETDATA output files together

Re: CMS Files to XMIT compatible datastream

2008-08-07 Thread McKown, John
-Original Message- From: The IBM z/VM Operating System [mailto:[EMAIL PROTECTED] On Behalf Of Thomas Kern Sent: Thursday, August 07, 2008 11:43 AM To: IBMVM@LISTSERV.UARK.EDU Subject: Re: CMS Files to XMIT compatible datastream The purpose is to have a datafile that can

Re: CMS Files to XMIT compatible datastream

2008-08-07 Thread Thomas Kern
That alternative, I will keep in my back pocket for a last resort. /Tom Kern /301-903-2211 On Thu, 7 Aug 2008 11:52:37 -0500, McKown, John [EMAIL PROTECTED] wrote: Just as an aside, the Java jar command can be used to create or explode ZIP type files. Most z/OS shops should have Java. It's

Re: CMS Files to XMIT compatible datastream

2008-08-07 Thread Thomas Kern
More information: An example of an XMIT file, taken from the CBTTAPE website contains 5 INM R control records. 1) INMR01 with fromnode fromuser tonode touser information 2) INMR02 with an eyecatcher of IEBCOPY 3) INMR02 with an eyecatcher of INMCOPY 4) INMR03 with some original file

Re: CMS Files to XMIT compatible datastream

2008-08-07 Thread David Boyes
TAPPDS and TAPEMAC can reassemble unloaded PDSes on CMS. In looking around, also look for INMR123 REXX on your S disk. That seems to do something like what you might want. I suspect that the 'some data' is an IEBCOPY unloaded PDS. Now I have an assembler program that reads an IEBCOPY unloaded

Re: CMS Files to XMIT compatible datastream

2008-08-07 Thread A. Harry Williams
On Thu, 7 Aug 2008 14:22:38 -0400 David Boyes said: TAPPDS and TAPEMAC can reassemble unloaded PDSes on CMS. In looking around, also look for INMR123 REXX on your S disk. That seems to do something like what you might want. OSPDS is a rexx stage for Pipelines that breaks apart a IEBCOPY file.

Re: CMS Files to XMIT compatible datastream

2008-08-07 Thread Thomas Kern
The TAPPDS and TAPEMAC programs only read IEBPTPCH, IEBUPDTE and IEHMOVE data files. The IEBCOPY program that I have is from a VM/SP 2 version of the Waterloo Mods tape. It is M0091. It is also included in File 05 of the CBTTape whi ch is a REXX program (with assembler helper programs) to load