IEAVTSEL (Post Dump Exit) in z/OS 2.1

2014-02-05 Thread Miklos Szigetvari
Hi Try to use the IEAVTSEL Post Dump Exit (works in 1.13) but not in 2.1 As info-center not accessible, asking in this way if someone has occurred this, before try to debug . -- Kind regards, / Mit freundlichen Grüßen Miklos Szigetvari Research Development ISIS Papyrus Europe AG Alter

Re: JESGB400/IEFGB400

2014-02-05 Thread Miklos Szigetvari
Hi Any supported and documented interface to achieve this ? i.e. gets called at IEF287I . On 05.02.2014 08:53, Jim Mulder wrote: I have not reassembled as the pointers and offsets have not changed. There are no abends and I know the code is not being called. As far as I know all system

Re: Assembler code

2014-02-05 Thread Shmuel Metz (Seymour J.)
In 52f17a2f.7070...@t-online.de, on 02/05/2014 at 12:39 AM, Bernd Oppolzer bernd.oppol...@t-online.de said: The OP attached the complete source code of his module with his first mail. Sorry; I missed that. Where is ITMAP defined? -- Shmuel (Seymour J.) Metz, SysProg and JOAT ISO

DB2 V11 on z9

2014-02-05 Thread Miklos Szigetvari
Hi Try to start DB2 V11 on a z9 machine z/OS 1.13 and got: DSNY027I DSNYASCP :D Z10 IS THE MINIMUM LEVEL OF PROCESSOR SUPPORTED BY - Hmmm... during the installation would say this - For DB2 is it over with V10 on z9 ? - What is the next ? We are using DB2 MQ CICS - Our z9 about 6-7 years

Re: DB2 V11 on z9

2014-02-05 Thread Bob Shannon
You didn't miss anything. You can install DB2 V11 on a z9 processor but you can't run it on a z9 processor. If you want to run V11 you will have to upgrade to a z10 or higher. Given the limitations for service on a z10, you probably need to look at a z114 or zBC12. Bob Shannon Rocket Software

Re: JESGB400/IEFGB400

2014-02-05 Thread Lizette Koehler
To do what you want you might look at MPF exit to process this message, or OPS/MVS AF/OPER SyzMPF/z - z/OS Message Processing Facility for console message traffic automation on www.SyzygyInc.com I think you could email Brian Westerman if you are interested in these products Or if you

Number of entries in the TIOT

2014-02-05 Thread MichealButz
When scanning the TIOT IS there and end marker, how do I know I have scanned all the DDnames ? Thanks -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the

Re: JESGB400/IEFGB400

2014-02-05 Thread SUBSCRIBE IBM-MAIN Harold Gray
Thanks to all for your help. It looks like I will be reengineering this function. Harold -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO

Re: Orphaned VVR

2014-02-05 Thread Mike Schwab
We ran it under a different userid. Got a return code 38. Opening ticket with IBM. On Tue, Feb 4, 2014 at 5:34 PM, Shmuel Metz (Seymour J.) shmuel+ibm-m...@patriot.net wrote: In CAJTOO5-0vtHpaUDtYZFBQf2XQXArYs7S1JTY=ffwmyfmwej...@mail.gmail.com, on 02/04/2014 at 02:01 PM, Mike Schwab

Re: Number of entries in the TIOT

2014-02-05 Thread Blaicher, Christopher Y.
The end of the list is shown by having a TIOELNGH of zero. Also, TIOSLTYP bit will be on if the entry has been freed. You can skip the entry if this is on. You only have to worry about that bit if you do dynamic allocation and free data sets as your program runs. Chris Blaicher Principal

Re: Number of entries in the TIOT

2014-02-05 Thread David Andrews
On Wed, 2014-02-05 at 11:15 -0500, MichealButz wrote: When scanning the TIOT IS there and end marker, how do I know I have scanned all the DDnames ? Here's some *OLD* code I found rotating around here. (As always, objects in mirror may be closer than they appear, part of this nutritious

Re: Number of entries in the TIOT

2014-02-05 Thread Blaicher, Christopher Y.
If you do a dynamic free of a file, or code FREE=CLOSE, the TIOT is marked freed. I have never done the experiment to see if an entry will be reused. I think I discovered that when checking a TIOT entry for concatenation and was only checking the first byte of the DDN for a blank. It was a

Re: Number of entries in the TIOT

