Re: Help make XEDIT and ISPF EDIT keystroke compatible (WAS: XEDIT Macro and Command Line Input)

2011-08-08 Thread Les Koehler
: your macro should just look at QUEUED() and see if there's something stacked. This is a crude example, because you probably want to do more than just a "LOCATE *" for a M (like EXTRACT /SCREEN and divide by 2, then make it 'COMMAND * -'n or some such), but: /**/

Re: Q STOR command results

2011-08-08 Thread Martin, Terry R. (CMS/CTR) (CTR)
[mailto:IBMVM@LISTSERV.UARK.EDU] On Behalf Of Alan Altmark Sent: Monday, August 08, 2011 1:36 AM To: IBMVM@LISTSERV.UARK.EDU Subject: Re: Q STOR command results On Friday, 08/05/2011 at 02:31 EDT, "Martin, Terry R. (CMS/CTR) (CTR)" wrote: > Does the RESERVE work the same for z/OS? Yes

Help make XEDIT and ISPF EDIT keystroke compatible (WAS: XEDIT Macro and Command Line Input)

2011-08-08 Thread Bob
e example, because you probably want to do more than just a > "LOCATE *" for a M (like EXTRACT /SCREEN and divide by 2, then make it >        'COMMAND * -'n > or some such), but: > > /**/ > if queued() > 0 then pull op > else op = '' > if abb

Re: Q STOR command results

2011-08-07 Thread Alan Altmark
On Friday, 08/05/2011 at 02:31 EDT, "Martin, Terry R. (CMS/CTR) (CTR)" wrote: > Does the RESERVE work the same for z/OS? Yes. This isn't an OS-specific phenomenon. As Bruce indicated, when you identify memory as "reserved" in the image profile, it's just a reservation. No guarantees that y

Re: XEDIT Macro and Command Line Input

2011-08-07 Thread Phil Smith III
Les Koehler wrote: >Isn't there an SPF macro package in the VM Download Library? >In the old days of IGS in Tampa we had a lot of folks that >had the same problem you have and I know I saw it resolved >more than once. But maybe none of those solutions found >their way to the Library (sigh). Ye

Re: Q STOR command results

2011-08-06 Thread Bruce Hayden
I don't know.. Maybe someone here does, or ask on IBM-MAIN. On Fri, Aug 5, 2011 at 2:31 PM, Martin, Terry R. (CMS/CTR) (CTR) wrote: > Bruce, > > Does the RESERVE work the same for z/OS? > > Thank You, > > Terry Martin > Lockheed Martin > CMS - CITIC > 3300 Lord Baltimore Drive, Suite 200, 21244

Re: XEDIT Macro and Command Line Input

