Re: Managing the CMS program stack from a multitasking CMS application

2011-05-01 Thread Gillis, Mark
- From: The IBM z/VM Operating System [mailto:IBMVM@LISTSERV.UARK.EDU] On Behalf Of Alan Altmark Sent: Sunday, 1 May 2011 2:06 AM To: IBMVM@LISTSERV.UARK.EDU Subject: Re: Managing the CMS program stack from a multitasking CMS application On Thursday, 04/28/2011 at 05:17 EDT, Gillis, Mark mark.gil

Managing the CMS program stack from a multitasking CMS application

2011-04-28 Thread Gillis, Mark
Hi, I have a multitasking CMS application that waits for a number of different types of events and I would like to add a new event type that represents data from the CMS stack. I thought that the obvious way to do this would be to start a separate thread that would own the stack and issue an

Running REXX compiled in z/OS in CMS

2011-04-13 Thread Gillis, Mark
Hi, Here's a question that's half way between z/OS and CMS: I would like to compile some REXX in z/OS in such a way that it can be run in CMS by people who don't have the REXX compiler. From reading the manual, I thought that just specifying options of ALTLIB and SLINE would be sufficient, but

Re: Running REXX compiled in z/OS in CMS

2011-04-13 Thread Gillis, Mark
To: IBMVM@LISTSERV.UARK.EDU Subject: Re: Running REXX compiled in z/OS in CMS On Wed, 13 Apr 2011 18:37:51 +1000, Gillis, Mark mark.gil...@ca.com wro= te: Hi, Here's a question that's half way between z/OS and CMS: I would like to compile some REXX in z/OS in such a way that it can be run in CMS

Re: Running REXX compiled in z/OS in CMS

2011-04-13 Thread Gillis, Mark
it if it fails with one of the parts that are compiled and shipped as part of VM. pdb (Doug Breneman) z/VM System Test IBM Endicott, NY Inactive hide details for Gillis, Mark ---04/13/2011 04:26:40 PM---Thanks, Tracy. It sounds like we'll just need to require oGillis, Mark ---04/13/2011 04:26:40 PM

Re: simplest little pipe

2010-10-06 Thread Gillis, Mark
From help pipe cp: string is a command passed to CP for execution. The string operand cannot be specified if the secondary output stream of the CP stage is connected; in that case, the CP stage issues only the commands that it reads from its primary input stream. Mark

Re: GCS GROUP command

2009-07-12 Thread Gillis, Mark
The instructions are listed in Appendix A.2 of the Group Control System manual. Mark. From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On Behalf Of Gentry, Stephen Sent: Monday, 13 July 2009 4:11 AM To: IBMVM@LISTSERV.UARK.EDU Subject: GCS GROUP command I need to

Re: z/OS 1.9 ADCD

2009-03-19 Thread Gillis, Mark
SYS1? -Original Message- From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On Behalf Of Neale Ferguson Sent: Friday, 20 March 2009 5:44 AM To: IBMVM@LISTSERV.UARK.EDU Subject: z/OS 1.9 ADCD Excuse the (slightly) off-topic subject but since we¹re running z/OS under z/VM

Re: VM Virtual CPUs and Threaded CMS Applications

2008-10-19 Thread Gillis, Mark
I haven't experienced this specific problem because IBM strongly advised us to not allocate more than 1 virtual CPU to a mutitasking CMS application. The reason they gave was that any CMS services called from a thread running on a non-base CPU would need to be scheduled to run on the base CPU, so

Re: CMS Multi-tasking - How is it different from z/OS task management

2008-07-10 Thread Gillis, Mark
This doesn't completely answer your question, but I was told that because the people writing Multitasking CMS were limited in how much of CMS they were allowed to change, that most traditional system calls are scheduled to the base CPU. Therefore, providing multiple CPUs can actually degrade

Re: XEDIT and non-printables

