VSAM space monitor

2014-04-18 Thread mf db
Hello, Are there freeware which can help me to calculates the RBA value and gives the VSAM dataset space utilization based on it. Peter -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to

Re: VSAM space monitor

2014-04-18 Thread R.S.
W dniu 2014-04-18 11:06, mf db pisze: Hello, Are there freeware which can help me to calculates the RBA value and gives the VSAM dataset space utilization based on it. There are commercial tools which do many things with VSAM, but in your case I believe you need calculator and some basic

Re: MEMLIMIT best practice

2014-04-18 Thread Martin Packer
But if everybody upped and grabbed all 2GB and touched each page... :-( :-) Which is why I recommend a good regime in place. I haven't yet said what that regime would be nor how to code it. Perhaps I should. :-) Cheers, Martin Martin Packer, zChampion, Principal Systems Investigator,

Re: Forget: Sorting CSV data that begins with an IP address

2014-04-18 Thread Martin Packer
No developer would be arrogant enough :-) to consider themselves faultless. And knowing Sri Hari as I do I doubt he'd want you to keep the solution to yourself. And we all learn by building on each others' solutions and ideas. Which is why *I* for one have been socialising my answers for

Re: MEMLIMIT best practice

2014-04-18 Thread R.S.
W dniu 2014-04-18 01:25, Ed Jaffe pisze: On 4/4/2014 12:47 PM, R.S. wrote: I'm looking for some ROT (rule of thumb) for MEMLIMIT. What I learnt: - default limit is set in SMFPRMxx - the limit can be affected by IEFUSI or other exit (this is not my case) - REGION=0 implies default MEMLIMIT

Re: MEMLIMIT best practice

2014-04-18 Thread Vernooij, CP (SPLXM) - KLM
We have 4G, not from recommendations, but from experience. CICS 5.x required this. Kees. -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of R.S. Sent: Friday, April 18, 2014 11:49 To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: MEMLIMIT best

Re: MEMLIMIT best practice

2014-04-18 Thread Chase, John
CICS TS 5.1 requires MEMLIMIT=6G, according to the doc: http://pic.dhe.ibm.com/infocenter/cicsts/v5r1/topic/com.ibm.cics.ts.performance.doc/topics/dfht3_dsa_memlimit.html -jc- -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of

Re: MEMLIMIT best practice

2014-04-18 Thread Vernooij, CP (SPLXM) - KLM
Correct, CICS 4.1 requires 4G. Kees. -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Chase, John Sent: Friday, April 18, 2014 13:49 To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: MEMLIMIT best practice CICS TS 5.1 requires MEMLIMIT=6G,

Re: VSAM space monitor

2014-04-18 Thread Norbert Friemel
On Fri, 18 Apr 2014 14:36:49 +0530, mf db wrote: Hello, Are there freeware which can help me to calculates the RBA value and gives the VSAM dataset space utilization based on it. Peter IDCAMS DCOLLECT + reporting tool (SAS/MXG) or DFSORT: //*

Re: VSAM space monitor

2014-04-18 Thread Nims,Alva John (Al)
You might look at a couple of different utilities from CBTTAPE.ORG: File 294 File 511 Al Nims Systems Admin/Programmer 3 Information Technology University of Florida (352) 273-1298 -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of R.S.

Re: IBM APA

2014-04-18 Thread Massimo Biancucci
Hi, I currently use APA for monitoring heavy application outside from DB2 or CICS. I'm really far from a heavy use but I can say it works properly cause it helps me in optimizing applications. It's my opinion it's a good tool for cpu bound application, a bit less for discovering elapsed time

Re: MEMLIMIT best practice

2014-04-18 Thread Scott Ford
Kees: is there any way programmatically that MEMLIMIT can be queried to determine the value ? Regards, Scott Ford From: Vernooij, CP (SPLXM) - KLM Sent: ‎Friday‎, ‎April‎ ‎18‎, ‎2014 ‎7‎:‎53‎ ‎AM To: IBM Mainframe Discussion List Correct, CICS 4.1 requires 4G. Kees.

SORT ando MEMLIMIT best practice