2011-08-06 Thread Les Koehler
Smith III wrote: Bob, You're actually trying too hard: your macro should just look at QUEUED() and see if there's something stacked. This is a crude example, because you probably want to do more than just a "LOCATE *" for a M (like EXTRACT /SCREEN and divide by 2, then make it

Re: XEDIT Macro and Command Line Input

2011-08-06 Thread Phil Smith III
Bob, You're actually trying too hard: your macro should just look at QUEUED() and see if there's something stacked. This is a crude example, because you probably want to do more than just a "LOCATE *" for a M (like EXTRACT /SCREEN and divide by 2, then make it &#

Re: XEDIT Macro and Command Line Input

2011-08-05 Thread Les Koehler
One idea (from my memory): Use EXTRACT /CURSOR/ to see if the cursor is past the first character of the cmdline. If so then READ CMDLINE should put the cmdline data on the stack so you can PARSE PULL it. When in doubt about how something like READ actually works, use the HELP command. A

XEDIT Macro and Command Line Input

2011-08-05 Thread Bob
I'm struggling trying to write an XEDIT macro and hoping someone can help me over a tiny stumbling block. I want a pfkey set to a macro. ie. SET PF6 BEFORE MACRO SCROLL And I want to be able to accept an *optional* command line parameter. If there is always a command line parameter I se

Re: Q STOR command results

2011-08-05 Thread Martin, Terry R. (CMS/CTR) (CTR)
@LISTSERV.UARK.EDU] On Behalf Of Bruce Hayden Sent: Friday, August 05, 2011 11:39 AM To: IBMVM@LISTSERV.UARK.EDU Subject: Re: Q STOR command results If you want to allow any LPAR to "grab" all of the unused memory, then you can set the reserve memory to the available unused memory in all LPARs

Re: Q STOR command results

2011-08-05 Thread Bruce Hayden
me Support > Cell - 443 632-4191 > > > > -Original Message- > From: The IBM z/VM Operating System [mailto:IBMVM@LISTSERV.UARK.EDU] On > Behalf Of Alan Altmark > Sent: Thursday, August 04, 2011 10:20 AM > To: IBMVM@LISTSERV.UARK.EDU > Subject: Re: Q STOR command res

Re: Q STOR command results

2011-08-05 Thread Martin, Terry R. (CMS/CTR) (CTR)
command results On Thursday, 08/04/2011 at 10:06 EDT, Richard Baek wrote: > We're trying to add additional storage to some of our zVM LPARs without > IPLing the system. : > Anyone have any idea what we might be doing > wrong ? You need to change the LPAR image profile to ha

Re: Q STOR command results

2011-08-04 Thread Bruce Hayden
gt; q stor > STORAGE = 8G CONFIGURED = 8G INC = 256M STANDBY = 16G  RESERVED = > 8G > Ready; T=0.01/0.01 09:52:45 > > > And I should be able to add both the 8G of reserved and the 16G of standby > using the SET STOR command. > > -- Bruce Hayden z/VM and Linux on System z ATS IBM, Endicott, NY

Re: Q STOR command results

2011-08-04 Thread Richard Baek
= 256M STANDBY = 16G RESERVED = 8G Ready; T=0.01/0.01 09:52:45 And I should be able to add both the 8G of reserved and the 16G of standb y using the SET STOR command.

Re: Q STOR command results

2011-08-04 Thread Alan Altmark
On Thursday, 08/04/2011 at 10:06 EDT, Richard Baek wrote: > We're trying to add additional storage to some of our zVM LPARs without > IPLing the system. : > Anyone have any idea what we might be doing > wrong ? You need to change the LPAR image profile to have some amount of storage defined as

Q STOR command results

2011-08-04 Thread Richard Baek
We're trying to add additional storage to some of our zVM LPARs without IPLing the system. According to the zVM CP Commands manual for zVM 6.1 t he Q STOR command should show STANDBY storage. And Standby storage is defin ed as. Standby storage is a calculated value based on the amou

Re: VARY command update?

2011-03-20 Thread Jeff Gribbin
... and good stuff too from Melinda Varian and others on the Distribution Page ... http://vm.marist.edu/~pipeline/ http://vm.marist.edu/~pipeline/#MWV

Re: VARY command update?

2011-03-19 Thread Kris Buelens
spond to > The IBM z/VM Operating System > > To > IBMVM@LISTSERV.UARK.EDU > cc > Subject > VARY command update? > > > > > Happened to watch operations today in a disaster test... > > Typing "vary on proc 01 vary on proc 02..." > Is a bit te

Re: VARY command update?

2011-03-18 Thread Marcy Cortes
mmands. I appreciate that. But they aren't programmers or plumbers. Marcy From: The IBM z/VM Operating System [mailto:IBMVM@LISTSERV.UARK.EDU] On Behalf Of George Henke/NYLIC Sent: Friday, March 18, 2011 2:20 PM To: IBMVM@LISTSERV.UARK.EDU Subject: Re: [IBMVM] VARY command update? Is t

Re: VARY command update?

2011-03-18 Thread James Laing - Hotmail
with the selection/operation by/on/of a builtin stage - any way you like) - operate on it and output what you need - then it becomes a second to none tool that I got hooked on. From: George Henke/NYLIC Sent: Friday, March 18, 2011 9:20 PM To: IBMVM@LISTSERV.UARK.EDU Subject: Re: VARY command

Re: VARY command update?

2011-03-18 Thread Alan Altmark
On Friday, 03/18/2011 at 05:20 EDT, George Henke/NYLIC wrote: > Is there a PIPE for Dummies book somewhere? > > It seems to be a universal panacea and people, like Marcy here, just magically > pluck these things out of thin air as though it were common knowledge. Though they existed long be

Re: VARY command update?

2011-03-18 Thread George Henke/NYLIC
03/18/2011 05:16 PM Please respond to The IBM z/VM Operating System To IBMVM@LISTSERV.UARK.EDU cc Subject VARY command update? Happened to watch operations today in a disaster test... Typing "vary on proc 01 vary on proc 02..." Is a bit tedious when you've got more t

VARY command update?

2011-03-18 Thread Marcy Cortes
Happened to watch operations today in a disaster test... Typing "vary on proc 01 vary on proc 02..." Is a bit tedious when you've got more than a handful. How about a VARY ON PROC ALL ? (Yes, I gave him a pipe command and yes we can do this in an exec), but it would be

Re: smcli - z/VM System Management command line utility

2011-02-23 Thread Leland Lucius
I don't know about you folks, but I've been finding all sorts of uses for this fella. I had intended to use it for our SLES11 upgrade, but I've found it to be useful in all of those little admin kinds of things. And it's now helping quite a bit in on of our HA NFS clusters. I doubt I'll use

Re: smcli - z/VM System Management command line utility

2011-02-12 Thread Leland Lucius
environment variables SMHOST, SMUSER, and SMPASS to set the corresponding smhost, smuser, and smpass command arguments. By using them, you do not have to specify them each time you run the command. Here's an example of what you'd put in /etc/smapi.conf and/or ~/.smapi: smhost="zvms

Re: smcli - z/VM System Management command line utility

2011-02-12 Thread Michael MacIsaac
Leland, > Some of you folks might find this useful. smcli looks very cool indeed - thanks! > Documentation is slim, agreed :)) Do you have a sample /etc/smcli.conf and -T value that just work? For example, I created a /etc/smapi.conf and tried this: ./smcli-11.042a vnlq -T notsure -n VS

Re: smcli - z/VM System Management command line utility

2011-02-12 Thread Leland Lucius
On 2/11/11 10:26 PM, David Boyes wrote: You, sir, are a god. I've been kicking IBM ever since SMAPI came out for something like this. Thanks. Can you port if to CMS as well? Please? It should be very easy to do in Rexx. Heck, if you linked over to the MAINT 193 disk, you could call DMSSAPI d

Re: smcli - z/VM System Management command line utility

2011-02-11 Thread David Boyes
You, sir, are a god. I've been kicking IBM ever since SMAPI came out for something like this. Thanks. Can you port if to CMS as well? Please? -- db On Feb 11, 2011, at 23:15, "Leland Lucius" wrote: > Some of you folks might find this useful. It implements all but 1 of > the SMAPI functi

smcli - z/VM System Management command line utility

2011-02-11 Thread Leland Lucius
Some of you folks might find this useful. It implements all but 1 of the SMAPI functions in a single bash script. In addition, it supports TCP/IP via bash's builtin /dev/tcp support and IUCV via the embedded smiucv program that you can build using "smcli smiucv". Documentation is slim, so yo

Re: Time out an SFS command

2010-12-24 Thread Alan Ackerman
On Fri, 24 Dec 2010 18:44:04 +0100, Berry van Sleeuwen wrote: >Would PIPSTOP cancel the SFS command (or any CP/CMS command for that >matter)? If so then you could use PIPSTOP to end the pipeline. Just a >theory, not tested in any way... As John Hartmann explained: >> From:

Re: Time out an SFS command

2010-12-24 Thread Alan Ackerman
We think the problem is IPGATE, which IBM does not support, right? In one case when my PROFILE EXEC in Richmond, VA issues ACCESS SFSKC:ACKERMAN.TOOLS C I can fix the problem via #CP IPL ACC (NOPROF FORCE IPGATE AUTOLOG IPGATE In the case I reported here, I don't even get an error message un

Re: Time out an SFS command

2010-12-24 Thread Dave Jones
If anyone is interested, I have a TIMEBOMB module that lets a CMS user set the CP command(s) to be executed and the amount of time to wait before the timebomb 'explodes'. Drop me a note off list if anyone would like a copy. Merry Christmas to all DJ On 12/24/2010 07:44 AM, Rona

Re: Time out an SFS command

