Re: PIPE, CMS kind of question.

2007-01-11 Thread Steve Gentry
Thank you all for the excellent suggestions. This EXEC is for a single user(me) who should remember to change the storage size in the first place. It's nothing mission critical, so I'll just have to remember to change the storage size. I guess I was hoping for a double-secret diag code or

Re: PIPE, CMS kind of question.

2007-01-11 Thread Fran Hensler
Steve - I wrote my VMSTOR EXEC in 1985 to change storage and IPL CMS or CMSL and then invoke an EXEC or CMS command. Here's an example: /* SPSS EXEC FJH 01/14/85 SRU */ /* Change VM machine size if necessary for SPSS */ parse arg

Re: PIPE, CMS kind of question.

2007-01-11 Thread Alan Altmark
On Thursday, 01/11/2007 at 08:05 EST, Steve Gentry [EMAIL PROTECTED] wrote: Thank you all for the excellent suggestions. This EXEC is for a single user(me) who should remember to change the storage size in the first place. It's nothing mission critical, so I'll just have to remember to

Re: PIPE, CMS kind of question.

2007-01-11 Thread Schuh, Richard
Now that is scary!!! Regards, Richard Schuh From: The IBM z/VM Operating System [mailto:[EMAIL PROTECTED] On Behalf Of David Kreuter Sent: Wednesday, January 10, 2007 4:24 PM To: IBMVM@LISTSERV.UARK.EDU Subject: Re: PIPE, CMS kind of question

Re: PIPE, CMS kind of question.

2007-01-11 Thread Stracka, James (GTI)
Subject: PIPE, CMS kind of question. I have an EXEC I want to run but I need to be sure the user has a certain amount of virtual storage before it can run. I can get this information with PIPE and a Q V STOR. If the storage is less than 50M

PIPE, CMS kind of question.

2007-01-10 Thread Steve Gentry
I have an EXEC I want to run but I need to be sure the user has a certain amount of virtual storage before it can run. I can get this information with PIPE and a Q V STOR. If the storage is less than 50M then I want to increase the storage to 50M. Then I want the EXEC to continue on. Here

Re: PIPE, CMS kind of question.

2007-01-10 Thread Kris Buelens
You can only chain CP commands together... You'd need to fiddle with the user's PROFILE EXEC to make it run the EXEC. And, you should use IPL CMS PARM AUTOCR as to avoid the user ends in VM READ -- Kris Buelens, IBM Belgium, VM customer support 2007/1/10, Steve Gentry [EMAIL PROTECTED]: I

Re: PIPE, CMS kind of question.

2007-01-10 Thread Shimon Lebowitz
On 10 Jan 2007 at 16:14, Steve Gentry wrote: I have an EXEC I want to run but I need to be sure the user has a certain amount of virtual storage before it can run. I can get this information with PIPE and a Q V STOR. If the storage is less than 50M then I want to increase the storage

Re: PIPE, CMS kind of question.

2007-01-10 Thread Mike Walter
: PIPE, CMS kind of question. You can only chain CP commands together... You'd need to fiddle with the user's PROFILE EXEC to make it run the EXEC. And, you should use IPL CMS PARM AUTOCR as to avoid the user ends in VM READ -- Kris Buelens, IBM Belgium, VM customer support 2007/1/10

Re: PIPE, CMS kind of question.

2007-01-10 Thread Huegel, Thomas
Operating System [mailto:[EMAIL PROTECTED] Behalf Of Steve Gentry Sent: Wednesday, January 10, 2007 3:14 PM To: IBMVM@LISTSERV.UARK.EDU Subject: PIPE, CMS kind of question. I have an EXEC I want to run but I need to be sure the user has a certain amount of virtual storage before it can run. I can

Re: PIPE, CMS kind of question.

2007-01-10 Thread Schuh, Richard
/VM Operating System [mailto:[EMAIL PROTECTED] On Behalf Of Huegel, Thomas Sent: Wednesday, January 10, 2007 1:56 PM To: IBMVM@LISTSERV.UARK.EDU Subject: Re: PIPE, CMS kind of question. A different approach might be to send a message to operator (PROP or some other automation) and then logoff

Re: PIPE, CMS kind of question.

2007-01-10 Thread Rob van der Heij
On 1/10/07, Kris Buelens [EMAIL PROTECTED] wrote: You'd need to fiddle with the user's PROFILE EXEC to make it run the EXEC. I guess Neale would wish you things that involve a big black dog ;-) If trying to be helpful involves messing with the user's PROFILE EXEC, to me that means you need

Re: PIPE, CMS kind of question.

2007-01-10 Thread Brian Nielsen
Here's an exec I wrote back in 1986, called SYSEXEC EXEC, to easily and flexibly customize what code would run on various userids when they started up. It will adapt easily to what you want to do. /* This exec checks for a file with filename=userid filetype=SYSEXEC */ /* If found, this file

Re: PIPE, CMS kind of question.

2007-01-10 Thread David Kreuter
Operating System on behalf of Schuh, Richard Sent: Wed 1/10/2007 5:06 PM To: IBMVM@LISTSERV.UARK.EDU Subject: Re: [IBMVM] PIPE, CMS kind of question. We have a REIPL EXEC that will change the storage size and IPL whatever was last IPLed. It does not, at the current time, pass any command