Re: [CMS-PIPELINES] parsing a word *or* a quote-delimited string

2009-10-21 Thread Thomas Kern
Do the records have to be processed in order? Could you use a locate w3 /'/ to separate the two types of records and process them in separate subpipes before merging them back together? /Tom Kern Glenn Knickerbocker wrote: Thomas Kern wrote: Could you use some stages to force fields 34 to be

Re: [CMS-PIPELINES] parsing a word *or* a quote-delimited string

2009-10-21 Thread Rob van der Heij
I have some pipeline refinery that must parse assembler statements into its components. I pick records with a quote in that particular word and for those revert to parsing fields (where quote is the field separator). The one that bit were things like L'SYMBOL so I had to pick the records where the

[CMS-PIPELINES] Move files and preserve timestamps

2009-10-21 Thread Paul Gilmartin
(Slightly OT, but this is an eclectic list.) I have several dozen files I want to move from a UNIX system to CMS. I'd like to preserve the timestamps. What utilities exist for this? Long ago, I stumbled on DMSPLU MODULE, used by VMFPLCD EXEC, but I could never find any documentation for it.

Re: [CMS-PIPELINES] Move files and preserve timestamps

2009-10-21 Thread Schuh, Richard
This is probably a silly question, but does Unix support NJE? Regards, Richard Schuh -Original Message- From: CMSTSO Pipelines Discussion List [mailto:cms-pipeli...@vm.marist.edu] On Behalf Of Paul Gilmartin Sent: Wednesday, October 21, 2009 1:51 PM To:

Re: [CMS-PIPELINES] Move files and preserve timestamps

2009-10-21 Thread Paul Gilmartin
On 10/21/09 14:59, Schuh, Richard wrote: This is probably a silly question, but does Unix support NJE? I don't believe so. But what if it did? What if I could fake it (perhaps shareware)? How would I proceed? But you got me thinking. There is a NETDATA stage, and somewhere boiler plate to

Re: [CMS-PIPELINES] Move files and preserve timestamps

2009-10-21 Thread Mike Walter
1) Google is your friend: DMSPLU syntax The first hit displays Fran Hensler's reply: www.mail-archive.com/ib...@listserv.uark.../msg19069.html 2) Source code is an even better friend. You should have source code to DMSPLU ASSEMBLE - the syntax is included therein. VMFSETUP ZVM CMS

Re: [CMS-PIPELINES] Move files and preserve timestamps

2009-10-21 Thread Paul Gilmartin
On 10/21/09 15:13, Schuh, Richard wrote: If it did, the timestamps could be preserved using RECEIVE (OLDD. I thought NJE abbreviates Network Job Entry, a facility for submitting batch jobs. So, should I submit a job to someplace that does a SENDFILE? Hmmm. Perhaps we have an NFS server on a

Re: [CMS-PIPELINES] Move files and preserve timestamps

2009-10-21 Thread Schuh, Richard
Also for sending files. We use SENDFILE/RECEIVE on CMS while MVS uses XMIT/RECEIVE. Normally, SENDFILE to another system is NJE format unless you specify SMTP, MIME or some other protocol. Regards, Richard Schuh -Original Message- From: CMSTSO Pipelines Discussion List

Re: [CMS-PIPELINES] Move files and preserve timestamps

2009-10-21 Thread Mike Walter
Is this a one-time effort? If so, hy not send all the files over, then send a list containing all the files and their timestamps. Then run the listing thru and EXEC that runs DMSPLU against each. Mike Walter Hewitt Associates The opinions expressed herein are mine alone, not my employer's.

Re: [CMS-PIPELINES] Move files and preserve timestamps

2009-10-21 Thread Paul Gilmartin
On 10/21/09 15:34, Bob Cronin wrote: See the INMR123 REXX for creating NetData headers. You can set whatever date/times you like when you create them, then simply RECEIVE them. -- Wow! so SENDFILE now uses Pipelines. I'm s far behind the times. But I notice that SENDFILE goes to

Re: [CMS-PIPELINES] Move files and preserve timestamps

2009-10-21 Thread Avery, Matt
The .tar format doesn't have any compression - it just puts a fixed-length header record in front of each file and appends them all together. So it would be much easier to unpack in pipes IMO. Unfortunately, I don't have anything you can steal - I only did it the other way round. I built a pipe

Re: [CMS-PIPELINES] Move files and preserve timestamps

2009-10-21 Thread Michael Harding
I years ago set up a process to mirror the Marist pipelines site, which might be easily adaptable to your situation. It uses ftp as transport, and sets the timestamp of the local files to match the source. Send me a note off-list if you're interested. -- Mike Harding z/VM System Support