Re: CP DEFINE and DETACH

2007-01-22 Thread Edward M. Martin
Health Foundation 330-588-4723 [EMAIL PROTECTED] ext. 40441 -Original Message- From: The IBM z/VM Operating System [mailto:[EMAIL PROTECTED] On Behalf Of Tom Cluster Sent: Saturday, January 20, 2007 12:02 PM To: IBMVM@LISTSERV.UARK.EDU Subject: Re: CP DEFINE and DETACH Hi, Ed

Re: CP DEFINE and DETACH

2007-01-20 Thread Tom Cluster
Hi, Ed, Yes, as you already know, CPCMD only allows come CP commands. (Who knows why...) I know that some people have made the recommendation to zap the table in the phase to replace a command that it allows (but which you don't need to use) with one that you need. I've never done it

CP DEFINE and DETACH

2007-01-19 Thread Ed Zell
I am having a mental block this morning. I need to define a CP spooled printer to capture SDAIDS output in a VSE environment. If I define it and do my thing, do I need to do anything other than DETACH it when I am done to make it go away? // EXEC DTRIATTN,PARM='CP DEFINE 1403 AS FFE' // EXEC

Re: CP DEFINE and DETACH

2007-01-19 Thread Wakser, David
: Friday, January 19, 2007 11:15 AM To: IBMVM@LISTSERV.UARK.EDU Subject: CP DEFINE and DETACH I am having a mental block this morning. I need to define a CP spooled printer to capture SDAIDS output in a VSE environment. If I define it and do my thing, do I need to do anything other than DETACH

Re: CP DEFINE and DETACH

2007-01-19 Thread Hans Rempel
Hi Ed. You can also use the // exec cpcmd and list all commands on separate lines followed by /*. No need for * or CP. Good if you have a lot of cp commands to issue. Hans -- Original Message -- From: Ed Zell [EMAIL PROTECTED] Reply-To: The

Re: CP DEFINE and DETACH

2007-01-19 Thread Ed Zell
No, that is exactly the way I do it - except you need a * before the CP commands, unless you have a product (like MLOG) that will allow CP without it! Thanks David. I don't know why, but I couldn't convince myself that was all I needed to do. And yes, we use MLOG so I can get by without the

Re: CP DEFINE and DETACH

2007-01-19 Thread Ed Zell
Hi Ed. You can also use the // exec cpcmd and list all commands on separate lines followed by /*. No need for * or CP. Good if you have a lot of cp commands to issue. Hi Hans, I tried this: // EXEC CPCMD QUERY VIRTUAL 00E /* And it gave me Command not supported Is CPCMD

Re: CP DEFINE and DETACH

2007-01-19 Thread Hans Rempel
Yes that would be true. I guess because it is a batch command the commands support are. ATTACH CHANGE CLOSE DEFINE DETACH LINK MESSAGE MSGNOH ORDER PURGE RESET REWIND SET SPOOL TAG TRANSFER Hans -- Original Message -- From: