Watching used space of a PDS

2013-01-29 Thread K Zafirop
Hi all I would like to implement a utility so to watch the used directory blocks of one of our frequently changed PDS libraries. Do you have any idea how to automate this? In case of the threshold exceedance, I will submit an IEBCOPY to compress in place the PDS. Kind regards K.

Re: Watching used space of a PDS

2013-01-29 Thread Elardus Engelbrecht
K Zafirop wrote: I would like to implement a utility so to watch the used directory blocks of one of our frequently changed PDS libraries. Do you have any idea how to automate this? In case of the threshold exceedance, I will submit an IEBCOPY to compress in place the PDS. Use LISTDSI in

Re: Watching used space of a PDS

2013-01-29 Thread R.S.
W dniu 2013-01-29 11:23, K Zafirop pisze: Hi all I would like to implement a utility so to watch the used directory blocks of one of our frequently changed PDS libraries. Do you have any idea how to automate this? In case of the threshold exceedance, I will submit an IEBCOPY to compress in

Re: Watching used space of a PDS

2013-01-29 Thread Miklos Szigetvari
Hi For PDS (not PDSE) I had an SVC 21 (STOW ) front-end to write SMF records. The intention was to record the old TTR values before update, but maybe this approch would work(i.e. STOW front-end) On 29.01.2013 11:49, Elardus Engelbrecht wrote: K Zafirop wrote: I would like to implement a

Re: Watching used space of a PDS

2013-01-29 Thread Elardus Engelbrecht
Radoslaw Skorupka pisze: 2. AFAIK compress process is NOT for directory blocks reclamation, it is for space (outside of directory, used by members) reclamation. Thanks for taking a shot to this one. While I gave a reply on HOW to get info, I did not think about IEBCOPY. You are 100% correct

Re: Watching used space of a PDS

2013-01-29 Thread R.S.
W dniu 2013-01-29 12:03, Elardus Engelbrecht pisze: Radoslaw Skorupka pisze: 2. AFAIK compress process is NOT for directory blocks reclamation, it is for space (outside of directory, used by members) reclamation. Thanks for taking a shot to this one. While I gave a reply on HOW to get info,

Re: Watching used space of a PDS

2013-01-29 Thread Zafiropoulos Konstantinos
Thank you for your answers, Please focus on how to automate the utility that identify the PDS used space threshold (like LISTDSI suggested by Elardus) and not the compression utility (like IEBCOPY). Is there any other way instead of a daily scheduled JCL job that execute a LISTDSI against the

Re: mainframe selling points

2013-01-29 Thread Phil Smith
Ted MacNEIL wrote: IBM blew it 20-30 years ago when they stopped being generous to colleges and universities. Looking at the short term. You are SO right! Shortly after I graduated from Waterloo, IBM stopped that programme; shortly after that the University of Waterloo dropped COBOL as a

Re: Watching used space of a PDS

2013-01-29 Thread Ted MacNEIL
Used directory blocks are directly related to the number of members; not the number of updates. Compressing a PDS will not reclaim directory blocks. - Ted MacNEIL eamacn...@yahoo.ca Twitter: @TedMacNEIL -Original Message- From: K Zafirop kzafiropou...@eurobank.gr Sender:

Re: Watching used space of a PDS

2013-01-29 Thread Miklos Szigetvari
Hi What about PDSE ? But if you specify your intentions, maybe you get better suggestions. What if you reached a threshold ? On 29.01.2013 12:49, Zafiropoulos Konstantinos wrote: Thank you for your answers, Please focus on how to automate the utility that identify the PDS used space

Re: Watching used space of a PDS

2013-01-29 Thread Zafiropoulos Konstantinos
I actually want an automated watch dog of current utilization (Used tracks) of PDS and not the directories. Thanks/ευχαριστώ Konstantinos Zafiropoulos P Think before you print. Disclaimer: This e-mail is confidential. If you are not the intended recipient, you should not copy it,

Re: My Last Days as a Sysprog

2013-01-29 Thread Scott Ford
Eric, Very nice. You will like this, my internist plays keyboards and when I go in we talk about great guitarists during the exam. Music is a wonderful think my grandmother sang for the burlesques threater..when he was young Scott ford www.identityforge.com Tell me and I'll forget; show me

