Re: Upgrade to Enterprise COBOL v5.1

2014-10-10 Thread Chase, John
It appears that we captured relevant problem data via GTF tonight, so we shall see what we shall see, when we see it. -jc- -Original Message- From: Chase, John Sent: Thursday, October 09, 2014 12:44 PM To: 'IBM Mainframe Discussion List' Subject: RE: Upgrade to Enterprise

GRS and Temp datasets

2014-10-10 Thread Errol Van staden
Hi All! Can anyone confirm or refute my understanding of GRS parameter parsing. I recently did an exclude of SYS1 datasets by using a generic RNLDEF RNLDEF RNL(EXCL) TYPE(GENERIC) QNAME(SYSDSN) RNAME(SYS1) I found that this also happened to include the exclusion of temp datasets starting

WLM Managed Initiators, enhanced management.

2014-10-10 Thread Vernooij, CP (SPLXM) - KLM
Hello group, I have implemented WLM Managed Initiators years ago and I found it a problem, that WLM stops managing batch when I need it most: when all systems are (near) full. Searching for options to do some dynamic management myself, I found this beautiful presentation: WLM Functions for

Alternative to TSO RECEIVE

2014-10-10 Thread Thomas Berg
I'm using TSO RECEIVE to read outputs from JES SPOOL. The outputs is created by allocating and writing as: Rc = BPXWDYN('ALLOC LOGROUTT SYSOUT(8) SPIN(UNALLOC) DEST(systarget.userid) RECFM(V,B) LRECL(varies) BLKSIZE(32756) REUSE') 'EXECIO' s.0 'DISKW LOGROUTT (STEM S.

Re: Stop command - HTTP server migration - Domino-powered to Apache-Powered

2014-10-10 Thread Jousma, David
I had this problem, and just an FYI, these are the directives I have active: LoadModule zos_cmds_module modules/mod_zos_cmds.so LoadModule authnz_saf_module modules/mod_authnz_saf.so LoadModule mvsds_module modules/mod_mvsds.so LoadModule rewrite_module

Re: Alternative to TSO RECEIVE

2014-10-10 Thread Elardus Engelbrecht
Thomas Berg wrote: I'm using TSO RECEIVE to read outputs from JES SPOOL. On what z/OS level are you? The outputs is created by allocating and writing as: Rc = BPXWDYN('ALLOC LOGROUTT SYSOUT(8) SPIN(UNALLOC) DEST(systarget.userid) RECFM(V,B) LRECL(varies) BLKSIZE(32756) REUSE')

Re: Question on PER-SLIP and PRCNTLIM.

2014-10-10 Thread Peter Relson
When SLIP SLIH code is active for a SLIP, what happens if another SLIP is triggered on another CP? Is the system in a non-dispatchable state? Is SPIN SLIH code serialized? SLIP does not need to serialize against itself for the most part. Accumulation of time, for example, is what any

Re: Alternative to TSO RECEIVE

2014-10-10 Thread Thomas Berg
-Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Elardus Engelbrecht Sent: Friday, October 10, 2014 1:59 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Alternative to TSO RECEIVE Thomas Berg wrote: I'm using TSO RECEIVE to read

Re: TSO in batch, RECEIVE storage class - solved

2014-10-10 Thread John Compton
Thanks to all who responded on this. I'm sorry to say that I appear to have wasted your time. The root of the problem was tied up with my SMS ACS rules A quick shuffle of the rules, and the problem went away ah, well... if everything went right on the first attempt, I'd be out of a job, I guess.

Re: TSO in batch, RECEIVE storage class - solved

2014-10-10 Thread Elardus Engelbrecht
John Compton wrote: I'm sorry to say that I appear to have wasted your time. No. No need to apologise. The mere fact that you said what the root cause was, made it all extremely worthwhile and educational. ah, well... if everything went right on the first attempt, I'd be out of a job, I

Re: Accessing VSAM Data from non-zOS platform

2014-10-10 Thread Staller, Allan
Correct! Al Staller | Z Systems Programmer | KBM Group | (Tel) 972 664-3565 | allan.stal...@kbmg.com snip Since I'm having some difficulty with the quote option, copy-pasting this content We are currently using JRIO (last supported release will be JAVA7). The replacement is the JZOS Toolkit

Re: Stop command - HTTP server migration - Domino-powered to Apache-Powered

2014-10-10 Thread Leonardo Vaz
Thank you very much Dave, Peter and Stuart! That solves the issue, I guess I won't reuse the ID then. Regards, Leo -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Jousma, David Sent: Friday, October 10, 2014 7:29 AM To:

Re: TSO in batch, RECEIVE storage class - solved

2014-10-10 Thread Paul Gilmartin
On Fri, 10 Oct 2014 08:03:22 -0500, Elardus Engelbrecht wrote: John Compton wrote: I'm sorry to say that I appear to have wasted your time. No. No need to apologise. The mere fact that you said what the root cause was, made it all extremely worthwhile and educational. I believe that whenever

REXX syscall spawnp and IPCS

2014-10-10 Thread Steve Austin
Hello, I've run out of hammers trying to use REXX syscall spawnp to run a REXX that drives IPCS in a child address space. IPCS is starting OK, but it does not appear to be accepting the SYSTSIN cards I'm piping to it. My latest attempt retrieves the input from the piped STDIN and queues it to

Re: TSO in batch, RECEIVE storage class - solved

2014-10-10 Thread Elardus Engelbrecht
Paul Gilmartin wrote: I believe that whenever the OS overrides an explicit specification by a user it should issue a message. That would save much time otherwise wasted. Indeed, I agree with you! I don't like it when I want do X and the system rather does Y under the screen. Groete /

Re: Stop command - HTTP server migration - Domino-powered to Apache-Powered

2014-10-10 Thread Jousma, David
You can reuse the ID, just not the started task name. but that is true of any started task. _ Dave Jousma Assistant Vice President, Mainframe Engineering david.jou...@53.com 1830 East Paris, Grand Rapids, MI  49546 MD RSCB2H p

Re: DFDSS QUESTION : ALL DSNS NOT MOVED

2014-10-10 Thread John Dawes
No, the dsns weren't listed in the report. Also what didn't show was any warning messages to say why the dsn was not selected. -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to

Re: Alternative to TSO RECEIVE

2014-10-10 Thread DanD
Hi Tom, I believe the file to look at is File 790, SRS - Sysout Retrieval Service. It uses the SAPI interface to pull data off of spool. DanD -Original Message- From: Thomas Berg Sent: Friday, October 10, 2014 8:29 AM Newsgroups: bit.listserv.ibm-main Subject: Re: Alternative to TSO

Re: TSO in batch, RECEIVE storage class - solved

2014-10-10 Thread Ted MacNEIL
Unfortunately, in the case of SMS, you have to write the message. It's rigged for silent running. PS: There a lot of people who hate verbose systems. - -teD -   Original Message   From: Paul Gilmartin Sent: Friday, October 10, 2014 10:09 To: IBM-MAIN@LISTSERV.UA.EDU Reply To: IBM Mainframe

Re: TSO in batch, RECEIVE storage class - solved

2014-10-10 Thread Paul Gilmartin
On Fri, 10 Oct 2014 11:24:38 -0400, Ted MacNEIL wrote: Unfortunately, in the case of SMS, you have to write the message. It's rigged for silent running. The sense of my desire is that things such as SMS should be re-rigged so that they write the message, at least by default. PS: There a lot of

Re: TSO in batch, RECEIVE storage class - solved

2014-10-10 Thread Mike Schwab
How about, on the existing allocated message, listing the Dataclas, Mgmtclas, Storclas, and Storgrop? How about, on the existing dsn deleted message, listing the # volumes, # extents, and # tracks currently allocated? On Fri, Oct 10, 2014 at 10:24 AM, Ted MacNEIL eamacn...@yahoo.ca wrote:

Re: REXX syscall spawnp and IPCS

2014-10-10 Thread Scott Ford
Steve: Hard to help unless we see your Rexx code ? Regards, Scott From: Steve Austin Sent: ‎Friday‎, ‎October‎ ‎10‎, ‎2014 ‎10‎:‎30‎ ‎AM To: IBM-MAIN@LISTSERV.UA.EDU Hello, I've run out of hammers trying to use REXX syscall spawnp to run a REXX that drives IPCS in a child

Re: TSO in batch, RECEIVE storage class - solved

2014-10-10 Thread Paul Gilmartin
On 2014-10-10 11:16, Mike Schwab wrote: How about, on the existing allocated message, listing the Dataclas, Mgmtclas, Storclas, and Storgrop? How about, on the existing dsn deleted message, listing the # volumes, # extents, and # tracks currently allocated? Insufficient in some cases. If