2008-05-20 Thread Gillis, Mark
If you need to edit data with non-printables, ensure that you have IMAGE set to OFF - this will stop XEDIT from trying to treat occurrences of x'05' as TAB characters and x'16' as backspace characters. -Original Message- From: The IBM z/VM Operating System [mailto:[EMAIL PROTECTED] On

Re: Displaying data space storage in a VMDUMP

2008-05-14 Thread Gillis, Mark
Thanks, Bill - that all makes perfect sense. -Original Message- From: The IBM z/VM Operating System [mailto:[EMAIL PROTECTED] On Behalf Of Bill Holder Sent: Thursday, 15 May 2008 6:00 AM To: IBMVM@LISTSERV.UARK.EDU Subject: Re: Displaying data space storage in a VMDUMP I should have

Displaying data space storage in a VMDUMP

2008-05-13 Thread Gillis, Mark
Does anyone know how to display data space storage in DUMPSCAN? The DUMPSCAN DISPLAY command doesn't seem to know about ALETs. Thanks in advance, Mark Gillis Senior Software Engineer Tel: +61 2 9429 2337 Fax: +61 2 9429 2394 [EMAIL PROTECTED]

Re: Displaying data space storage in a VMDUMP

2008-05-13 Thread Gillis, Mark
, 14 May 2008 6:57 AM To: IBMVM@LISTSERV.UARK.EDU Subject: Re: Displaying data space storage in a VMDUMP the space needs to have been dumped - what is the filetype that DUMPLOAD created? David From: The IBM z/VM Operating System on behalf of Gillis, Mark

Re: Displaying data space storage in a VMDUMP

2008-05-13 Thread Gillis, Mark
Thanks, I wasn't aware of the existence of VMDUMPTL - I'll check it out. From: The IBM z/VM Operating System [mailto:[EMAIL PROTECTED] On Behalf Of Neale Ferguson Sent: Wednesday, 14 May 2008 7:09 AM To: IBMVM@LISTSERV.UARK.EDU Subject: Re: Displaying data space

Re: ETC HOSTS question

2008-03-19 Thread Gillis, Mark
Isn't ETC HOSTS supposed to live on the TCPMAINT's 198 disk, rather than 592 (even though the sample is provided on 592)? Mark Gillis Senior Software Engineer Tel: +61 2 9429 2337 Fax: +61 2 9429 2394 [EMAIL PROTECTED] -Original Message- From: The IBM z/VM Operating System [mailto:[EMAIL

Re: ETC HOSTS question

2008-03-19 Thread Gillis, Mark
Does this mean that for the ETC HOSTS file that you copy the ETC SAMPSERV file on the 592 disk to ETC HOSTS on the same disk and then modify it? Mark Gillis Senior Software Engineer Tel: +61 2 9429 2337 Fax: +61 2 9429 2394 [EMAIL PROTECTED] -Original Message- From: The IBM z/VM

Re: ETC HOSTS question

2008-03-19 Thread Gillis, Mark
Sorry - I should have said ETC SAMPLE instead of ETC SAMPSERV -Original Message- From: The IBM z/VM Operating System [mailto:[EMAIL PROTECTED] On Behalf Of Gillis, Mark Sent: Thursday, 20 March 2008 9:04 AM To: IBMVM@LISTSERV.UARK.EDU Subject: Re: ETC HOSTS question Does this mean

Re: To define virtual processors or not

2008-02-13 Thread Gillis, Mark
Don't bother defining more than 1 to a machine that just runs a Multitasking CMS application - it actually slows things down due to the fact that most system calls switch back to the base processor. -Original Message- From: The IBM z/VM Operating System [mailto:[EMAIL PROTECTED] On Behalf

Re: Guest in 31 or 64 bit?

2007-08-10 Thread Gillis, Mark
And GCS because it runs DAT off, too. -Original Message- From: The IBM z/VM Operating System [mailto:[EMAIL PROTECTED] On Behalf Of Alan Ackerman Sent: Saturday, 11 August 2007 3:07 PM To: IBMVM@LISTSERV.UARK.EDU Subject: Re: Guest in 31 or 64 bit? On Fri, 10 Aug 2007 17:12:00 -0400,

Re: How to determine if running as a multitasking CMS app

2007-07-10 Thread Gillis, Mark
The problem is that I may eventually need to do a ThreadCreate (note Multitasking CMS call, not POSIX pthread_create) or EventTrap call, but not initially. It seemed pretty ugly to me to have to create a thread just to decide if I was running as a true MT CMS app or not. Not providing a call to

Re: How to determine if running as a multitasking CMS app

2007-07-09 Thread Gillis, Mark
... which makes me a little uneasy about doing it this way. I guess it's all there is, though. From: The IBM z/VM Operating System [mailto:[EMAIL PROTECTED] On Behalf Of Gillis, Mark Sent: Friday, 29 June 2007 11:07 PM To: IBMVM@LISTSERV.UARK.EDU Subject: How

Re: How to determine if running as a multitasking CMS app

2007-07-09 Thread Gillis, Mark
, 07/10/2007 at 10:16ZE10, Gillis, Mark [EMAIL PROTECTED] wrote: In case anyone?s interested, I raised this with IBM. Their response was that testing NUCMTDSP wouldn?t work, the only way possible being to run the CMS control blocks. Unfortunately, these control blocks have the note

Re: How to determine if running as a multitasking CMS app

2007-07-09 Thread Gillis, Mark
MT; if not, you're not. (Might need an ESPIE or similar routine to catch an abend.) Gillis, Mark wrote: Unfortunately, not applicable to what I'm doing - the module where I'm doing this is CMSCALL'd by a client application, so it's not linked in, and I need to maintain backward

How to determine if running as a multitasking CMS app

2007-06-29 Thread Gillis, Mark
I need to determine if my code is being called by a multitasking CMS program (i.e., with entrypoint VMSTART) or not. It seems that it is valid to issue almost any multitasking CMS call from a program that hasn't been linked as a multitasking CMS application, except for ThreadCreate and EventTrap,

Cleaning up pthreads in CMS

2007-06-15 Thread Gillis, Mark
I'm porting a z/OS application to CMS that uses multiple pthreads within an LE enclave. It successfully uses the RESMGR macro to clean up after a pthread ABENDs (on the basis that a pthread is a task). RESMGR doesn't exist in CMS, so I was wondering if someone can tell me if it's possible to

Re: TCPNJE

2007-05-22 Thread Gillis, Mark
My RSCS definitions for our TCPNJE link (which works) are as follows: LINKDEFINE linkname AST TYPE TCPNJE NODE nodename QUEUE SIZE RETRY PARM linkname ITO=100 HOST=nnn.nnn.nnn.nnn I can't provide our JES2 definition, since it was been made dynamically by our z/OS people and

Re: ISPF and ISPF/PDF

2007-01-16 Thread Gillis, Mark
'ISPF file tailoring' is used for JCL generation in MVS - a 'skeleton' JCL file is read, variable substitution takes place and then written out. This is obviously a gross simplification of what it's used for. Mark Gillis Senior Software Engineer Tel: +61 2 9429 2337 Fax: +61 2 9429 2394 [EMAIL

Re: RES: VSE/VSAM for VM

2006-06-20 Thread Gillis, Mark
I think the mechanism for redirecting VSAM requests to DB2 VM was the SUBSYS operand on the FILEDEF command that allowed a VSAM emulator to be provided. I was hoping that this might provide a mechanism for us to do something for NetMaster in VM, but unfortunately the facility was never provided

Re: RES: VSE/VSAM for VM

2006-06-19 Thread Gillis, Mark
I received the following reply from Gerhard Zierl from IBM in April: ...The news is that after assessing the situation the product stays withdrawn from market. Toady VM/VSAM is used in very stable environments by customers who have the product already licensed and installed for a long time, IBM