Re: Watching used space of a PDS

2013-01-29 Thread Norbert Friemel
On Tue, 29 Jan 2013 11:49:40 +, Zafiropoulos Konstantinos wrote: Is there any other way instead of a daily scheduled JCL job that execute a LISTDSI against the PDS? REXX running forever? /* Rexx */ call syscalls ON seconds = 300 do forever x = LISTDSI(...) ...

Re: Watching used space of a PDS

2013-01-29 Thread Lizette Koehler
There have been a lot of good suggestions, but I have some basic questions to resolve some concerns I have. Can you post the attributes of the file? Lrecl, blksize, primary space, secondary space, and dir blocks? Also, do you have any automation tools like OPS/MVS, Tivoli, etc??? How often

IBMLink outage this weekend

2013-01-29 Thread Mary Anne Matyaz
FYI. https://www-304.ibm.com/ibmlink/news/NewsServlet.wss?referrer=newsSearchResultscommand=Getnews_item_id=5685lc=encc=US IBMLink Outage Feb 2nd. 24 January 2013 This is to inform you that IBMLink will have a planned outage for system maintenance starting on Saturday, Feb 2nd at 11:00 AM

Re: IBMLink outage this weekend

2013-01-29 Thread Staller, Allan
At the risk of repeating myself, the replacement tools for the IBM functions we all know and love: Do not perform as well as their predecessors. Are not as reliable as their predecessors. Are not as available as their predecessors. I find it ironic that a company that prides on a flagship

Re: Mislocated doc (was: ... STOW Initialize?)

2013-01-29 Thread Kevin Minerley
Funny about HLASM, crucial book but sometimes hard to find. Fortunatlely, it should be, assuming you want the reference, downloadable at the Pubs Center searching on : SC26-4940-05 If you need more context, all of these PKITs contain the above and other related information germane to HLASM:

Re: Watching used space of a PDS

2013-01-29 Thread Elardus Engelbrecht
Lizette Koehler kindly wrote: Do you have tools like PDSMAN, PMO, Vantage, or other? What is PMO? 'Pretty Much Online'? ;-) I used that 'GIYF' thing - but I get only Project Management Office and some acronyms nothing to do with z/OS Ok - PMO - Push Me Out ... ;-D Groete / Greetings

Re: Watching used space of a PDS

2013-01-29 Thread John Gilmore
The original post of K. Zafiropoulos was highly problematic: directory block usage is a function of member count, not storage usage. This has now presumably been made clear to him|her. If now 'gas', DASD space wasted because that occupied by version i of a PDS member is not recovered when it is

Re: Watching used space of a PDS

2013-01-29 Thread Lizette Koehler
PMO is a CA product (very old) that manages PDS datasets. Provides performance for PDS datasets. The other product by CA I forgot to ask about is PDSMAN. It has some nice features as well. For PMO - I was thinking if it is a very large PDS, then this might help with performance in fetching

Re: Watching used space of a PDS

2013-01-29 Thread Zafiropoulos Konstantinos
Hello All, I am interested in watching the storage usage (not directory blocks usage) of a SYS1.mylpar.TCPIP PDS library. The automation product that is installed in our system is CA OPS/MVS Kind regards Konstantinos Zafiropoulos P Think before you print. Disclaimer: This e-mail is

Re: Watching used space of a PDS

2013-01-29 Thread Elardus Engelbrecht
Lizette Koehler kindly wrote: PMO is a CA product (very old) that manages PDS datasets. Provides performance for PDS datasets. The other product by CA I forgot to ask about is PDSMAN. It has some nice features as well. For PMO - I was thinking if it is a very large PDS, then this might help

Re: Watching used space of a PDS

2013-01-29 Thread Lizette Koehler
Then, I would write a rule in OPS/MVS (probably timer) that executes a REXX that will do the LISTDSI. Then when your values are reached, have OPS/MVS Submit the Compress. Or send an EMAIL to you/your team to take some action. If you could post the attributes, we might be able to provide some

Re: Watching used space of a PDS

2013-01-29 Thread Staller, Allan
These days, why spend the money for PMO. LLA will do the same job for much less money! snip PMO is a CA product (very old) that manages PDS datasets. Provides performance for PDS datasets. The other product by CA I forgot to ask about is PDSMAN. It has some nice features as well. For PMO -