2014-04-18 Thread Paul Gilmartin
On 2014-04-18, at 03:48, R.S. wrote: W dniu 2014-04-18 01:25, Ed Jaffe pisze: On 4/4/2014 12:47 PM, R.S. wrote: If you specify absolutely nothing about MEMLIMIT anywhere, the system-provided default is 2G so obviously you can't go wrong with that in SMFPRMxx. Right. IBM's provided

Re: SORT ando MEMLIMIT best practice

2014-04-18 Thread Chase, John
-Original Message- From: IBM Mainframe Discussion List On Behalf Of Paul Gilmartin On 2014-04-18, at 03:48, R.S. wrote: W dniu 2014-04-18 01:25, Ed Jaffe pisze: On 4/4/2014 12:47 PM, R.S. wrote: If you specify absolutely nothing about MEMLIMIT anywhere, the

Re: MEMLIMIT best practice

2014-04-18 Thread John Gilmore
I do not remember that IBM has ever characterized its defaults as 'optimal', whatever that may mean without context. What it does try to do---with, I think, reasonable success---is to provide defaults that are innocuous in the sense that they do not give trouble for most jobs most of the time.

Re: MEMLIMIT best practice

2014-04-18 Thread Mark Zelden
My IEFUSI still prevents REGION=0M for all but STCs. Sort of worthless these days on 95% of the systems, but I actually still have some small monoplex LPARs that only have 1.2G - 2G, so the old region=0M and variable length getmain issue is still a valid concern for those LPARs. Actually,

Re: Forget: Sorting CSV data that begins with an IP address

2014-04-18 Thread Scott Ford
Vig , I have briefly looked at this thread , it sounds like your ‘almost pinging’ printers … Can you provide a bit more information ? Like these are IP ? Application owned ? Why manage from OMVS ( I have nothing against it ), curious why ? Regards, Scott From: Martin Packer Sent:

FW: Forget: Sorting CSV data that begins with an IP address

2014-04-18 Thread Sankaranarayanan, Vignesh
First off.. apologies for prolonging this topic further. Hello Scott, Guess you're referring to The whole process takes about 20 minutes, and I’m trying to cut down functions wherever possible (such as – I don’t have to SNMP for printer data when I know I can’t ping it). Though this

Re: Forget: Sorting CSV data that begins with an IP address

2014-04-18 Thread Scott Ford
Vig, No apology necessary, I was in a similar situation with 2500 printers on JES2 using IBM's VPS product. We used Netview, the downside unless you put a lot of effort in design is the concurrency ..OMVS is better I agree, you need a daemon that runs doing the queries, etc. Scott ford

Re: Forget: Sorting CSV data that begins with an IP address

2014-04-18 Thread Sankaranarayanan, Vignesh
Okay .. what was the solution you came to use, and could you please share some pointers on how to do the parts in OMVS. I know I am to use bpxwunix to issue commands and get the result back. Would like to know what I must read to get concurrency working. Currently, I am doing this in NetView

Re: Extended Addressibility (was: ZFS - Allocation Failure)

2014-04-18 Thread DASDBILL2
Many things have been extended.  The CVT, e.g., has an extension (and even a prefix), as do many other system control blocks.  The CKD architecture of DASD was extended in the early 1980s.  The MVCL instruction has an extended variant, as does STCK and a host of other machine instructions. 

Re: Extended Addressibility (was: ZFS - Allocation Failure)

2014-04-18 Thread Ed Jaffe
On 4/18/2014 9:40 AM, DASDBILL2 wrote: The proliferation of control block extensions was one of the many features of the new Hosed System Architecture whose pre-post-announcement was first pre-presented at the Chicago SHARE in August, 1991. E.g., this quaint new operating system had a CVT

Fwd: Looking for Tech Architect -- Position Available

