Re: Is there a C or LE service to retrieve ISPF statistics?

2019-01-16 Thread Gord Tomlin
On 2019-01-16 18:43, Paul Gilmartin wrote: FAMS information. o I don't know the API. And you won't, unless you make a significant contribution to IBM's coffers. -- Regards, Gord Tomlin Action Software International (a division of Mazda Computer Corporation) Tel: (905) 470-7113, Fax: (905)

Re: RFE for Posix semaphores

2019-01-16 Thread Timothy Sipples
Jerry Callen wrote: >I want the real thing. In the RFE it could be helpful to elaborate on the "limitations" you mentioned. Also, if it would be helpful to include and to support the sample code that IBM provides (in that article I referenced, and with some completion work) in z/OS itself, as an

Re: Where's the fire? | Computerworld Shark Tank

2019-01-16 Thread David Crayford
On 17/01/2019 9:51 am, Wayne Bickerdike wrote: When we went to 2 Meg it flew (like a turkey). We seemed to a manage a whole savings and loans application with that and less than 3 GB of dusk. Is that Kiwi for disk? :) -- For

Re: Where's the fire? | Computerworld Shark Tank

2019-01-16 Thread Wayne Bickerdike
Many a machine running DOS and later VSE had 1 Meg memory. In 1987 we ran an HDS clone with 1 Meg of memory. Two CICS regions. It was flat out most of the time and compiling in prime time was largely verboten. I convinced my manager if we could get more memory it would alleviate some problems.

Re: Is there a C or LE service to retrieve ISPF statistics?

2019-01-16 Thread Paul Gilmartin
On Wed, 16 Jan 2019 17:20:03 -0600, Kirk Wolf wrote: >Quick and dirty from C to list directory and / or retrieve member >statistics: > >fopen("MY.PDS", "rb,type=record,noseek,recfm=u") >loop fread() ... 256 byte directory blocks until EOF >- process each member entry in the block. >

Re: Is there a C or LE service to retrieve ISPF statistics?

2019-01-16 Thread Charles Mills
Thanks. Will try to sneak it in. Charles -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Kirk Wolf Sent: Wednesday, January 16, 2019 3:20 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Is there a C or LE service to retrieve ISPF

Re: Is there a C or LE service to retrieve ISPF statistics?

2019-01-16 Thread Kirk Wolf
Quick and dirty from C to list directory and / or retrieve member statistics: fopen("MY.PDS", "rb,type=record,noseek,recfm=u") loop fread() ... 256 byte directory blocks until EOF - process each member entry in the block. See "DFSMS Using Data Sets" / PDS Directory for the layout

Re: The WHY of the POR

2019-01-16 Thread Gibney, Dave
Required is rare. Our last was for OSA related MCL. Before that, it was a scheduled power outage to upgrade the UPS. Otherwise, what Ed says. Each instance can be different. For us, it was also the only way to set the hardware clock. > -Original Message- > From: IBM Mainframe

Re: The WHY of the POR

2019-01-16 Thread Edward Finnell
Murphy, squirrels, DR, hardware upgrades, terrorists, weather events-pretty much Risk assessment for your environment and your locale. In a message dated 1/16/2019 4:18:42 PM Central Standard Time, johnmattson...@gmail.com writes: I have a simple two lpar z9running zOS 1.13.  I have searched

Re: Where's the fire? | Computerworld Shark Tank

2019-01-16 Thread Lester, Bob
H. I worked on a 360/75J in 1979-1980. We had 1Mib "high-speed" RAM, and 2Mib of LCS storage. BobL -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Seymour J Metz Sent: Wednesday, January 16, 2019 1:41 PM To:

Re: Is there a C or LE service to retrieve ISPF statistics?

2019-01-16 Thread Charles Mills
Thanks. This is really not on my main task list. I was hoping for a solution quick enough that I could skunkworks it in under the radar. Charles -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Farley, Peter x23353 Sent:

The WHY of the POR

2019-01-16 Thread Nightwatch RenBand
I hate to admit this, but after all these years, I have to admit that I am hazy about exactly when a POR is required. I have gotten along for years, but now I am faced to explaining it to management and I realize that I cannot make clear what is not clear to me. I have a simple two lpar z9

Re: RFE for Posix semaphores

2019-01-16 Thread Jerry Callen
Timothy Sipples writes: > Does this article help? > https://www.ibm.com/developerworks/library/l-semaphore/index.html Nope. That's pretty much what I'm doing as a workaround. I want the real thing. -- Jerry -- For IBM-MAIN

