Re: advise on a simple REXX script to automate FTP from zVM to Linux server

2010-01-15 Thread Fran Hensler
The syntax section of ftp.rexx is impossible to read with either IE or CHARLOTTe. Does someone have readable syntax? I tried accessing the http://ukcc.uky.edu/~tools.1997/ but it times out. /Fran Hensler at Slippery Rock University of Pennsylvania USA for 46 years mailto:f...@zvm.sru.edu

Re: JES to RSCS LPR printer

2010-01-15 Thread Mark Pace
Thanks everyone, I found the problem I was having. Actually fairly dumb on my part. I changed the DEST to bpzvm.xwc132, and it didn't print. I assumed it didn't work. But what I found is that it was in the RSCS queue with a user-hold. When I released the hold it printed. Now I need to find if

Re: JES to RSCS LPR printer

2010-01-15 Thread Bill Munson
I have had that problem at other places and until the MVS people fixed their side I used my SCHEDULER product to change RSCS prt queues to NOHOLD every 30 minutes so anything hung up would print, eventually. good luck munson Mark Pace mpac...@gmail.com Sent by: The IBM z/VM Operating

Re: advise on a simple REXX script to automate FTP from zVM to Linux server

2010-01-15 Thread Bruce Hayden
The original has 3270 line drawing characters in it. I dug up some old tools and tried to convert it to simple line drawing - here is what came out: Syntax: --FTP-+-+- | +---+ |

Re: advise on a simple REXX script to automate FTP from zVM to Linux server

2010-01-15 Thread Gentry, Stephen
Thanks for posting Bruce. I was having a heck of a time converting some of the special characters. -Original Message- From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On Behalf Of Bruce Hayden Sent: Friday, January 15, 2010 8:42 AM To: IBMVM@LISTSERV.UARK.EDU

Re: JES to RSCS LPR printer

2010-01-15 Thread Henry, Bob
You will have to send it to an OUTCLASS in JES that is not defined with OUTDISP=(HOLD...), or release the output in the JES queue prior to sending it to RSCS. Check with your JES folks for a class that has OUTDISP=(WRITE,...). From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu]

Re: advise on a simple REXX script to automate FTP from zVM to Linux server

2010-01-15 Thread Frank M. Ramaekers
After I downloaded it, I XEDITed and entered SET TEXT ON, which makes it readable. Frank M. Ramaekers Jr. Systems Programmer MCP, MCP+I, MCSE RHCE American Income Life Insurance Co. Phone: (254)761-6649 1200 Wooded Acres Dr.Fax: (254)741-5777 Waco, Texas

Re: advise on a simple REXX script to automate FTP from zVM to Linux server

2010-01-15 Thread Magat, Martin
Thank you all for the great response! Best Regards, Martin Magat -Original Message- From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On Behalf Of Frank M. Ramaekers Sent: Friday, January 15, 2010 10:56 PM To: IBMVM@LISTSERV.UARK.EDU Subject: Re: advise on a simple

Re: advise on a simple REXX script to automate FTP from zVM to Linux server

2010-01-15 Thread Fran Hensler
That's the ticket, Frank. I added you hint the top of the file and put it on my VM download site at http://zvm.sru.edu/~download And thanks to Bruce Hayden for his solution. /Fran Hensler at Slippery Rock University of Pennsylvania USA for 46 years mailto:f...@zvm.sru.edu

search a file for 2 character strings

2010-01-15 Thread Wilson, Roger
I am trying to write a rexx exec that counts the number occurrences of 2 strings of characters. I could like to search for N798 and C798 Right now I just do the look at the unique characters results. This is what I have: /* WORDUSE EXEC -- Word Use Analyzer

Re: search a file for 2 character strings

2010-01-15 Thread Jack Woehr
Wilson, Roger wrote: I am trying to write a rexx exec that counts the number occurrences of 2 strings of characters. Copy it over to Linux and grep '[C|N]798' myfile.txt -- Jack J. Woehr# Reality is unpredictable, and no amount of computer technology http://www.well.com/~jax

Re: search a file for 2 character strings

2010-01-15 Thread Schuh, Richard
Roger, If you want, I will send you a copy of my SEARCH package. It will handle the problem quite nicely. Regards, Richard Schuh From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On Behalf Of Wilson, Roger Sent: Friday, January 15, 2010

Re: search a file for 2 character strings

2010-01-15 Thread P S
On Fri, Jan 15, 2010 at 2:23 PM, Schuh, Richard rsc...@visa.com wrote: Roger, If you want, I will send you a copy of my SEARCH package. It will handle the problem quite nicely. But how much fun is THAT on a Friday afternoon???

Re: search a file for 2 character strings

2010-01-15 Thread P S
I think that's: 'PIPE PLOG PRINT W | split | all /N798/ ! /C798/ | count lines | ANSWER TEXT A' isn't it? And that assumes that xN798y should be counted. If not: 'PIPE PLOG PRINT W | split | nlocate 5 | all /N798/ ! /C798/ | count lines | ANSWER TEXT A' On Fri, Jan 15, 2010 at 2:23 PM,

Re: search a file for 2 character strings

2010-01-15 Thread Hughes, Jim
Could very well be. I didn't read the requirements very closely. Jim Hughes 603-271-5586 It is fun to do the impossible. ==-Original Message- ==From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On ==Behalf Of P S ==Sent: Friday, January 15, 2010

Focus User Program Available

2010-01-15 Thread Peter . Webb
Hi, While upgrading to the latest release of Focus, a COBOL program that I wrote in 1989 to shutdown Focus Simultaneous Update 'sink' machines from a client machine stopped working. Since we no longer have a COBOL compiler on CMS, getting this program to work again was unlikely. I have recreated

Re: The return of the mainframe....

2010-01-15 Thread John McKown
On Fri, 2010-01-15 at 20:13 -0600, Rich Smrcina wrote: On 01/15/2010 08:01 PM, Dave Jones wrote: Interesting article in The Economist about the return of the mainframe. The return of the mainframe Back in fashion

Re: The return of the mainframe....

2010-01-15 Thread Rich Smrcina
On 01/15/2010 08:01 PM, Dave Jones wrote: Interesting article in The Economist about the return of the mainframe. The return of the mainframe Back in fashion http://www.economist.com/businessfinance/displaystory.cfm?story_id=15276714 (watch for line wrap) Did the mainframe

The return of the mainframe....

2010-01-15 Thread Dave Jones
Interesting article in The Economist about the return of the mainframe. The return of the mainframe Back in fashion http://www.economist.com/businessfinance/displaystory.cfm?story_id=15276714 (watch for line wrap) -- Dave Jones V/Soft www.vsoft-software.com Houston, TX 281.578.7544

Re: The return of the mainframe....

2010-01-15 Thread Les Koehler
Initial entry cost is quickly overcome by calculating Total Cost of Ownership (TCO). And you have to include *all* the time spent by *all* the people to maintain an Intel farm PLUS retraining, software and desktop support costs. Les John McKown wrote: On Fri, 2010-01-15 at 20:13 -0600, Rich

Re: The return of the mainframe....

2010-01-15 Thread Chip Davis
On 1/16/10 02:17 John McKown said: On Fri, 2010-01-15 at 20:13 -0600, Rich Smrcina wrote: On 01/15/2010 08:01 PM, Dave Jones wrote: Interesting article in The Economist about the return of the mainframe. The return of the mainframe Back in fashion