2014-02-05 Thread Barry Merrill
On the subject of the size of the TIOT, I am aware of conversations between MXG customers and IBM development and I believe there will be a counter added to the SMF 30 record with the count of TIOT entries, so that we can identify those steps approaching the physical limit. Barry Herbert W.

Re: Number of entries in the TIOT

2014-02-05 Thread Paul Gilmartin
On Wed, 5 Feb 2014 16:39:14 +, Blaicher, Christopher Y. wrote: The end of the list is shown by having a TIOELNGH of zero. Also, TIOSLTYP bit will be on if the entry has been freed. You can skip the entry if this is on. You only have to worry about that bit if you do dynamic allocation

Dumb SMPE question

2014-02-05 Thread Mark Pace
Is there a way to unreceive maintenance? I have about 50 PTFs in my SMPPTS that will not APPLY for one reason or another. Is there a way to remove these PTFs from my system? -- The postings on this site are my own and don't necessarily represent Mainline's positions or opinions Mark D Pace

Re: Dumb SMPE question

2014-02-05 Thread John McKown
REJECT them. On Wed, Feb 5, 2014 at 12:40 PM, Mark Pace pacemainl...@gmail.com wrote: Is there a way to unreceive maintenance? I have about 50 PTFs in my SMPPTS that will not APPLY for one reason or another. Is there a way to remove these PTFs from my system? -- The postings on this

Re: Number of entries in the TIOT

2014-02-05 Thread Blaicher, Christopher Y.
Forgot to mention that the TIOT is refreshed at each step, so step 2 has no knowledge of what was in the TIOT for step 1. It is in LSQA, key zero if I remember correctly. Chris Blaicher Principal Software Engineer, Software Development Syncsort Incorporated 50 Tice Boulevard, Woodcliff Lake,

Re: Dumb SMPE question

2014-02-05 Thread Ed Finnell
The SMP/E panels are pretty good. You can REJECT FORFMID or SOURCEID or individually. If they become required down the road can always re RECEIVE. In a message dated 2/5/2014 12:41:36 P.M. Central Standard Time, john.archie.mck...@gmail.com writes: REJECT them.

Re: Dumb SMPE question

2014-02-05 Thread Mark Pace
Thank you, Gentlemen. On Wed, Feb 5, 2014 at 1:58 PM, Ed Finnell efinnel...@aol.com wrote: The SMP/E panels are pretty good. You can REJECT FORFMID or SOURCEID or individually. If they become required down the road can always re RECEIVE. In a message dated 2/5/2014 12:41:36 P.M. Central

Sysplex Common Time Source

2014-02-05 Thread Mark Jacobs
Please be gentle with me, but I've been requested to ask this question. Is there any way outside of using STP or a Sysplex timer to synchronize time across multiple processors? We're replacing a z196 processor with a z10 without the STP feature, and we need to have one zOS 1.13 lpar that's

Re: Number of entries in the TIOT

2014-02-05 Thread Ed Finnell
Unless there's a *.referback where they are presented in reverse order. In a message dated 2/5/2014 12:45:38 P.M. Central Standard Time, cblaic...@syncsort.com writes: so step 2 has no knowledge of what was in the TIOT for step 1. It is in LSQA, key zero if I remember correctly.

Re: Number of entries in the TIOT

2014-02-05 Thread Blaicher, Christopher Y.
That information is passed on via other methods and data structures. The TIOT is built anew for each step. Chris Blaicher Principal Software Engineer, Software Development Syncsort Incorporated 50 Tice Boulevard, Woodcliff Lake, NJ 07677 P: 201-930-8260 | M: 512-627-3803 E:

Re: XMI Explorer (was: XMITMGR)

2014-02-05 Thread Bill Godfrey
On Mon, 3 Feb 2014 10:55:53 -0600, Bill Godfrey yak36...@yahoo.com wrote: On Sun, 2 Feb 2014 21:42:54 +, Robert Prins wrote: On 2014-02-02 18:10, nic...@rnes.org wrote: On Monday, January 27, 2014 3:37:46 PM UTC-5, Bill Godfrey wrote: There's another program for XMI files here:

Re: Number of entries in the TIOT

2014-02-05 Thread DASDBILL2
There is also much ado about the TIOT in the  IBM-MAIN archives (q.v.); namely, the maximum size, below or above the line, how to tell when you come to its end, etc. Bill Fairchild - Original Message - From: Barry Merrill ba...@mxg.com To: IBM-MAIN@LISTSERV.UA.EDU Sent: Wednesday,