Re: Digital certificates, probably inactive

2019-01-16 Thread Rob Schramm
I suppose it depends on who has access to it. That should be the 1st constraint. If it is something like CICS.. it may be a bit weirder. You can startup the gsksrvr trace which will trap any usage for the keys. As for whether they are in use.. it is somewhat "in the eye of the beholder". A

Re: Is there a C or LE service to retrieve ISPF statistics?

2019-01-16 Thread Farley, Peter x23353
Charles, Try CBT file 357. Member TOUCH in that file is a PL/1 program that may be more easily translated into C and then enhanced to recognize the newer "extended" statistics. HTH Peter -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On

Re: Is there a C or LE service to retrieve ISPF statistics?

2019-01-16 Thread Paul Gilmartin
On Wed, 16 Jan 2019 13:08:28 -0800, Charles Mills wrote: >Oh. End of story. > >Thanks. > There are programmers who, for whatever reason, prefer to drag along ISPF rather than to drag along LE. For such people: z/OS IBM ISPF Services Guide Version 2 Release 3 SC19-3626-30 Dismayingly,

Re: Where's the fire? | Computerworld Shark Tank

2019-01-16 Thread Charles Mills
Right. After all, the 370 was the machine series of the seventies. Frankly, I have yet to read one of these Shark Tank stories that seemed like more than an amusing fairy tale. I have only read a couple, but none of them rang ver true. Charles -Original Message- From: IBM Mainframe

Re: Is there a C or LE service to retrieve ISPF statistics?

2019-01-16 Thread Charles Mills
Oh. End of story. Thanks. Charles -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Kirk Wolf Sent: Wednesday, January 16, 2019 12:38 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Is there a C or LE service to retrieve ISPF

Re: Unreadable code (Was: Concurrent Server Task Dispatch issue multitasking issue)

2019-01-16 Thread Paul Gilmartin
On Wed, 16 Jan 2019 20:51:32 +, Seymour J Metz wrote: >I don't recall ever seeing built-in variables TRUUE and FALSE, but I haven't >read the standard. > >http://www.rexxla.org/rexxlang/standards/ has ordering information and links. >At $125, I'd just go for the draft, but it's probably

Re: Is there a C or LE service to retrieve ISPF statistics?

2019-01-16 Thread Charles Mills
I'm working in C++ but I can read assembler just fine if there is an example somewhere. I get the idea. For anyone used to the ISPF editor and ISPF "Edit Entry Panel" and similar this is all familiar, but where is the formal documentation? Where does it say you have to do Init, then Open, then

Re: Is there a C or LE service to retrieve ISPF statistics?

2019-01-16 Thread Carmen Vitullo
yeah - there is that :( Carmen Vitullo - Original Message - From: "Kirk Wolf" To: IBM-MAIN@LISTSERV.UA.EDU Sent: Wednesday, January 16, 2019 2:38:06 PM Subject: Re: Is there a C or LE service to retrieve ISPF statistics? and of course you have to run under ISPF and TSO to use

Re: Unreadable code (Was: Concurrent Server Task Dispatch issue multitasking issue)

2019-01-16 Thread Seymour J Metz
I don't recall ever seeing built-in variables TRUUE and FALSE, but I haven't read the standard. http://www.rexxla.org/rexxlang/standards/ has ordering information and links. At $125, I'd just go for the draft, but it's probably worth it if you're trying to implement ANSI-compliant Rexx (sic).

Re: Where's the fire? | Computerworld Shark Tank

2019-01-16 Thread Seymour J Metz
"It's the late 1970s, and this data center has a high-performance IBM 360/75 mainframe that sports a massive 1 MB of core memory -- one of only four in the world," I might believe late 1960s, but by the late 1970s the 360/75 was well and truly obsolete and 1 MiB was nothing to brag about. We

Re: Is there a C or LE service to retrieve ISPF statistics?

2019-01-16 Thread Kirk Wolf
and of course you have to run under ISPF and TSO to use ISPF LM services. These do work in a batch TSO TMP On Wed, Jan 16, 2019 at 8:56 AM Charles Mills wrote: > Aha! That sounds like what I am looking for. Thank you. Let me read up on > isplink() and perhaps post again. > > Charles > > >

Re: Is there a C or LE service to retrieve ISPF statistics?

2019-01-16 Thread Seymour J Metz
You use LMMFIND to retrieve statistics. See z/OS ISPF Services Guide Version 2 Release 3. SC19-3626-30. -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List on behalf of Charles Mills Sent: Wednesday, January

Re: Digital certificates, probably inactive

2019-01-16 Thread Seymour J Metz
This list has more readers and RACF-L has more concentrated expertise. If it were me, I'd post the question in both. -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List on behalf of Bob Bridges Sent:

Re: Is there a C or LE service to retrieve ISPF statistics?

2019-01-16 Thread Charles Mills
Okay, where the heck are the meanings and formats of dataid, ver1, etc. documented? Also, I want to *retrieve* (not set) those values. I see LMMSTATS documented as "set and store ISPF statistics." Can I use LMMSTATS to retrieve existing statistics. I don't want to change them. Or is there a

Re: Digital certificates, probably inactive

2019-01-16 Thread Allan Staller
You can always ask here. There is a vast level of broad knowledge from JOAT type sysprogs. In this particular case, you probably will have better luck on the RACF LIST. -Original Message- From: IBM Mainframe Discussion List On Behalf Of Bob Bridges Sent: Wednesday, January 16, 2019

Digital certificates, probably inactive

2019-01-16 Thread Bob Bridges
Folks, I'm new here. (I usually hang out at TSO-REXX and RACF-L.) In fact I joined IBM-MAIN specifically so I could ask some newbie-type questions about SMP/E. But just now another more urgent issue has come up: Is this a good place to ask a few general questions about digital certificates?

Re: Is there a C or LE service to retrieve ISPF statistics?

2019-01-16 Thread Carmen Vitullo
Scott, ISPLINK LM Services works very well for what I've needed, the service is there, no need to reinvent the wheel - plus I'm lazy sometime :) assembler START DS 0H XC WORKTOKE(64),WORKTOKE CLEAN OUT WORK TOKEN * /* LOGIC: GET OUR VARIABLES FROM ISPF. */ CALL ISPLINK, DISPLAY PANEL 1