Re: Mislocated doc (was: ... STOW Initialize?)

2013-01-29 Thread John Gilmore
Kevin Minerly's notion of searching on the publication number for the HLASM LR has some but not a lot of merit. One needs to but does not always know that number; and for the HLASM there is the problem that documents for version 1.6 of the HLASM have the document number suffix -05. Fortunately,

Re: My Last Days as a Sysprog

2013-01-29 Thread Steve Dover
Eric, color me green with envy. Good luck and best wishes in your new adventures. Steve On Mon, 28 Jan 2013 09:26:48 -0600, Eric Bielefeld eric-ibmm...@wi.rr.com wrote: I'm finally calling it quits. I have this week off, and then I work 2 more weeks. Then I will retire. I find it harder

Re: IBMLink outage this weekend

2013-01-29 Thread John Gilmore
I share Allan Staller's impatience, but people outside our subculture often do not understand it. I have recently had the instructive experience of helping some PC types to use a mainframe for analytics, and I have had a number of 'philosophical' discussions with them as we worked on their

Re: Watching used space of a PDS

2013-01-29 Thread Tony B. AOL Mozilla
Warning: Opinion of an old curmudgeon follows Back in a previous engagement I was a rather mediocre and patently lazy sysprog. When a PDS ran out of space it was my clue that the original allocation was too small. Solution, make it bigger! An old friend priest once was asked the

Re: Watching used space of a PDS

2013-01-29 Thread Vernooij, CP - SPLXM
I agree with this monitoring approach: we run reporting on critical PDSs weekly and if a PDS comes to 80% full threshold, either space or directory, we check its past and usually conclude that it should be enlarged. Kees. -Original Message- From: IBM Mainframe Discussion List

Re: but hopefully interesting - Million core supercomputer

2013-01-29 Thread Bill Fairchild
Sorry, I can't resist asking. How much noise was generated by the computer system doing the prediction? :-) Bill Fairchild Programmer Rocket Software 408 Chamberlain Park Lane * Franklin, TN 37069-2526 * USA t: +1.617.614.4503 * e: bfairch...@rocketsoftware.com * w: www.rocketsoftware.com

Re: My Last Days as a Sysprog

2013-01-29 Thread Scott Ford
Very nice. You will like this, my internist plays keyboards and when I go in we talk about great guitarists during the exam. Music is a wonderful thing my grandmother sang for the burlesques threater..when she was young Scott ford www.identityforge.com Tell me and I'll forget; show me and I

Re: but hopefully interesting - Million core supercomputer

2013-01-29 Thread Elardus Engelbrecht
Bill Fairchild wrote: Sorry, I can't resist asking. How much noise was generated by the computer system doing the prediction? :-) Easy, Same John McKown wrote something about 'ear-impact' yesterday. ;-D Very interesting article, I just wonder how hard the 'green' guys will *yell* when they

Re: mainframe selling points

2013-01-29 Thread Don Williams
In my company's case, it's not a matter of asking our vendor to work with IBM. The vendor already works with IBM, but has chosen to phase out their mainframe product and create a new one that runs on PC-based servers. For various reasons, the hospital decided to open the field and look for a new

Re: mainframe selling points

2013-01-29 Thread Ron Wells
and what about Linux -- on the Z platform From: Don Williams donb...@gmail.com To: IBM-MAIN@LISTSERV.UA.EDU Date: 01/29/2013 10:19 AM Subject:Re: mainframe selling points Sent by:IBM Mainframe Discussion List IBM-MAIN@LISTSERV.UA.EDU In my company's case, it's not a

Re: Mislocated doc (was: ... STOW Initialize?)

2013-01-29 Thread Paul Gilmartin
On Tue, 29 Jan 2013 08:10:32 -0600, Kevin Minerley wrote: Funny about HLASM, crucial book but sometimes hard to find. Ha ha ha. I'm laughing. -- gil -- For IBM-MAIN subscribe / signoff / archive access instructions, send

Re: mainframe selling points

2013-01-29 Thread John McKown
I am not sure, but the PC in impinging on the z in many ways. IMO, one reason is that some very creative people can afford their own PC and tools (especially if they use Linux). The investment is very low compared to a z. And the vendor can then market the product to many more people. Most every