Re: Orphaned VVR

2014-02-05 Thread Mark Zelden
On Tue, 4 Feb 2014 16:23:19 -0600, Mike Schwab mike.a.sch...@gmail.com wrote: DIAGNOSE VVDS INFILE(DIAGDD) COMPAREDD(DIAG01) - INCLUDE(LEVEL (PERVDR.P.PERWCARL.R)) IDC21364I ERROR DETECTED BY DIAGNOSE: VVDS ENTRY: PERVDR.P.PERWCARL.R.X100608.T060521 (Z) RECORD: X'00AF1000'

Re: JESGB400/IEFGB400

2014-02-05 Thread Gibney, Dave
I don't know what you do with the NOT CATLG situation, but you might see if the CATLG_ERR options in ALLOCxx can satisfy your needs. -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of SUBSCRIBE IBM-MAIN Harold Gray Sent: Wednesday,

Re: Assembler code

2014-02-05 Thread Bernd Oppolzer
Am 05.02.2014 23:55, schrieb Bernd Oppolzer: Am 05.02.2014 13:25, schrieb Shmuel Metz (Seymour J.): In 52f17a2f.7070...@t-online.de, on 02/05/2014 at 12:39 AM, Bernd Oppolzer bernd.oppol...@t-online.de said: The OP attached the complete source code of his module with his first mail.

Re: Dumb SMPE question

2014-02-05 Thread Paul Strauss
REJECT (as opposed to RECEIVE) with S(PTF1, PTF2, etc.). Thank You, Paul Strauss Integrated Technology Delivery, Global Services, IBM L0DB z/OS MVS/Program Products/Security 150 Kettletown Rd. Southbury, CT 06488 (203) 272-2758 strau...@us.ibm.com From: Tom Marchant

Re: DCB for load library

2014-02-05 Thread Paul Gilmartin
On 2014-02-05 17:25, Micheal Butz wrote: Is there any way of knowing a data set contains load modules I know that it has a RECFM=U LRECL =0 If it's a PDS, no. A PDS may even contain a mixture of load modules and other things. If it's a PDSE, it may be empty, or contain load modules, or

Re: DCB for load library

2014-02-05 Thread Blaicher, Christopher Y.
Use ISPF browse function. It will show members if it is any form of PDS/PDSE. If it is a PDS it will put out a header that has TTR in the header. If you scroll left or right it will show you additional things like module size and AMODE and RMODE (I think, not signed on to system right now so

Re: DCB for load library

2014-02-05 Thread Micheal Butz
Chris If you don't mind me calling you that That info is in the user data So I can do a BLDL to determine If It's a load module Sent from my iPhone On Feb 5, 2014, at 7:51 PM, Blaicher, Christopher Y. cblaic...@syncsort.com wrote: Use ISPF browse function. It will show members if it

Re: DCB for load library

2014-02-05 Thread Blaicher, Christopher Y.
Micheal, I didn't realize you were looking for a programmatic solution. I would do a RDJFCB first and verify it is a PDS/PDSE and then do the BLDL to see if the load module is there. If you don't have a particular module you are looking for then you could directly read the directory and

Re: DCB for load library

2014-02-05 Thread Gerhard Postpischil
On 2/5/2014 8:14 PM, Micheal Butz wrote: Is there any way of knowing a data set contains load modules I know that it has a RECFM=U LRECL =0 So I can do a BLDL to determine If It's a load module You should learn to ask better questions. BLDL will only tell you if one or more specific modules

Re: Number of entries in the TIOT

2014-02-05 Thread Greg Price
On 6/02/2014 6:02 AM, Ed Finnell wrote: It is in LSQA, key zero if I remember correctly. Well, actually, key one, subpool 236 which is private high but not LSQA strictly speaking. That is, I claim it is possible to take a page fault when scanning the TIOT of a swapped in address space. (No

Re: DCB for load library

2014-02-05 Thread Greg Price
On 6/02/2014 11:25 AM, Micheal Butz wrote: Is there any way of knowing a data set contains load modules I know that it has a RECFM=U LRECL =0 I use Lib: RECFM=U - a gimme. LRECL might be anything - if something makes it non-zero (easy to do) it will not usually get changed back to zero.