2010-12-24 Thread Berry van Sleeuwen
Would PIPSTOP cancel the SFS command (or any CP/CMS command for that matter)? If so then you could use PIPSTOP to end the pipeline. Just a theory, not tested in any way... 'PIPE (end \) command LISTDIR ...', /* execute command */ '| stem',/* sto

Re: Time out an SFS command

2010-12-24 Thread jcb
On 12/24/2010 8:44 AM, Ronald van der Laan wrote: Or use the CP timebomb to issue a timed CP command within your own userid. Ronald van der Laan What about doing an async dmsconn csl call, and then if you get no response in several iterations of dmscheck, then close the workunit ??? John

Re: Time out an SFS command

2010-12-24 Thread Ronald van der Laan
Or use the CP timebomb to issue a timed CP command within your own userid. Ronald van der Laan

Re: Time out an SFS command

2010-12-23 Thread Alan Altmark
John was right, you can't set a timeout for sfs commands. Having another ID hx your ID after a too-long wait is about it. That said, you're better off trying to find out why your workunit is hanging and solve the *real* problem. Maybe the server is hung up on a backup. Depending on what's going

Re: Time out an SFS command

2010-12-23 Thread Alan Altmark
John was right, you can't cause an sfs command to time out. - Original Message - From: Alan Ackerman [alan.acker...@bankofamerica.com] Sent: 12/23/2010 06:09 PM CST To: IBMVM@LISTSERV.UARK.EDU Subject: [IBMVM] Time out an SFS command Moving this question from CMS-PIPELINES to

Re: Time out an SFS command

2010-12-23 Thread Alan Altmark
John was right, you can't cancel an SFS command

Time out an SFS command

2010-12-23 Thread Alan Ackerman
Moving this question from CMS-PIPELINES to IBMVM, since I am assured by John Hartmann that it cannot be done with CMS Pipelines. Anyone figured out how to get it to time out? Sender: CMSTSO Pipelines Discussion List From: "Ackerman, Alan" Subject: Time out a C

Re: SPOOL PIPE Command

2010-12-01 Thread Rich Smrcina
On 12/01/2010 08:54 AM, George Henke/NYLIC wrote: Anybody have a PIPE for cleaning up the SPOOL? Take a look at SFPURGER. -- Rich Smrcina Velocity Software, Inc. Mobile: 414-491-6001 Office: 262-392-3717 http://www.velocitysoftware.com Catch the WAVV! http://www.wavv.org WAVV 2011 - April 15-1

Re: SPOOL PIPE Command

2010-12-01 Thread Bob McCarthy
9:54 AM To: IBMVM@LISTSERV.UARK.EDU Subject: SPOOL PIPE Command Anybody have a PIPE for cleaning up the SPOOL?

SPOOL PIPE Command

2010-12-01 Thread George Henke/NYLIC
Anybody have a PIPE for cleaning up the SPOOL?

Re: FTP Command To Use SSL without TLS?

2010-11-18 Thread Michael Coffin
Thanks Alan. :) -Mike -Original Message- From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On Behalf Of Alan Altmark Sent: Thursday, November 18, 2010 10:46 AM To: IBMVM@LISTSERV.UARK.EDU Subject: Re: FTP Command To Use SSL without TLS? On Thursday, 11/18/2010 at 10

Re: FTP Command To Use SSL without TLS?

2010-11-18 Thread Alan Altmark
On Thursday, 11/18/2010 at 10:34 EST, Michael Coffin wrote: > I need to connect to an FTPS server on my network that has Implicit SSL > enabled. Using the CMS FTP client, what is the magic incantation of options to > initiate a secure session WITHOUT using TLS? > > The SECURE option says th

FTP Command To Use SSL without TLS?

2010-11-18 Thread Michael Coffin
Greetings, I need to connect to an FTPS server on my network that has Implicit SSL enabled. Using the CMS FTP client, what is the magic incantation of options to initiate a secure session WITHOUT using TLS? The SECURE option says the connection will be secured using TLS. Obviously, that's

Re: cp command or utility to query what machine is using more cpu or io or memory

2010-09-23 Thread Rogério Soares
employer's. > > > > > Rogério Soares > > Sent by: "The IBM z/VM Operating System" > 09/23/2010 04:50 PM > Please respond to > "The IBM z/VM Operating System" > > > > To > IBMVM@LISTSERV.UARK.EDU > cc > > Subject > cp c

Re: cp command or utility to query what machine is using more cpu or io or memory

2010-09-23 Thread Scott Rohling
No single 'query' command, no. You should enable and configure PERFKIT (Performance Toolkit) .. once you do so, you can query many performance aspects of your system, including which users are using the most cpu, memory, io, paging, etc.. Scott Rohling 2010/9/23 Rogério Soa

Re: cp command or utility to query what machine is using more cpu or io or memory

2010-09-23 Thread Mike Walter
latest name changes correct). Mike Walter Hewitt Associates The opinions expressed herein are mine alone, not my employer's. Rogério Soares Sent by: "The IBM z/VM Operating System" 09/23/2010 04:50 PM Please respond to "The IBM z/VM Operating System" To IBMV

cp command or utility to query what machine is using more cpu or io or memory

2010-09-23 Thread Rogério Soares
Hi listeners, there is a way to query what guest is using more cpu or memory using cp or cms? Tia, Rogério Soares

Re: CP Command to prefix messages...

2010-08-02 Thread Frank M. Ramaekers
t: Re: CP Command to prefix messages... HELP TERMINAL TIMESTMP gives you the format and options. Jim Hughes 603-271-5586 "It is fun to do the impossible." From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.ed

Re: CP Command to prefix messages...

2010-08-02 Thread Schuh, Richard
TERM TIMESTMP ON Regards, Richard Schuh From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On Behalf Of Frank M. Ramaekers Sent: Monday, August 02, 2010 12:54 PM To: IBMVM@LISTSERV.UARK.EDU Subject: CP Command to prefix messages

Re: CP Command to prefix messages...

2010-08-02 Thread Hughes, Jim
nt: Monday, August 02, 2010 3:54 PM To: IBMVM@LISTSERV.UARK.EDU Subject: CP Command to prefix messages... ...with a time stamp. I seem to remember one, but can't find it. Frank M. Ramaekers Jr. Systems Programmer MCP, MCP+I, MCSE & RHCE American Income Life Insurance Co. Phone:

CP Command to prefix messages...

2010-08-02 Thread Frank M. Ramaekers
...with a time stamp. I seem to remember one, but can't find it. 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 76701 ___

Re: query command to text file

2010-06-03 Thread Dean, David (I/S)
Thank you, saved me a ton of time. From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On Behalf Of Scott Rohling Sent: Thursday, June 03, 2010 12:37 PM To: IBMVM@LISTSERV.UARK.EDU Subject: Re: query command to text file >From the command l

Re: query command to text file

2010-06-03 Thread Scott Rohling
>From the command line:PIPE CP QUERY x | > QUERY OUTPUT A -- or PIPE CMS for CMS queries ... Scott Rohling On Thu, Jun 3, 2010 at 10:32 AM, Dean, David (I/S) wrote: > Ok, I apologize up front, this is probably real simple. I need to output > a bunch of query comm

query command to text file

2010-06-03 Thread Dean, David (I/S)
Ok, I apologize up front, this is probably real simple. I need to output a bunch of query commands to text files to download, e.g. in Linux "ls > output.txt". David M. Dean Information Systems BlueCross BlueShield Tennnessee - Please see th

Re: Override file/modify command

2010-05-20 Thread Wandschneider, Scott
Ok, I got it now - Thank you! Thank you, Scott -Original Message- From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On Behalf Of Bruce Hayden Sent: Thursday, May 20, 2010 9:29 AM To: IBMVM@LISTSERV.UARK.EDU Subject: Re: Override file/modify command The modify

Re: Override file/modify command

2010-05-20 Thread Bruce Hayden
The modify command replaces (I think the actual term would be "overrides") the current definition. So, if you use: MODIFY COMMAND SHUTDOWN PRIVCLASS S MODIFY COMMAND FORCEPRIVCLASS S then SHUTDOWN and FORCE have been removed from Class A and only users with Class S can use them. I

Re: Override file/modify command

2010-05-20 Thread Wandschneider, Scott
Bruce, Is my modify command "adding" class S to FORCE and SHUTDOWN? I thought it was to *replace* class A with class S. What am I missing? >From SYSTEM CONFIG file: MODIFY COMMAND SHUTDOWN PRIVCLASS S MODIFY COMMAND FORCE

Override file/modify command

2010-05-20 Thread Richard Corak
Also might try LOCATE CMDBK command Richard Corak

Re: Override file/modify command

2010-05-19 Thread Bruce Hayden
I'm not sure Enter Q COMMANDS FORCE on OPERATOR to see if it is allowed to issue the FORCE command, and if so, what priv class is allowing it to do it. On Wed, May 19, 2010 at 3:09 PM, Wandschneider, Scott wrote: > I have the following in my production SYS CONFIG file yet OPERA

Re: Override file/modify command

2010-05-19 Thread Bruce Hayden
The XAUTOLOG is both Class A and Class B. So, MAINT, which has Class B, can still issue XAUTOLOG. Enter Q COMMANDS XAUTOLOG and you will see if you are allowed to issue that command and which privilege class allows you to do it. See http://www.vm.ibm.com/download/packages/descript.cgi?CMDTABLE

Re: Override file/modify command

2010-05-19 Thread Wandschneider, Scott
I have the following in my production SYS CONFIG file yet OPERATOR, who does *not* have privilege class S was able to issue a FORCE command this past weekend and cause a user to be hung at LOGOFF/FORCE ending. MODIFY COMMAND SHUTDOWN PRIVCLASS S MODIFY COMMAND FORCEPRIVCLASS S What

Override file/modify command

2010-05-19 Thread Karl Kingston
hen I read the docs, it says this will take the commands away from class A users. But yet, if I'm logged on as MAINT (has class A) or OPERATOR, the commands work. Am I misunderstanding something here? On my 5.4 system I want to use the Modify command. My commands are: MODIFY

Re: VMTAPE Command

2010-05-05 Thread David Boyes
s call "something else" to control the library automation. Maybe you should add NJE to your Linux systems? If we could agree on a command protocol, you might end up defining how to get channel-attached tape usable in Linux. -- db

Re: VMTAPE Command

2010-05-05 Thread Mike Walter
d-aid/bubblegum method of entering a command on VM:Operator, which would send a message through an RSCS NJE connection to our z/OS systems. Automation on those z/OS systems trapped the message, issued the requested command on the appropriate z/OS system(s), trapped the response, and sent it back

Re: VMTAPE Command

2010-05-05 Thread David Boyes
> I'd be somewhat surprised that a hardware provider has a requirement > for a > very specific software vendor's tape library product (e.g. CA's > VM:Tape, > IBM's "Tape Manager for z/VM" product, etc.). In fact, since the interface for manipulating library changer hardware is not documented, mos

Re: VMTAPE Command

2010-05-04 Thread Mike Walter
for more specific information regarding the "VMTAPE" command they are requesting. No IBM VM system has ever been distributed with a VMTAPE command as part of CMS. Mike Walter Hewitt Associates The opinions expressed herein are mine alone, not my employer's. "Mario Iza

Re: VMTAPE Command

2010-05-04 Thread Hughes, Jim
0:58 AM To: IBMVM@LISTSERV.UARK.EDU Subject: Re: VMTAPE Command Is that the company where I work, we are looking to buy a VTL and we have a proposal from a vendor and specification says that through the command VMTAPE virtual tapes are mounted in order to make'S DUMP CMS files, spool, etc. etc.

Re: VMTAPE Command

2010-05-04 Thread Mario Izaguirre
Is that the company where I work, we are looking to buy a VTL and we have a proposal from a vendor and specification says that through the command VMTAPE virtual tapes are mounted in order to make'S DUMP CMS files, spool, etc. etc. Do not know if the previous VM see. 2.3. I had before

Re: VMTAPE Command

2010-05-04 Thread Jagos, Brian V
Sent: Tuesday, May 04, 2010 10:53 To: IBMVM@LISTSERV.UARK.EDU Subject: Re: VMTAPE Command Thank you very much for the help. Best Regards, Mario Izaguirre Mainframe System Programmer Barcelona, Spain De: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] En

Re: VMTAPE Command

2010-05-04 Thread David Boyes
VMTAPE is a product currently owned by CA. It's not part of the base system. -- db From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On Behalf Of Mario Izaguirre Sent: Tuesday, May 04, 2010 10:25 AM To: IBMVM@LISTSERV.UARK.EDU Subject: VMTAPE Command Hi listeners, I w

Re: VMTAPE Command

2010-05-04 Thread Mario Izaguirre
@LISTSERV.UARK.EDU Asunto: Re: VMTAPE Command Mario, VMTAPE doesn't come with z/VM, it's a product you buy from CA and install on z/VM. when I enter HELP VMTAPE the response is: Copyright Computer Associates International, Inc. 1996 VM:Tape, a proprietary software

Re: VMTAPE Command

2010-05-04 Thread Mike Walter
There is no "VMTAPE" command supplied with z/VM. There is a CA product called "VM:Tape" which provides a VMTAPE command. Perhaps if you describe your circumstances more fully, then we can provide additional information. For example, - did you have a VMTAPE command w

Re: VMTAPE Command

2010-05-04 Thread Romanowski, John (OFT)
anage tape volumes and tape drives. From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On Behalf Of Mario Izaguirre Sent: Tuesday, May 04, 2010 10:25 AM To: IBMVM@LISTSERV.UARK.EDU Subject: VMTAPE Command Hi listeners, I wanted to know if the command CMS VMTAPE is supported in z/

VMTAPE Command

2010-05-04 Thread Mario Izaguirre
Hi listeners, I wanted to know if the command CMS VMTAPE is supported in z/VM 5.4? I give "HELP VMTAPE" with the user MAINT and don't show me the help panel on the command. Thank you in advance. Best Regards, Mario Izaguirre Mainframe Sy

Re: Message Command

2010-04-28 Thread Billy Bingham
ve got the right privilege class (by default CP class B), there is the > MSGNOH command > (Message without header). In the sample, the user would see > LFU999 REXX LFUSERS to log off the LINUX users has completed successfully. > > Note too that if you'd intercept the message w

Re: Message Command

2010-04-28 Thread Kris Buelens
If you've got the right privilege class (by default CP class B), there is the MSGNOH command (Message without header). In the sample, the user would see LFU999 REXX LFUSERS to log off the LINUX users has completed successfully. Note too that if you'd intercept the message with WA

Re: Message Command

2010-04-28 Thread Mike Walter
MSG "1. If a message is issued from a CMS environment, the command and the message text cannot be longer than 240 characters." Mike Walter Hewitt Associates The opinions expressed herein are mine alone, not my employer's. "Billy Bingham" Sent by: "The IBM z/VM O

Message Command

2010-04-28 Thread Billy Bingham
Hello All, If I send the following message to a logged on user will it be considered as one message or two messages. Note that it continues to second line. 09:57:44 * MSG FROM MAINT: LFU999 REXX LFUSERS to log off the LINUX users has completed successfully.

Re: cp display command

2010-03-01 Thread zMan
On Mon, Mar 1, 2010 at 9:00 AM, Westlund, Mats (Mainframe servers) < mats.westl...@hp.com> wrote: > how can I rewrite this display command "d t0.50;base00" so it uses the > content of register 0 as a pointer. > You can't. The DISPLAY command faithfully foll

cp display command

2010-03-01 Thread Westlund, Mats (Mainframe servers)
how can I rewrite this display command "d t0.50;base00" so it uses the content of register 0 as a pointer. Mats Westlund HP Sverige AB

Re: CP FLASHCOPY command fails to work on z/VM 5.4

2010-01-26 Thread Kris Buelens
et for RSU903. It was the > >only thing that came up (resolves two APARs) when I searched IBMLink > >for "flashcopy z/VM 5.4" > > > >Ron > > > >On Tue, Jan 26, 2010 at 1:51 PM, C. Lawrence Perkins > > wrote: > >> Yes, I just went "

Re: CP FLASHCOPY command fails to work on z/VM 5.4

2010-01-26 Thread Hans Rempel
works well. Not a problem with VMSEUCRE. Hans -Original Message- From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On Behalf Of C. Lawrence Perkins Sent: January-26-10 5:08 PM To: IBMVM@LISTSERV.UARK.EDU Subject: Re: CP FLASHCOPY command fails to work on z/VM 5.4

Re: CP FLASHCOPY command fails to work on z/VM 5.4

2010-01-26 Thread C. Lawrence Perkins
> >Ron > >On Tue, Jan 26, 2010 at 1:51 PM, C. Lawrence Perkins > wrote: >> Yes, I just went "live" with z/VM 5.4 at RSU 901 and I'm experiencing the >> exact same problem. >> >> There's no "Command started" message, there IS a &qu

Re: CP FLASHCOPY command fails to work on z/VM 5.4

2010-01-26 Thread Ron Schmiedge
5.4 at RSU 901 and I'm experiencing the > exact same problem. > > There's no "Command started" message, there IS a "Command completed" > message, and the FLASHCOPY doesn't run, it can't be seen with a Q FLASHCOPY > and it can't be seen in the Copy

Re: CP FLASHCOPY command fails to work on z/VM 5.4

2010-01-26 Thread C. Lawrence Perkins
Yes, I just went "live" with z/VM 5.4 at RSU 901 and I'm experiencing the exact same problem. There's no "Command started" message, there IS a "Command completed" message, and the FLASHCOPY doesn't run, it can't be seen with a Q FLASHCO PY an

Re: CAPTURE OUTPUT FROM COMMAND

2010-01-25 Thread Victor Ochoa Avila
thanks for your help the solution I work correctly Thanks to all Atte Victor Hugo 2010/1/21 P S > On Thu, Jan 21, 2010 at 9:08 PM, P S wrote: > > 'CP SPOOL PUNCH CONT' > > 'PUNCH SCRIPT LINUX A' > > parse value diag(8, 'SPOOL PUNCH CLOSE NOCONT') with . . spoolid . > > Oops, meant to expl

Re: Capturing output from SMSG command

2010-01-22 Thread Schuh, Richard
> To: IBMVM@LISTSERV.UARK.EDU > Subject: Re: Capturing output from SMSG command > > On Friday, 01/22/2010 at 11:04 EST, "Davis, Larry (National > VM/VSE Capability)" wrote: > > I am sending an SMSG request to RSCS and want to capture > the output in > > a > P

Re: Capturing output from SMSG command

2010-01-22 Thread Schuh, Richard
If the command is to the local RSCS machine, look at the CRI interface. If not to the local, it is more difficult as the response comes back as a MSG from the distant node. I have a GETRSCS EXEC designed to handle both that I might be willing to share. I do not see the package on the download

Re: Capturing output from SMSG command

2010-01-22 Thread Davis, Larry (National VM/VSE Capability)
Thanks Alan and Scott I will try that Larry Davis From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On Behalf Of Scott Rohling Sent: Friday, January 22, 2010 11:30 AM To: IBMVM@LISTSERV.UARK.EDU Subject: Re: Capturing output from SMSG command Note that setting SMSG to IUCV

Re: Capturing output from SMSG command

2010-01-22 Thread Scott Rohling
> Sent: Friday, January 22, 2010 11:23 AM > To: IBMVM@LISTSERV.UARK.EDU > Subject: Re: Capturing output from SMSG command > > There is a real nice EXEC on the VM Download page called GETRSCS. It > does what you need and works well. > > Thank you, > > Scott > > -Origi

Re: Capturing output from SMSG command

2010-01-22 Thread Alan Altmark
eem to be getting the data > into the stream after the command is sent to RSCS arg parm1 'CP SET MSG IUCV' 'PIPE (endchar ?)', 'starmsg CP SMSG RSCS' parm1, '| spec word 2-*', '| stem rscs.', '?', 'literal +1', '| delay', '| pipestop' 'CP SET MSG ON' Alan Altmark z/VM Development IBM Endicott

Re: Capturing output from SMSG command

2010-01-22 Thread Davis, Larry (National VM/VSE Capability)
: Friday, January 22, 2010 11:23 AM To: IBMVM@LISTSERV.UARK.EDU Subject: Re: Capturing output from SMSG command There is a real nice EXEC on the VM Download page called GETRSCS. It does what you need and works well. Thank you, Scott -Original Message- From: The IBM z/VM Operating System

Re: Capturing output from SMSG command

2010-01-22 Thread Wandschneider, Scott
22, 2010 10:02 AM To: IBMVM@LISTSERV.UARK.EDU Subject: Capturing output from SMSG command I am sending an SMSG request to RSCS and want to capture the output in a PIPE to parse and output to the console. I have been using the STARMSG stage, but I don't seem to be getting the data into the s

Re: Capturing output from SMSG command

2010-01-22 Thread Dave Jones
the output in a PIPE to parse and output to the console. I have been using the STARMSG stage, but I don't seem to be getting the data into the stream after the command is sent to RSCS Larry Davis VM Capability HP Enterprise Services Tel: +1 813 394 4240 E-mail: larry.dav...@hp.com<mailt

Re: Capturing output from SMSG command

2010-01-22 Thread Scott Rohling
; > I have been using the STARMSG stage, but I don't seem to be getting the > data into the stream after the command is sent to RSCS > > > Larry Davis > VM Capability > HP Enterprise Services > Tel: +1 813 394 4240 > E-mail: larry.dav...@hp.com<mailto:name.n...@eds.com> >

Capturing output from SMSG command

2010-01-22 Thread Davis, Larry (National VM/VSE Capability)
I am sending an SMSG request to RSCS and want to capture the output in a PIPE to parse and output to the console. I have been using the STARMSG stage, but I don't seem to be getting the data into the stream after the command is sent to RSCS Larry Davis VM Capability HP Enterprise Service

Re: CAPTURE OUTPUT FROM COMMAND

2010-01-21 Thread P S
On Thu, Jan 21, 2010 at 9:08 PM, P S wrote: > 'CP SPOOL PUNCH CONT' > 'PUNCH SCRIPT LINUX A' > parse value diag(8, 'SPOOL PUNCH CLOSE NOCONT') with . . spoolid . Oops, meant to explain that, too: The SPOOL PUNCH CONT tells CP "When a file is punched, don't close the virtual punch file until expl

  1   2   3   4   5   >