Re: Abend 106 (was Generic query on Region allocation failure)

2019-01-16 Thread Wayne Bickerdike
Do you mean private is too small? Not sure. I was responding to Peter Relson. A question for Wayne: can you find out the size of low private on your system (there are probably "pretty" ways to do this, such as some VSM health check, but if you can get the value of GDACSA that will let the

Re: Is there a C or LE service to retrieve ISPF statistics?

2019-01-16 Thread scott Ford
Carmen, How you did we did but in Rexx for part of our CI/Deploy process internally. Scott On Wed, Jan 16, 2019 at 11:50 AM Tom Marchant < 000a2a8c2020-dmarc-requ...@listserv.ua.edu> wrote: > On Wed, 16 Jan 2019 06:54:29 -0800, Charles Mills wrote: > > >Also, what Kirk says. The above

Re: Abend 106 (was Generic query on Region allocation failure)

2019-01-16 Thread Clark Morris
[Default] On 16 Jan 2019 02:57:29 -0800, in bit.listserv.ibm-main 01a0403c5dc1-dmarc-requ...@listserv.ua.edu (Jousma, David) wrote: >Wayne, you need to free up region below the line. We run with an 11M PVT below >the line.Here is our memory map from tasid. > >0 | PSA

Re: FW: Where's the fire? | Computerworld Shark Tank

2019-01-16 Thread Tom Marchant
On Wed, 16 Jan 2019 09:41:44 -0600, Paul Gilmartin wrote: >On Wed, 16 Jan 2019 07:43:36 -0500, Mark Regan wrote: > >>https://www.computerworld.com/article/601/data-center/wheres-the-fire.ht >>ml >> >Broken URL. It's just a wrap to a second line. Here is the correct URL:

Re: Is there a C or LE service to retrieve ISPF statistics?

2019-01-16 Thread Tom Marchant
On Wed, 16 Jan 2019 06:54:29 -0800, Charles Mills wrote: >Also, what Kirk says. The above involves writing and maintaining a module and >double OPENs. When you open a PDS member, you are opening a sequential data set that happens to be contained in a PDS member. >You ought, as Kirk says, be

Re: FW: Where's the fire? | Computerworld Shark Tank

2019-01-16 Thread Mark Regan
I'm using Outlook that came with Office 365. Does anyone have any Outlook option settings I could look at changing? -Original Message- From: IBM Mainframe Discussion List On Behalf Of Paul Gilmartin Sent: Wednesday, January 16, 2019 10:42 To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: FW:

Re: FW: Where's the fire? | Computerworld Shark Tank

2019-01-16 Thread Nims,Alva John (Al)
To avoid having the URL translated by the University's "Proof Point" system, I am going to try this: /article/601/data-center/wheres-the-fire.html Put in your browser first: www.computerworld.com And then paste the above to the end. Al Nims Systems Admin/Programmer III UF Information

Re: FW: Where's the fire? | Computerworld Shark Tank

2019-01-16 Thread Paul Gilmartin
On Wed, 16 Jan 2019 07:43:36 -0500, Mark Regan wrote: >https://www.computerworld.com/article/601/data-center/wheres-the-fire.ht >ml > Broken URL. Fix your mailer. Or throw it away and get one that works. Or post via the web interface. -- gil

Re: Is there a C or LE service to retrieve ISPF statistics?

2019-01-16 Thread Carmen Vitullo
Good Deal, I've had success with ISPLINK with Cobol and Assembler, and of course Rexx Carmen Vitullo - Original Message - From: "Charles Mills" To: IBM-MAIN@LISTSERV.UA.EDU Sent: Wednesday, January 16, 2019 8:55:47 AM Subject: Re: Is there a C or LE service to retrieve ISPF

Re: FW: Where's the fire? | Computerworld Shark Tank

2019-01-16 Thread Nims,Alva John (Al)
My story is back in my College days, I worked for a Political Science Professor who also doubled at the manager for the Business Computing Center. He smoked a pipe and your description about your boss is very much like mine, so his ash tray was filled with spent match sticks, not much ash,

Re: Is there a C or LE service to retrieve ISPF statistics?

2019-01-16 Thread Charles Mills
Aha! That sounds like what I am looking for. Thank you. Let me read up on isplink() and perhaps post again. Charles -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Carmen Vitullo Sent: Wednesday, January 16, 2019 5:25 AM To:

Re: Is there a C or LE service to retrieve ISPF statistics?

2019-01-16 Thread Charles Mills
Well, it had not occurred to me that I could do the "assembler hack" in C but of course I could: read the directory LRECL=256 and deblock it. That would certainly work, but it is more work than I want to do at this moment. Also, what Kirk says. The above involves writing and maintaining a

Re: FW: Where's the fire? | Computerworld Shark Tank

2019-01-16 Thread Elardus Engelbrecht
Mark Regan wrote: I have corrected the URL by joining the 2 lines into 1. >https://www.computerworld.com/article/601/data-center/wheres-the-fire.html Ouch, ouch, ouch, what a nasty fired up event. So, you get fired because there were no fire? ;-) About smoke - One of my previous bosses

Re: Abend 106 (was Generic query on Region allocation failure)

2019-01-16 Thread Tom Marchant
On Wed, 16 Jan 2019 13:57:48 +1100, Wayne Bickerdike wrote: >Mark Zeldens excellent IPLINFO shows: > >The real storage size at IPL time was 2048M. >The private area size <16M is 8192K. It seems to be a sloppy calculation. The private area always ends on a 1M boundary, but every system I've

Re: Is there a C or LE service to retrieve ISPF statistics?

2019-01-16 Thread Carmen Vitullo
Agree, and if I'm reading the OP's query correctly he's asking for ISPF stats not PDS member or directory info, correct? the LM services part of ISPF, are available in many languages, including C so for example ; retcode = isplink("LMMSTATS", dataid, mbrname, ver1, mod1, cdate, mdate, mtime,

Re: Is there a C or LE service to retrieve ISPF statistics?

2019-01-16 Thread Kirk Wolf
I've done that, but what you would really like to do is: (Reading) - Open a PDS member with fopen() - Get the user directory info without opening the dataset twice - fread(), fread()... - fclose() (Writing) - Open a PDS member with fopen() - Get the user directory info without opening the

FW: Where's the fire? | Computerworld Shark Tank

2019-01-16 Thread Mark Regan
https://www.computerworld.com/article/601/data-center/wheres-the-fire.ht ml -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: Is there a C or LE service to retrieve ISPF statistics?

2019-01-16 Thread David Crayford
Why don't you just read the directory and write a mapping for the user data area? On 16/01/2019 5:52 am, Charles Mills wrote: I'm looking for a C-callable subroutine that would give me the ISPF statistics for a PDS(E) member (if available). I'm particularly interested in the "changed"

Re: Abend 106 (was Generic query on Region allocation failure)

2019-01-16 Thread Jousma, David
Wayne, you need to free up region below the line. We run with an 11M PVT below the line.Here is our memory map from tasid. 0 | PSA .. 8K | 1FFF 2000 | System .. 16K | 5FFF 6000 | PVT .. 11240K | AF B0 | CSA ...