Re: C Support for TAP/PRT/PUN

2006-11-29 Thread Dave Wade
--- Dave Jones [EMAIL PROTECTED] wrote: The documentation for coding CSLs can be found in z/VM V5R1.0 CMS Application Development Guide for Assembler (SC24-6070-00), and there's a copy here: http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/Shelves/hcsh2a80 However, the CSL

Re: C Support for TAP/PRT/PUN

2006-11-29 Thread Kris Buelens
Not sure that this does what I want. Of course others may have different needs. The reader stage for example purges the file and if I want to do something like PEEK thats not much help. That's easily fixed/bypassed. Before reading the file: - either CP CH RDR spid KEEP - either CP SP RDR HOLD

Re: Another PIPE how to -2

2006-11-29 Thread Huegel, Thomas
Thanks for all of the tips and suggestions. I did find one that, with a little modification, fit very well into my existing exec. Thanks again. Tom -Original Message- From: The IBM z/VM Operating System [mailto:[EMAIL PROTECTED] Behalf Of Marty Zimelis Sent: Tuesday, November 28, 2006

Re: C Support for TAP/PRT/PUN

2006-11-29 Thread David Boyes
trouble...just grab John Hartmann's POPEN package off of the Pipelines download page (http://vm.marist.edu/~pipeline/). POPEN is an easy to use interface from C, PL/I, Cobol, etc. to Pipelines, so anything coded in these languages can easily exploit the full power of Pipelines,

Re: writing color enhanced messes from rexx execs

2006-11-29 Thread Ray Mansell
Gonen Shoham wrote: So where is this Assemble pgm It's on my A-disk, of course. I guess I should bundle it up and make it available as-is...

Re: writing color enhanced messes from rexx execs

2006-11-29 Thread Don Russell
Ray Mansell wrote: Gonen Shoham wrote: So where is this Assemble pgm It's on my A-disk, of course. I guess I should bundle it up and make it available as-is... I would d/l it from the VM download page if it were available there I hope you can make it available, or if that's too

Re: writing color enhanced messes from rexx execs

2006-11-29 Thread McKown, John
-Original Message- From: The IBM z/VM Operating System [mailto:[EMAIL PROTECTED] On Behalf Of Zoltan Balogh Sent: Tuesday, November 28, 2006 2:41 PM To: IBMVM@LISTSERV.UARK.EDU Subject: Re: writing color enhanced messes from rexx execs First of all thank you for your help, and

Re: writing color enhanced messes from rexx execs

2006-11-29 Thread Mike Walter
For the same reasons (different emulators/keyboards/translate tables) I have pretty much abandoned use if the otherwise much appreciated IBM Logical Not symbol, using rexx's instead. But does not work for Boolean tests, such as: ?broken=1 /* Boolean true */ If ?broken? then ... /* This

Rerouting in RSCS

2006-11-29 Thread Horlick, Michael
Greetings, I have a 3270 SNA printer that has just been de-activated. However, there are some VSE jobs that have that destination specified in their VSE/POWER statements. While we track down all the jobs is there a way to have RSCS reroute a file sent to it with an invalid destination to a

Re: Rerouting in RSCS

2006-11-29 Thread Peter . Webb
From an authorised user: SMSG RSCS REROUTE ALL FOR nodeid printer TO nodeid userid -Original Message- From: The IBM z/VM Operating System [mailto:[EMAIL PROTECTED] On Behalf Of Horlick, Michael Sent: November 29, 2006 12:20 To: IBMVM@LISTSERV.UARK.EDU Subject: Rerouting in RSCS

Re: Rerouting in RSCS

2006-11-29 Thread David Boyes
Check out the RSCS REROUTE statement. It does exactly what you want. From: The IBM z/VM Operating System [mailto:[EMAIL PROTECTED] On Behalf Of Horlick, Michael Sent: Wednesday, November 29, 2006 12:46 PM To: IBMVM@LISTSERV.UARK.EDU Subject: Rerouting in RSCS

Re: Rerouting in RSCS

2006-11-29 Thread Horlick, Michael
Thank you. That worked. Mike From: The IBM z/VM Operating System [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: November 29, 2006 1:13 PM To: IBMVM@LISTSERV.UARK.EDU Subject: Re: Rerouting in RSCS From an authorised user: SMSG RSCS

Re: Rerouting in RSCS

2006-11-29 Thread Horlick, Michael
1 last question. Works well for VSE but for CMS we do not specify nodeid. Printer is IE03. Works ok for TAG DEV 00E DEVVM IE03 where DEVVM is our nodeid but queued for IE03 if TAG DEV 00E IE03. How to do? Mike From: The IBM z/VM Operating System

Re: IPP client for z/VM (was Re: Problem with LPR synchron printing)

2006-11-29 Thread David Boyes
I do a significant amount of z/OS - RSCS - lpr_link - PS printer traff ic for our database users. The network aspects of lpr have caused us some problems in the past and would like to know the benefits of switching to an IPP type of traffic. Can you explain to the list Why/How IPP benefits

Re: Rerouting in RSCS

2006-11-29 Thread Peter . Webb
SMSG RSCS REROUTE ALL FOR IE03 ANY TO nodeid userid -Original Message- From: The IBM z/VM Operating System [mailto:[EMAIL PROTECTED] On Behalf Of Horlick, Michael Sent: November 29, 2006 15:01 To: IBMVM@LISTSERV.UARK.EDU Subject: Re: Rerouting in RSCS 1 last question. Works well

Re: IPP client for z/VM (was Re: Problem with LPR synchron printing)

2006-11-29 Thread David Boyes
The network aspects of lpr have caused us some problems in the past and would like to know the benefits of switching to an IPP type of traffic. Can you explain to the list Why/How IPP benefits our hosts and the networks we have to work in? Sure. One more I forgot: 6) IPP

Re: Rerouting in RSCS

2006-11-29 Thread David Boyes
1 last question. Works well for VSE but for CMS we do not specify nodeid. Printer is IE03. Works ok for TAG DEV 00E DEVVM IE03 where DEVVM is our nodeid but queued for IE03 if TAG DEV 00E IE03. How to do?     If it's just ending up in the CP print queue with that tag, then you'll need to

Re: Rerouting in RSCS

2006-11-29 Thread Horlick, Michael
Thanks again :-) From: The IBM z/VM Operating System [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: November 29, 2006 3:18 PM To: IBMVM@LISTSERV.UARK.EDU Subject: Re: Rerouting in RSCS SMSG RSCS REROUTE ALL FOR IE03 ANY TO nodeid userid

linux perfsvm

2006-11-29 Thread Huegel, Thomas
This is maybe more of a LINUX question. I am installing LINUX SLES9 and setting up PERFSVM to monitor it. The book says SLES9 has RMF built in, but I don't seem to be able to get any stats. I get the following msg. .. FCXLXI640E Cannot connect to LINSNA1 at 172.xx.x.xxx:08803, rc=61 The IP

linuxperfsvm

2006-11-29 Thread Huegel, Thomas
Forget it... the LINUX guy showed up and turned something on in LINUX. All is fine. _ ella for Spam Control has removed 8671 VSE-List messages and set aside 5826 VM-List for me You can use it too - and it's FREE! www.ellaforspam.com http://www.ellaforspam.com

Re: writing color enhanced messes from rexx execs

2006-11-29 Thread Phil Smith III
Zoltan_Balogh [EMAIL PROTECTED] wrote: i have the same problem, now i can color an entire line, but i dont know how can i color only the part of the line.. I look for things at google but i cant find usefull things. Can you help me? You cannot do this in XEDIT, or in linemode. You must use a

Re: writing color enhanced messes from rexx execs

2006-11-29 Thread Wakser, David
I believe you meant: NOT trivial - not non-trivial! David Wakser -Original Message- From: Phil Smith III [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 29, 2006 6:15 PM To: IBMVM@LISTSERV.UARK.EDU Subject: Re: writing color enhanced messes from rexx execs Zoltan_Balogh [EMAIL

Re: writing color enhanced messes from rexx execs

2006-11-29 Thread Schuh, Richard
Aren't not trivial and non-trivial synonymous? From: The IBM z/VM Operating System [mailto:[EMAIL PROTECTED] On Behalf Of Wakser, David Sent: Wednesday, November 29, 2006 3:10 PM To: IBMVM@LISTSERV.UARK.EDU Subject: Re: writing color enhanced messes from rexx

Re: writing color enhanced messes from rexx execs

2006-11-29 Thread Wakser, David
I guess so - but I don't like the sound of it! :) David Wakser From: Schuh, Richard [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 29, 2006 7:01 PM To: IBMVM@LISTSERV.UARK.EDU Subject: Re: writing color enhanced messes from rexx execs Aren't not trivial

Re: C Support for TAP/PRT/PUN

2006-11-29 Thread Dave Wade
--- Richard Troth [EMAIL PROTECTED] wrote: How about DSK? For block i/o to DASD so you can access non-cms formatted DASD directly? Why not Wonder how you could code that using PIPES? -- R; Do