Re: mainframe selling points

2013-01-29 Thread Scott Ford
All, I have read over the posts and I agree with most of you. But there seems to be another factor. Maybe it's always been there and I simply accepted it in my 'younger' days, the lazy factor. I see it on here also, 'do my research for me', 'do my job for me' , everyone I know on the mainframe

Re: OT: but hopefully interesting - Million core supercomputer

2013-01-29 Thread Scott Ford
John, I would like to know the actual hardware details.. Scott ford www.identityforge.com Tell me and I'll forget; show me and I may remember; involve me and I'll understand. - Chinese Proverb On Jan 29, 2013, at 10:16 AM, John McKown john.archie.mck...@gmail.com wrote:

Re: Watching used space of a PDS

2013-01-29 Thread Scott Ford
Yep,agreed Tony. Most of the shops I worked in we did compresses nightly or weekly based on usage and volume of changes. Most sysprogs did their planning of PDS's correctly, sorta directories weren't that big of an issue. Scott ford www.identityforge.com Tell me and I'll forget; show me and I

Re: OT: but hopefully interesting - Million core supercomputer

2013-01-29 Thread Mike Schwab
http://engineering.stanford.edu/news/stanford-researchers-break-million-core-supercomputer-barrier On Tue, Jan 29, 2013 at 10:52 AM, Scott Ford scott_j_f...@yahoo.com wrote: John, I would like to know the actual hardware details.. Scott ford www.identityforge.com Tell me and I'll forget;

Re: mainframe selling points

2013-01-29 Thread Don Williams
Hi Steve, Thanks for great reply. More below... Don -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Steve Comstock Sent: Monday, January 28, 2013 11:36 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: mainframe selling points

Re: OT: but hopefully interesting - Million core supercomputer

2013-01-29 Thread Scott Ford
Mark, Super, thank you, much appreciated Scott ford www.identityforge.com Tell me and I'll forget; show me and I may remember; involve me and I'll understand. - Chinese Proverb On Jan 29, 2013, at 12:11 PM, Mark Post mp...@suse.com wrote: On 1/29/2013 at 11:52 AM, Scott Ford

Re: My Last Days as a Sysprog

2013-01-29 Thread Kirk Talman
May the road rise up to meet you, May the wind be always at your back, May the sun shine warm upon your face, And the rains fail soft upon your fields. And until we meet again, May God hold you in the palm of his hand. IBM Mainframe Discussion List IBM-MAIN@LISTSERV.UA.EDU wrote on

Re: mainframe selling points

2013-01-29 Thread Anne Lynn Wheeler
st...@trainersfriend.com (Steve Comstock) writes: IBM blew it 20-30 years ago when they stopped being generous to colleges and universities. Looking at the short term. re: http://www.garlic.com/~lynn/2013.html#74 mainframe selling points http://www.garlic.com/~lynn/2013.html#75 mainframe

Re: My Last Days as a Sysprog

2013-01-29 Thread Kirk Talman
I understand that if you are a contractor to a body shop, the body shop is often not paid for 45 days (I hear IBM is one of the culprits here), then the body shop won't pay it's people for another 45 days. 90 days before the worker gets paid is not anywhere near fair, but they got you. In

Re: StandAlone ICKDSF

2013-01-29 Thread Rafa Pereira
On Mon, 28 Jan 2013 20:34:33 -0600, Mary Anne Matyaz maryanne4...@gmail.com wrote: Prior to IPLing, specify the load parm to indicate the console you want ICKDSF to use. You can also IPL stand-alone ICKDSF without specifying any load parm. From ICKDSF R17 (Device Support Facilities R17)

Re: mainframe selling points

2013-01-29 Thread Steve Comstock
On 1/29/2013 10:40 AM, Don Williams wrote: Hi Steve, Thanks for great reply. More below... Don -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Steve Comstock Sent: Monday, January 28, 2013 11:36 PM To: IBM-MAIN@LISTSERV.UA.EDU

Re: mainframe selling points

2013-01-29 Thread Phil Smith
Ted MacNEIL wrote: The University of Waterloo dropped COBOL as a co-op requirement around that time, and the 3033's went out in the earlier part of the decade. I graduated in '81. Ah, right. You're talking the academic side. I worked in Systems at UofW 1980-1986, and the IBM systems were