2014-04-18 Thread Steve Thompson
Humana is looking for someone for the position of Enterprise Tech Architect (I think that is the title). This person must have experience with z/Frames, Windows Servers, *nix systems (Intel, AIX, etc). Preferably programming experience on at least two platforms (one is to be z/Frame the other

Re: SORT ando MEMLIMIT best practice

2014-04-18 Thread Elardus Engelbrecht
Paul Gilmartin wrote: R.S. wrote: If you specify absolutely nothing about MEMLIMIT anywhere, the system-provided default is 2G so obviously you can't go wrong with that in SMFPRMxx. Right. IBM's provided defaults are always optimal. Agreed. But, as John Gilmore said, IBM's defaults are

Re: SORT ando MEMLIMIT best practice

2014-04-18 Thread David Betten
DFSORT does look at available resources before it grabs whatever it can. There are DFSORT installation defaults to control how much of the available storage DFSORT will use but I agree the shipped defaults can cause issues in some environments. We put a lot of guidance on these installation

Re: SORT ando MEMLIMIT best practice

2014-04-18 Thread Gibney, Dave
I don't wish to start a SORT war. :) Syncsort has the GDSM STC which, as I understand it, keeps a history of sort performance/requirments and helps Syncsort choose resource options. I actually have no idea how effective it is for us or others, Does DFSORT have a similar sort history

Re: SORT ando MEMLIMIT best practice

2014-04-18 Thread David Betten
DFSORT does not have a sort history function. Have a nice day, Dave Betten DFSMS Performance Engineer IBM Corporation email: bet...@us.ibm.com 1-301-240-3809 DFSORT/MVSontheweb at http://www.ibm.com/storage/dfsort/ IBM Mainframe Discussion List IBM-MAIN@listserv.ua.edu wrote on 04/18/2014

Re: SORT ando MEMLIMIT best practice

2014-04-18 Thread DASDBILL2
Once the I/O is complete and the buffer has been marked as no longer page-fixed while the I/O is active, that I/O buffer will not experience significant paging if it is being accessed frequently.  That's how I/O buffers have always behaved since virtual memory operating systems with paging

Re: MEMLIMIT best practice

2014-04-18 Thread Ed Jaffe
On 4/18/2014 7:07 AM, Scott Ford wrote: is there any way programmatically that MEMLIMIT can be queried to determine the value ? 6 RAXLVMemLim Bit(64) RXZ,/* Address Space Memory limit in MB@P8C*/ -- Edward E Jaffe Phoenix Software

Re: Extended Addressibility

2014-04-18 Thread Scott Ford
And to furthermore muddy the waters, Extended Addressibility also refers as you well know to 64bit addressing in Storage. Tricky these terms, eh .. Regards, Scott From: R.S. Sent: ‎Thursday‎, ‎April‎ ‎17‎, ‎2014 ‎1‎:‎49‎ ‎PM To: IBM Mainframe Discussion List W dniu 2014-04-17

Re: Forget: Sorting CSV data that begins with an IP address

2014-04-18 Thread Scott Ford
Vig, Your case if you could read the VPS control file with the printer names/IP addresses/host names would be a starting point. They have the daemon store the names and query and turn a flag on indicating there or not or up / down and either a report or a file. You could also query defined

Re: MEMLIMIT best practice

2014-04-18 Thread Scott Ford
Ed, Thank you, just what I needed. Much appreciated Scott ford www.identityforge.com from my IPAD On Apr 18, 2014, at 2:18 PM, Ed Jaffe edja...@phoenixsoftware.com wrote: On 4/18/2014 7:07 AM, Scott Ford wrote: is there any way programmatically that MEMLIMIT can be queried to determine

Re: Forget: Sorting CSV data that begins with an IP address

2014-04-18 Thread Sankaranarayanan, Vignesh
Scott, That's what I've done now. I read the control file for each printer to get the IP, VPS GRPNAME, and based on the printer name (PSTBGC43 = P - printer, ST - warehouse code, B - barcode, GC43 - CICS ID), I pull other parameters from NetView global variables. Any simple examples for

Re: MEMLIMIT best practice

2014-04-18 Thread Martin Packer
BTW SMF 30 also has the limit and how obtained in it. So you can see what an individual job / address space can get at and why. Cheers, Martin Martin Packer, zChampion, Principal Systems Investigator, Worldwide Banking Center of Excellence, IBM +44-7802-245-584 email: martin_pac...@uk.ibm.com

Re: SORT ando MEMLIMIT best practice

2014-04-18 Thread Paul Gilmartin
On Fri, 18 Apr 2014 17:54:01 +, DASDBILL2 dasdbi...@comcast.net wrote: ...  Giving a gazillion bytes above the bar to process X does not necessarily mean that process X will ruin system performance.  The gazillion bytes could also have come from below the bar (for some values of

Re: IBM APA

2014-04-18 Thread Ed Finnell
Back to some of Ray Wicks old SHARE papers. The Big Pitcher come to mind. Today's tuning is an amalgam of hardware, software, architecture and prestidigitation. Craig Mullins has new v6 of DB2 Guide thru v9 and v10. http://www.craigsmullins.com/cm-book.htm He references some available tools

Re: SORT ando MEMLIMIT best practice

2014-04-18 Thread Scott Ford
The gazillions of bytes above the bar is great, but I still have customers who complaint because we run ALL31 or AMODE 31 or RMODE 31. I attribute this to unchanged legacy programs over the years. Scott ford www.identityforge.com from my IPAD On Apr 18, 2014, at 3:07 PM, Paul Gilmartin

Re: SORT ando MEMLIMIT best practice

2014-04-18 Thread DASDBILL2
To the best of my knowledge, the answer to all your questions except the last one is No.  There are separate limits for above and below the bar storage at the address space level, but I don't know about the total system-wide use. And my answer to your last question is Yes. With the possible

Re: Extended Addressibility (was: ZFS - Allocation Failure)

2014-04-18 Thread Ron Hawkins
I did exactly this shop wide for VSAM KSDS in 1997. It was a seamless change. -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of John McKown Sent: Wednesday, April 16, 2014 10:54 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re:

Re: Extended Addressibility (was: ZFS - Allocation Failure)

2014-04-18 Thread Skip Robinson
While the twists and turns of 'extension' may get a little droll, it is the bedrock cornerstone of this thing we still call MVS after so many decades. We're entitled to use the same old name in defiance of IBM marketing whims because the same old applications still run there without massive

Re: IBM APA

2014-04-18 Thread Ken Hume IBM
Hi Phil, I must admit that I am just a bit biased but... I am the Product Manager for APA at IBM. I was an operator, programmer, sysprog, and client advocate for a LONG time at both IBM and other companies before I moved into this position. So, been there, done that If you have any

Re: Extended Addressibility

2014-04-18 Thread R.S.
W dniu 2014-04-18 20:21, Scott Ford pisze: And to furthermore muddy the waters, Extended Addressibility also refers as you well know to 64bit addressing in Storage. Tricky these terms, eh .. Not to mention, nowadays storage is widely understood as external storage or just disks (tapes? do you

Re: SORT ando MEMLIMIT best practice

2014-04-18 Thread Don Imbriale
I've had much success tuning DFSort (and SyncSort) with appropriate storage tuning parameters. There are many knobs to turn to provide whatever granularity is needed to resolve issues. - Don Imbriale On Fri, Apr 18, 2014 at 1:31 PM, David Betten bet...@us.ibm.com wrote: DFSORT does look at

Re: SORT ando MEMLIMIT best practice

2014-04-18 Thread R.S.
W dniu 2014-04-18 16:31, Paul Gilmartin pisze: On 2014-04-18, at 03:48, R.S. wrote: W dniu 2014-04-18 01:25, Ed Jaffe pisze: On 4/4/2014 12:47 PM, R.S. wrote: If you specify absolutely nothing about MEMLIMIT anywhere, the system-provided default is 2G so obviously you can't go wrong with

Re: Another Golden Anniversary - Dartmouth BASIC

2014-04-18 Thread Shmuel Metz (Seymour J.)
In m338hdm22d@garlic.com, on 04/16/2014 at 04:50 PM, Anne Lynn Wheeler l...@garlic.com said: IBM Boston programming center did CPS for os/360 supporting Basic and conversational PLI. http://en.wikipedia.org/wiki/Conversational_Programming_System Wasn't CPS a rebranded RUSH? --

Re: Emulator Screen Size with Attachmate Extra X-treme 9.3

2014-04-18 Thread Shmuel Metz (Seymour J.)
In 534f026e.1090...@phoenixsoftware.com, on 04/16/2014 at 03:21 PM, Ed Jaffe edja...@phoenixsoftware.com said: The logmode I posted simultaneously creates both 68x80 and 68x142 geometries. On the 3180 you had to set the terminal to an extended[1] mode in order to accept a nonstandard BIND

Re: ISPF - TSO cmd

2014-04-18 Thread Shmuel Metz (Seymour J.)
In 1970894703641496.wa.elardus.engelbrechtsita.co...@listserv.ua.edu, on 04/17/2014 at 08:48 AM, Elardus Engelbrecht elardus.engelbre...@sita.co.za said: Based on your TSO command, put an ampersand before the REXX program like this: T,'CMD(%DRLEINIT)' That's a percent; an ampersand () would

Re: Extended Addressibility

2014-04-18 Thread Scott Ford
Absolutely….Times have changed and terms have … But change isn't always bad .. Regards, Scott From: R.S. Sent: ‎Friday‎, ‎April‎ ‎18‎, ‎2014 ‎4‎:‎39‎ ‎PM To: IBM Mainframe Discussion List W dniu 2014-04-18 20:21, Scott Ford pisze: And to furthermore muddy the waters, Extended

Re: Forget: Sorting CSV data that begins with an IP address

2014-04-18 Thread Scott Ford
Vig, Have you looked at Open Object RExx, it has a socket server piece, contact me offline... Scott ford www.identityforge.com from my IPAD On Apr 18, 2014, at 2:54 PM, Sankaranarayanan, Vignesh vignesh.v.sankaranaraya...@marks-and-spencer.com wrote: Scott, That's what I've done

Re: Another Golden Anniversary - Dartmouth BASIC

2014-04-18 Thread Anne Lynn Wheeler
shmuel+ibm-m...@patriot.net (Shmuel Metz , Seymour J.) writes: Wasn't CPS a rebranded RUSH? re: http://www.garlic.com/~lynn/2014e.html#74 Another Golden Anniversary - Dartmouth BASIC is this your work? http://en.wikipedia.org/wiki/Allen-Babcock pg20 RUSH as a PL/I Subset

Re: MEMLIMIT best practice

2014-04-18 Thread Ed Jaffe
On 4/18/2014 12:02 PM, Martin Packer wrote: BTW SMF 30 also has the limit and how obtained in it. So you can see what an individual job / address space can get at and why. As one might imagine, the system control block also contains the source of the MEMLIMIT: 6 RAXLVMemLimS FIXED(8) RXZ,

Re: Another Golden Anniversary - Dartmouth BASIC

2014-04-18 Thread Ed Jaffe
On 4/16/2014 1:12 PM, Eric Chevalier wrote: Maybe not a BIG mainframe impact, but BASIC certainly had it's place in the mainframe sun, starting with VS BASIC, program product 5748-XX1. Between 1979 and 1981 I worked for Ryan-McFarland, developers of RM-BASIC, RM-FORTRAN and RM-COBOL. My last

Re: Command Scheduling

2014-04-18 Thread Ed Jaffe
On 4/16/2014 4:59 AM, Jake anderson wrote: I am looking for some possibility of issuing a MVS command On every Month of 1st week. We use Brian Westerman's AUTO on file 88 of the CBT tape. It's ridiculously easy to use and works with any JES. The utility can be used to submit jobs or issue

Re: Enterprise COBOL v5.1 and RDz v9.x

2014-04-18 Thread Ed Jaffe
On 4/14/2014 8:26 AM, Paul Gilmartin wrote: How many ISVs reading this list would decline to support their products under z/OS 2.1 because they were purchased at 1.13? But I'd expect some latency for development and testing and/or requirement of an upgrade to the current level of the ISV

OORexx (was: Sorting CSV data ...)

2014-04-18 Thread Paul Gilmartin
On Fri, 18 Apr 2014 19:20:14 -0400, Scott Ford wrote: Have you looked at Open Object RExx, it has a socket server piece, contact me offline... Much of the value of Rexx is in the host command environments it supports. So, how many of the following are available in OORexx?: address TSO