Re: A little pipe question.

2011-02-08 Thread Frank M. Ramaekers
Try the IBMVM Pipelines Listserv for a response. Frank M. Ramaekers Jr. From: The IBM z/VM Operating System [mailto:IBMVM@LISTSERV.UARK.EDU] On Behalf Of Tom Huegel Sent: Monday, February 07, 2011 2:10 PM To: IBMVM@LISTSERV.UARK.EDU Subject: A little

Re: A little pipe question.

2011-02-08 Thread Dave Jones
Tom, if the xcmd stage has a secondary output stream defined, Pipelines will write the return code from the cp/cms command there. Does that help? DJ On 02/07/2011 02:09 PM, Tom Huegel wrote: I am trying to replace a WAKEUP (IUCVMSG routine with a PIPE STARMSG. I have the following snippet

Re: A little pipe question.

2011-02-08 Thread Tom Huegel
Thanks David, I thought that was the flow, but I didn't get it to work.. Maybe I was just tired. Between shoveling snow and watching the Super Bowl I'm ready for a vacation. On Tue, Feb 8, 2011 at 5:53 AM, Dave Jones d...@vsoft-software.com wrote: Tom, if the xcmd stage has a secondary output

CHARLOTTe Updates to WW2CORE REXX

2011-02-08 Thread Fran Hensler
Good morning - I am still using CHARLOTTe 2.10 in z/VM 3.1. I think it is great for except one annoyance -- newer HTML entities such as ldquo; rdquo;squo; lsquo; do not get translated into displayable EBCDIC characters. I think it is WW2CORE REXX that does this work and I would like

Re: RSCS CTCA between a first and second level system...

2011-02-08 Thread RPN01
That was it. It¹s all in what you name the nodes Be consistent. -- Robert P. Nix Mayo Foundation.~. RO-OC-1-18 200 First Street SW/V\ 507-284-0844 Rochester, MN 55905 /( )\ -^^-^^ In theory, theory and

Re: A little pipe question.

2011-02-08 Thread Kris Buelens
xcmd is no stage, it just is a command that STARMSG will issue just after its start. I've got an idea, I don't know if it is easily implemented: pass a command to STARMSG with a known response. when that response arrives, send it to some other stream where you uses SPECS to replace it by the

Re: A little pipe question.

2011-02-08 Thread Schuh, Richard
Tom, Here is a pipe that I have extracted from an EXEC that we have been using for several years that does the type of thing you appear to be attempting. Let me know if you have any questions. Regards, Richard Schuh From: The IBM z/VM Operating System

Recall: A little pipe question.

2011-02-08 Thread Schuh, Richard
Schuh, Richard would like to recall the message, A little pipe question..

Product Enabled in System Config File

2011-02-08 Thread Billy Bingham
If I need to enable a product such as RACF or DIRMAINT that is DISABLED in the System Config file do I need to re-ipl z/VM with the product enabled or is there another way to ENABLE a product without an IPL? Thanks, Billy

Re: Product Enabled in System Config File

2011-02-08 Thread Bob McCarthy
Billy, To enable dirmaint, enter the following command : SERVICE DIRM ENABLE (Found in the program directory for Dirmaint) This all that I did to enable DIRMAINT. No IPL required. Bob From: The IBM z/VM Operating System

Re: Product Enabled in System Config File

2011-02-08 Thread Gregg
see HELP CPSET PRODUCT, Class C and E required. On Tue, Feb 8, 2011 at 1:00 PM, Billy Bingham billy.bingham...@suddenlink.net wrote: If I need to enable a product such as RACF or DIRMAINT that is DISABLED in the System Config file do I need to re-ipl z/VM with the product enabled or is there

Re: Product Enabled in System Config File

2011-02-08 Thread Scott Rohling
For DIRMAINT no -- for RACF - you 'will' have to IPL to at some point for RACF to act as an ESM -- but not to enable and install the code. The program directory for these products is the best place to see the steps necessary for installation. Scott Rohling On Tue, Feb 8, 2011 at 11:00 AM,

Re: A little pipe question.

2011-02-08 Thread Dave Jones
Oh.I see I completely misread the pipeline specification, Kris. xcmd was indeed an argument to the starmsg stage. Have a good one. DJ On 02/08/2011 10:23 AM, Kris Buelens wrote: xcmd is no stage, it just is a command that STARMSG will issue just after its start. I've got an idea, I