Re: My Last Days as a Sysprog

2013-01-29 Thread Eric Bielefeld
If the road rised up to meet me, wouldn't I just be a splat on the road then! Eric Bielefeld Sr. Systems Programmer - Original Message - From: Kirk Talman rkueb...@tsys.com May the road rise up to meet you, May the wind be always at your back,

Re: mainframe selling points

2013-01-29 Thread Don Williams
Hi John, System z is not cheap (does it start around $1M?). I expect the traditional mainframe operating systems, like z/OS, z/VM, etc., to have a significant price tag. I'm not sure what the pricing is for the zLinux variety of operating system. Free does not get you business class support.

Re: Watching used space of a PDS

2013-01-29 Thread Kirk Talman
IBM Mainframe Discussion List IBM-MAIN@LISTSERV.UA.EDU wrote on 01/29/2013 08:52:31 AM: From: Lizette Koehler stars...@mindspring.com A compress will not free up directory blocks. It only removes the gas created by adding and deleting members in a file. So you need to over allocate (in

Re: Mislocated doc (was: ... STOW Initialize?)

2013-01-29 Thread Tony Harminc
On 28 January 2013 13:03, Don Williams donb...@gmail.com wrote: I admit it, I'm lazy. I love the entire bookshelf search feature. However, more and more books are available only in PDF format. I'm unhappy (stronger words would need to censored) that I cannot search an entire extended

Re: OT: but hopefully interesting - Million core supercomputer

2013-01-29 Thread Anne Lynn Wheeler
mp...@suse.com (Mark Post) writes: http://en.wikipedia.org/wiki/IBM_Sequoia long ago precursor ... working both with LLNL and other national labs as well a commercial RDBMS regarding cluster scaleup ... old email http://www.garlic.com/~lynn/lhwemail.html#medusa and old reference to commercial

Re: Mislocated doc (was: ... STOW Initialize?)

2013-01-29 Thread Mark Zelden
On Tue, 29 Jan 2013 15:10:52 -0500, Tony Harminc t...@harminc.net wrote: The funny part is that Google Desktop still works just fine if it's already installed, and you can even install it on a new system, but there's no more Google support. And of course who knows what security holes there may

Re: mainframe selling points

2013-01-29 Thread Edward Jaffe
On 1/29/2013 11:39 AM, Don Williams wrote: System z is not cheap (does it start around $1M?). OMG. I hope not! According to http://tech-news.com/publib/, a z114 2818-A01 lists for around $75K. I suspect in practice you can get them for far less, especially at the end of a quarter. --

Re: mainframe selling points

2013-01-29 Thread Ed Finnell
You want software with that 'turkey'? In a message dated 1/29/2013 2:40:40 P.M. Central Standard Time, edja...@phoenixsoftware.com writes: especially at the end of a quarter -- For IBM-MAIN subscribe / signoff / archive

Re: but hopefully interesting - Million core supercomputer

2013-01-29 Thread Don Williams
I so wanted to be the one to ask that question :-) -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Bill Fairchild Sent: Tuesday, January 29, 2013 10:21 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: but hopefully interesting -

Re: mainframe selling points

2013-01-29 Thread Don Williams
Good. I was skimming somewhere and I though I saw an small EC12 listed near a $1M. Of course, that a good bit bigger than an small z114. -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Edward Jaffe Sent: Tuesday, January 29, 2013

Re: mainframe selling points

2013-01-29 Thread Don Williams
Don't forget the Plus SH -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Ed Finnell Sent: Tuesday, January 29, 2013 4:25 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: mainframe selling points You want software with that

Re: My Last Days as a Sysprog

2013-01-29 Thread Scott Ford
Kirk, In started working from home in 2006 , after the death of my wife and having two kids to raise. The only downside is the need for other people to talk to.. Scott ford www.identityforge.com Tell me and I'll forget; show me and I may remember; involve me and I'll understand. - Chinese

Re: mainframe selling points

2013-01-29 Thread Edward Jaffe
On 1/29/2013 1:51 PM, Don Williams wrote: Good. I was skimming somewhere and I though I saw an small EC12 listed near a $1M. Of course, that a good bit bigger than an small z114. Right. Smallish shops like ours are hoping/praying for a zBC12(?) model to arrive some time this year. Even the

Re: mainframe selling points

2013-01-29 Thread Scott Ford
Don, Dude a lot of vendors, like ourselves run Z/Pdt Scott ford www.identityforge.com Tell me and I'll forget; show me and I may remember; involve me and I'll understand. - Chinese Proverb On Jan 29, 2013, at 2:39 PM, Don Williams donb...@gmail.com wrote: Hi John, System z is not cheap

Re: mainframe selling points

2013-01-29 Thread Ed Gould
On Jan 29, 2013, at 4:00 PM, Don Williams wrote: Don't forget the Plus SH And software. -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Ed Finnell Sent: Tuesday, January 29, 2013 4:25 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject:

Re: My Last Days as a Sysprog

2013-01-29 Thread scott
Lucky you! Where does one find these jobs that allow you to work from home? Scott On 01/29/2013 05:05 PM, Scott Ford wrote: Kirk, In started working from home in 2006 , after the death of my wife and having two kids to raise. The only downside is the need for other people to talk to..

Re: mainframe selling points

2013-01-29 Thread Anne Lynn Wheeler
st...@trainersfriend.com (Steve Comstock) writes: IBM blew it 20-30 years ago when they stopped being generous to colleges and universities. Looking at the short term. re: http://www.garlic.com/~lynn/2013.html#74 mainframe selling points http://www.garlic.com/~lynn/2013.html#75 mainframe

Re: My Last Days as a Sysprog

2013-01-29 Thread Steve Thompson
From: scott svet...@ameritech.net Date: 01/29/2013 05:35 PM Lucky you! Where does one find these jobs that allow you to work from home? Scott SNIPPAGE Well, Sterling Commerce did, depending on circumstances (now part of IBM). Depending on your function, IBM does (I'm working from home

Re: My Last Days as a Sysprog

2013-01-29 Thread Lester, Bob
Hi, You might be surprised how many companies allow or even encourage this. I work 1 day/week from home. It's partly a response to the bird flu from a few years ago, and partly to prove that we have the infrastructure to support hundreds/thousands of remote connections to work. I

Re: My Last Days as a Sysprog

2013-01-29 Thread Tony Harminc
On 29 January 2013 19:08, Lester, Bob bles...@oppenheimerfunds.com wrote: I work 1 day/week from home. It's partly a response to the bird flu from a few years ago, and partly to prove that we have the infrastructure to support hundreds/thousands of remote connections to work. I enjoy

Re: Watching used space of a PDS

2013-01-29 Thread Robert A. Rosenberg
At 09:14 -0600 on 01/29/2013, Tony B. AOL Mozilla wrote about Re: Watching used space of a PDS: Back in a previous engagement I was a rather mediocre and patently lazy sysprog. When a PDS ran out of space it was my clue that the original allocation was too small. Solution, make it bigger!

Re: mainframe selling points

2013-01-29 Thread Don Williams
Hi Scott, While I've heard of zPDT, I don't really know/understand what is does or offers a vendor. Sounds like zPDT is an affordable and effective platform. Too bad some vendor did not use it to develop an z/OS EMR package for hospitals that already have a z/OS infrastructure. Don

Re: mainframe selling points

2013-01-29 Thread Don Williams
Yes, regardless of the platform, a company has to have both competent management and competent employees or they doomed to fail. -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Ed Gould Sent: Tuesday, January 29, 2013 6:15 PM To:

Re: mainframe selling points

2013-01-29 Thread David Crayford
On 30/01/2013 1:07 PM, Don Williams wrote: Hi Scott, While I've heard of zPDT, I don't really know/understand what is does or offers a vendor. Sounds like zPDT is an affordable and effective platform. Too bad some vendor did not use it to develop an z/OS EMR package for hospitals that already

Re: mainframe selling points

2013-01-29 Thread Timothy Sipples
I'm not an EMR expert, but here's an EMR application (for Linux on z): http://www-304.ibm.com/partnerworld/gsd/solutiondetails.do?solution=46233 http://www.oemr.org FIS Global's GT.M is also now available on both z/OS and Linux on z, and that's one of the two possible commercial runtime