Any Git compliant Client for OMVS

2015-12-17 Thread Munif Sadek
Dear Listers I am trying to find any Git client to run under OMVS (z/OS 2.1) to automate couple of Java objects deployment. I have tried https://eclipse.org/jgit/download/ but not able to make it work. regards Munif -- For IB

Re: Coupling Facility Structure Re-sizing

2015-12-17 Thread Vernooij, CP (ITOPT1) - KLM
I will try to answer some questions. 1) No, you should specify them when you need their function. 2) I have a different approach: if a structure should be allowed to occupy its SIZE at any moment, you better have the memory available then. Specifying INITSIZES and gambling that not all structure

Re: Delete part of spool for active job

2015-12-17 Thread Elardus Engelbrecht
Skip Robinson wrote: >We are reviewing our automated response to 'full spool' condition because it's >very disruptive and not always recognized right away. I'd like to purge an >offending job. $DSPL,JOBS=nn will report jobs using more than nn per cent of >spool. Problem is that the response to

Re: Coupling Facility Structure Re-sizing

2015-12-17 Thread Elardus Engelbrecht
phil yogendran wrote: >I am in the middle of attempting to go from internal to external CFs. I ran >the sizer tool and have the info for the new sizes. However, the INITSIZE and >MINSIZE values have me challenged. For most structures, the current >allocation doesn't specify a value for either

Re: slight reprieve on the z.

2015-12-17 Thread Ed Gould
Mike: I wondered about the statement as well but considering it came from a government official I discarded what he said. Ed On Dec 17, 2015, at 11:08 PM, Mike Schwab wrote: They are running the LAST IMS MAINFRAME in North America in 2003? Why does IBM keep churning out new versions of IM

Re: slight reprieve on the z.

2015-12-17 Thread Mike Schwab
They are running the LAST IMS MAINFRAME in North America in 2003? Why does IBM keep churning out new versions of IMS? On Thu, Dec 17, 2015 at 6:06 PM, Gary Jacek wrote: > Hi Bob > > I just have to share this classic from 2003. > > https://www.youtube.com/watch?v=tKgl6e31R50 > > -Original Mes

Re: TAR Files:" Extracting" on a IBM Mainframe

2015-12-17 Thread Shmuel Metz (Seymour J.)
In <5672ffa8.6010...@well.com>, on 12/17/2015 at 11:32 AM, "Jack J. Woehr" said: >But TCP/IP doesn't "use" Unix, The TCP/IP protocol suite doesn't use any OS, but the implementation of TCP/IP in z/OS certainly does. >Unix uses TCP/IP ITYM that a lot of Unix applications use TCP/IP. >unless

Re: slight reprieve on the z.

2015-12-17 Thread Ed Finnell
There was another one but can't find it. https://www.youtube.com/watch?v=2eJb3Ee8Xmc In a message dated 12/17/2015 6:06:43 P.M. Central Standard Time, gary.ja...@telus.com writes: I just have to share this classic from 2003.

Re: slight reprieve on the z.

2015-12-17 Thread Gary Jacek
Hi Bob I just have to share this classic from 2003. https://www.youtube.com/watch?v=tKgl6e31R50 -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Bob Shannon Sent: December 17, 2015 09:11 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: sl

Re: ENF event when a CPU is placed online or offline?

2015-12-17 Thread Jim Mulder
> I am going thru the manual but do not see an obvious event. > > Am I missing something? BROWSESYS1.MACLIB(IEFENFPM) ENFPC018 EQU 18 RECONFIGURATION ISSUED TO @T2A * NOTIFY Crypto WHEN A CPU@T2A *

How many messages lost on a TCP connection failure?

2015-12-17 Thread Charles Mills
X-Posted IBM-MAIN and IBMTCP-L. A (z/OS, if it matters) program executes the following pseudo-code on a blocking TCP/IP socket: len = send(socket, msgA, lenA, flags); if ( len != lenA ) an error has occurred len = send(socket, msgB, lenB, flags); if ( len != lenB ) an error has occurred Let's a

Re: Delete part of spool for active job

2015-12-17 Thread Skip Robinson
(I could start a new thread if needed.) We are reviewing our automated response to 'full spool' condition because it's very disruptive and not always recognized right away. I'd like to purge an offending job. $DSPL,JOBS=nn will report jobs using more than nn per cent of spool. Problem is that

Coupling Facility Structure Re-sizing

2015-12-17 Thread phil yogendran
Hello, I am in the middle of attempting to go from internal to external CFs. I ran the sizer tool and have the info for the new sizes. However, the INITSIZE and MINSIZE values have me challenged. For most structures, the current allocation doesn't specify a value for either parameter or the speci

Re: TAR Files:" Extracting" on a IBM Mainframe

2015-12-17 Thread Paul Gilmartin
On Thu, 17 Dec 2015 14:41:03 -0500, Tony Harminc wrote: > >It's not impossible that tar might run without being dubbed. One might >be able to copy the tar executable from the UNIX file into a PDSE >member and run it from JCL, or more likely by invoking it from a >program with suitably UNIXy argumen

Re: ENF event when a CPU is placed online or offline?

2015-12-17 Thread Rob Scott
Can you not interpret from code 20 or 61? If you have the state of the system before either of these codes issued, then compare the new state and see what changed. -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Binyamin Dissen Sent:

AW: Re: Delete part of spool for active job

2015-12-17 Thread Peter Hunkeler
In a case # 2 situation, you could force the job to be swapped out unconditionally by quiescing it: E jobname,QUIESCE. This might give you some time to purge enough unneeded output to be able to login to TSO and perform further actions. Actions might be to save the output to a data set then canc

Re: ENF event when a CPU is placed online or offline?

2015-12-17 Thread Elardus Engelbrecht
Binyamin Dissen wrote: >I am going thru the manual but do not see an obvious event. >Am I missing something? I am not sure about 'ENF event', but are you referring to the event when CONFIG CPU(x), was issued? BTW, RACF can write out a record if that command is protected by the right profi

Re: TAR Files:" Extracting" on a IBM Mainframe

2015-12-17 Thread Charles Mills
No reason one could not write a TAR (upper case intentional) that used only 1980's mainframe services. Nothing inherently "UNIX" about the tar format. It's 1's and 0's in; 1's and 0's out. Charles -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] O

ENF event when a CPU is placed online or offline?

2015-12-17 Thread Binyamin Dissen
I am going thru the manual but do not see an obvious event. Am I missing something? -- Binyamin Dissen http://www.dissensoftware.com Director, Dissen Software, Bar & Grill - Israel Should you use the mailblocks package and expect a response from me, you should preauthorize the dissensoftware.

Re: TAR Files:" Extracting" on a IBM Mainframe

2015-12-17 Thread Elardus Engelbrecht
Tony Harminc wrote: > Shmuel Metz (Seymour J.) wrote: >> No TCP/IP? Or is the old Pascal version still supported? >No. Hmmm, I know Pascal was used first [1] as source for TCP/IP and some modules were later rewritten in other languages. Where is it documented that Pascal is not used as source

Re: [giggling] Does anybody use z390, other than as a hobbist?

2015-12-17 Thread Tony Harminc
On 17 December 2015 at 12:54, Tony Thigpen wrote: > No, he spotted a prophetic spell-check error. Which is not inconsistent with my explanation... Tony H. -- For IBM-MAIN subscribe / signoff / archive access instructions, send

Re: Delete part of spool for active job

2015-12-17 Thread Elardus Engelbrecht
Skip Robinson wrote: >There are two distinct conditions that must be considered. >1. A large output needs to be managed but is not causing a spool problem. >2. An ginormous output--together with benign output--has pushed spool >utilization to 100%. >In the case of #1, others have suggested ways

Re: [giggling] Does anybody use z390, other than as a hobbist?

2015-12-17 Thread Gibney, David Allen,Jr
You should be able to stay employed there a long time...converting them to Hercules, MVS 3.8, Kicks and Rakf > -Original Message- > From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] > On Behalf Of John McKown > Sent: Thursday, December 17, 2015 6:24 AM > To: IBM-MA

Re: TAR Files:" Extracting" on a IBM Mainframe

2015-12-17 Thread Tony Harminc
On 17 December 2015 at 13:39, Shmuel Metz (Seymour J.) wrote: > No TCP/IP? Or is the old Pascal version still supported? No. > Is there a pax or tar equivalent that doesn't require dubbing? I'm not > aware of one. It's not impossible that tar might run without being dubbed. One might be able to

Re: [giggling] Does anybody use z390, other than as a hobbist?

2015-12-17 Thread Keith Smith
Same here... On Thu, Dec 17, 2015 at 1:15 PM, Grinsell, Don wrote: > The first time I read it my mind filled in "supposedly" but then I read it > again slower... > > -- > > Donald Grinsell > State of Montana > 406-444-2983 > dgrins...@mt.gov > > "The reward of a thing well done is to have done i

Re: Delete part of spool for active job

2015-12-17 Thread Gibney, David Allen,Jr
In the case of #2, and if you are an E(JES) customer, and you run their standalone VTAM interface, then logging on to TSO with a full spool is not an issue. > -Original Message- > From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] > On Behalf Of Skip Robinson > Sent: T

Re: Delete part of spool for active job

2015-12-17 Thread Skip Robinson
There are two distinct conditions that must be considered. 1. A large output needs to be managed but is not causing a spool problem. 2. An ginormous output--together with benign output--has pushed spool utilization to 100%. In the case of #1, others have suggested ways to preserve at least some o

Re: TAR Files:" Extracting" on a IBM Mainframe

2015-12-17 Thread Jack J. Woehr
Charles Mills wrote: Oh my gosh! It almost certainly does. Hard to picture there are no UNIX services used. I guess it's fair to say it's all of a cloth. -- Jack J. Woehr # Science is more than a body of knowledge. It's a way of www.well.com/~jax # thinking, a way of skeptically interroga

Re: TAR Files:" Extracting" on a IBM Mainframe

2015-12-17 Thread Paul Gilmartin
On 2015-12-17, at 11:25, Leonard Sasso wrote: > We download the file using a Windows Application provided by the file > originator (USPS). > And I suppose if you have a coax-attached terminal emulator you can upload to the z without using TCP/IP. Or does the CA/Interlink non-UNIX TCP/IP still e

Re: TAR Files:" Extracting" on a IBM Mainframe

2015-12-17 Thread Shmuel Metz (Seymour J.)
In <0904944842246174.wa.paulgboulderaim@listserv.ua.edu>, on 12/17/2015 at 11:21 AM, Paul Gilmartin <000433f07816-dmarc-requ...@listserv.ua.edu> said: >On Thu, 17 Dec 2015 05:48:00 -0500, Shmuel Metz (Seymour J.) wrote: > >>What's wrong with the tar command that comes with z/OS? >> >Wh

Re: TAR Files:" Extracting" on a IBM Mainframe

2015-12-17 Thread Charles Mills
Oh my gosh! It almost certainly does. Hard to picture there are no UNIX services used. Charles -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Jack J. Woehr Sent: Thursday, December 17, 2015 10:34 AM To: IBM-MAIN@LISTSERV.UA.EDU Subj

Re: TAR Files:" Extracting" on a IBM Mainframe

2015-12-17 Thread Jack J. Woehr
Jack J. Woehr wrote: unless you are saying that the z/OS implementation of Unix leans on USS which I don't think is the case. I meant "the z/OS implementation of TCP/IP leans on USS" -- Jack J. Woehr # Science is more than a body of knowledge. It's a way of www.well.com/~jax # thinking,

Re: [giggling] Does anybody use z390, other than as a hobbist?

2015-12-17 Thread Charles Mills
I guess this might be an appropriate moment to throw out the following. Something of an advertisement so hit delete when you wish. If you are interested in saving money on COBOL (or PL/I, Fortran or C/C++) compiling you could take a look at http://www.cloudcompiling.com/. (I wrote much of the s

Re: TAR Files:" Extracting" on a IBM Mainframe

2015-12-17 Thread Jack J. Woehr
John McKown wrote: ​Because you said you don't want to use UNIX. And TCPIP uses UNIX, Well, TCP/IP comes from the Unix world and much IBM-provided TCP/IP software comes directly from open source Unix, e.g., OpenSSH But TCP/IP doesn't "use" Unix, Unix uses TCP/IP ("the TCP/IP stack") ... unle

Re: DASD timeline

2015-12-17 Thread Shmuel Metz (Seymour J.)
In <201512171624.tbhgobei018...@d01av02.pok.ibm.com>, on 12/17/2015 at 09:24 AM, Sri h Kolusu said: >Did you check this out? >http://www-03.ibm.com/ibm/history/exhibits/storage/storage_profile.html Thanks. It has some strange gaps, e.g. 1311 but not 2311, and doesn't list the controllers, b

Re: DASD timeline

2015-12-17 Thread Shmuel Metz (Seymour J.)
In <061801d138e9$59eaa3a0$0dbfeae0$@mcn.org>, on 12/17/2015 at 08:38 AM, Charles Mills said: >I wonder what happened to the 2311. I love telling people "when I >started in computers, the basic mainframe hard drive was 6 MB and >roughly the size and configuration of a top-loading washing >machi

Re: TAR Files:" Extracting" on a IBM Mainframe

2015-12-17 Thread Leonard Sasso
We download the file using a Windows Application provided by the file originator (USPS). Thank You. Len Sasso RDC Applications Management - Professional: System Administrator Backup QMR - Production Operations CSC Vacation Alert: ? 327 Columbia TPKE, Rensselaer NY 12144 NES | t: 518.257-4209

Re: TAR Files:" Extracting" on a IBM Mainframe

2015-12-17 Thread John McKown
On Thu, Dec 17, 2015 at 12:11 PM, Leonard Sasso wrote: > We do, why? > ​Because you said you don't want to use UNIX. And TCPIP uses UNIX, and so thus does all TCPIP related sub-systems such an 3270 emulation (TN3270), and ftp. So you most likely do use UNIX, implicitly. I know, you meant "direct

Re: TAR Files:" Extracting" on a IBM Mainframe

2015-12-17 Thread John McKown
On Thu, Dec 17, 2015 at 12:04 PM, Charles Mills wrote: > I hope you don't connect via TCP/IP. > ​[grin] or TN3270 or ftp or ​ Likely the OP mean "I don't want to use UNIX myself, directly". Too bad, it has some nice features. > > Charles > > -- Schrodinger's backup: The condition of any

Re: [giggling] Does anybody use z390, other than as a hobbist?

2015-12-17 Thread Grinsell, Don
The first time I read it my mind filled in "supposedly" but then I read it again slower... -- Donald Grinsell State of Montana 406-444-2983 dgrins...@mt.gov "The reward of a thing well done is to have done it." ~ Ralph Waldo Emerson > -Original Message- > From: IBM Mainframe Discussio

Re: TAR Files:" Extracting" on a IBM Mainframe

2015-12-17 Thread Leonard Sasso
We do, why? Thank You. Len Sasso RDC Applications Management - Professional: System Administrator Backup QMR - Production Operations CSC Vacation Alert: ? 327 Columbia TPKE, Rensselaer NY 12144 NES | t: 518.257-4209 | m: 518-894-0879 | f: 257-4300 | lsa...@csgov.com | www.csc.com This elec

Re: TAR Files:" Extracting" on a IBM Mainframe

2015-12-17 Thread Charles Mills
I hope you don't connect via TCP/IP. Charles -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Leonard Sasso Sent: Thursday, December 17, 2015 9:34 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: TAR Files:" Extracting" on a IBM Mainframe

Re: Delete part of spool for active job

2015-12-17 Thread Shmuel Metz (Seymour J.)
In <6943f159376140438e93a135e823ca3b0168b9b...@nioimbx1.mr.nioi.gov.il>, on 12/17/2015 at 01:13 PM, Hilary Hurwitz said: >is there a way of deleting the lines that have been written to the >spool ? That depends. Does your DD statement specify SEGMENT=foo? SPIN=UNALLOC? How is your output cla

Re: [giggling] Does anybody use z390, other than as a hobbist?

2015-12-17 Thread Tony Thigpen
No, he spotted a prophetic spell-check error. The word "suppository" vs. "supposedly". (Got the answer off-line.) We just transfered MVS system from 82 mips to a 27 mips z/10-A01. And, we still have enough capacity to put a second such customer on the same box. We are only using 1/3 the box c

Re: [giggling] Does anybody use z390, other than as a hobbist?

2015-12-17 Thread John McKown
On Thu, Dec 17, 2015 at 11:48 AM, Tony Harminc wrote: > On 17 December 2015 at 12:43, Tony Thigpen wrote: > > Ok, I know what I intended to say. But, what did you read that made it > read > > funny? (I re-read it but am missing something.) :-) > > I think he's inferring that your "going away" z

Re: [giggling] Does anybody use z390, other than as a hobbist?

2015-12-17 Thread Tony Harminc
On 17 December 2015 at 12:43, Tony Thigpen wrote: > Ok, I know what I intended to say. But, what did you read that made it read > funny? (I re-read it but am missing something.) :-) I think he's inferring that your "going away" z systems would have to be *very* small indeed... Tony H. -

Re: [giggling] Does anybody use z390, other than as a hobbist?

2015-12-17 Thread Ward, Mike S
ROFLMAO. :0 What goes around. -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of John McKown Sent: Thursday, December 17, 2015 8:24 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: [giggling] Does anybody use z390, other than as a hobbist? Why a

Re: [giggling] Does anybody use z390, other than as a hobbist?

2015-12-17 Thread Tony Thigpen
Ok, I know what I intended to say. But, what did you read that made it read funny? (I re-read it but am missing something.) :-) Tony Thigpen Grinsell, Don wrote on 12/17/2015 12:39 PM: Tony, I got a real chuckle out of your first sentence and it's not even Friday yet. I had to read it twice

Re: [giggling] Does anybody use z390, other than as a hobbist?

2015-12-17 Thread Grinsell, Don
Tony, I got a real chuckle out of your first sentence and it's not even Friday yet. I had to read it twice to be sure. Regards, Don -- Donald Grinsell State of Montana 406-444-2983 dgrins...@mt.gov "I'll sleep when I'm dead..." ~ Warren Zevon -

Re: TAR Files:" Extracting" on a IBM Mainframe

2015-12-17 Thread Leonard Sasso
Our management does allow the use of UNIX System Services, but I would prefer not to. Thank You. Len Sasso RDC Applications Management - Professional: System Administrator Backup QMR - Production Operations CSC Vacation Alert: ? 327 Columbia TPKE, Rensselaer NY 12144 NES | t: 518.257-4209 | m:

Re: [giggling] Does anybody use z390, other than as a hobbist?

2015-12-17 Thread John McKown
On Thu, Dec 17, 2015 at 11:07 AM, Mike Schwab wrote: > A rehosting product. > http://www.oracle.com/us/corporate/press/1721980 ​Thanks. That is interesting. As mentioned in another thread by me today, this need has, just today, died. The z decommissioning has been moved from 2Q16 to 4Q16 simply

Re: [giggling] Does anybody use z390, other than as a hobbist?

2015-12-17 Thread Tony Thigpen
This is why the company I work with (Prozgroup) is doing real well. We put small, suppository "going away" z systems on our floor on down-sized equipment creating a "z in the cloud" environment. Once the costs are minimized, it usually becomes cheaper to leave the applications on the mainframe

Re: TAR Files:" Extracting" on a IBM Mainframe

2015-12-17 Thread Paul Gilmartin
On Thu, 17 Dec 2015 05:48:00 -0500, Shmuel Metz (Seymour J.) wrote: > >What's wrong with the tar command that comes with z/OS? > What if his management doesn't allow the use of UNIX System Services? (Is that still going on? It's been a while since I've seen the question, once pervasive in these

Re: slight reprieve on the z.

2015-12-17 Thread Bob Shannon
> it has now been decided that the z will be kept (greatly reduced in MSU & > usage) until 4Q2016 Circa 1999 I exchanged emails with someone on this list who was in the 12th year of a five year migration off the mainframe. Y2K extended the migration even farther. Hopefully you will have similar

Re: slight reprieve on the z.

2015-12-17 Thread John McKown
On Thu, Dec 17, 2015 at 10:53 AM, Ken Hume wrote: > Just a question > > Has the customer done any full load testing on the new systems? > ​Well, "phase 1" (new business?) is 98%? complete and acceptable to the end users. The 2% is some "old" business which is complicated and which will "disa

Re: [giggling] Does anybody use z390, other than as a hobbist?

2015-12-17 Thread Mike Schwab
A rehosting product. http://www.oracle.com/us/corporate/press/1721980 A PDF document. Mainframe Rehosting Ugly Truths - Confex On Thu, Dec 17, 2015 at 8:23 AM, John McKown wrote: > Why am I giggling? I had one of our programmer's ask me about z390, both > COBOL and CICS. We _are_ getting off of

Re: [giggling] Does anybody use z390, other than as a hobbist?

2015-12-17 Thread John McKown
On Thu, Dec 17, 2015 at 10:28 AM, Farley, Peter x23353 < peter.far...@broadridge.com> wrote: > John, > > I well remember my own sticker shock when I first spoke with MicroFocus > sales several decades ago. As a consultant at that time, I wanted to > license a single copy of their COBOL and CICS e

Re: slight reprieve on the z.

2015-12-17 Thread Ken Hume
Just a question Has the customer done any full load testing on the new systems? It reminds me of an incident that happened several years ago. Ken On 12/17/2015 9:29 AM, John McKown wrote: OK, it's not a pardon. The execution is still scheduled. But thanks to cost of the Microfocus environ

AW: Re: What CPU capacity does WLM look at when deciding to start more batch initiators?

2015-12-17 Thread Peter Hunkeler
> Here is the original document Thanks. I was reading a document from John Arwe about goal-based initiator management and then the part on WLM inititors in the system programmer's guide to: workload management, which explains the new introdice with z/OS V1.8. Thanks for this pointer. I'll

Re: Relationship between WLM and wlm-managed Initiators

2015-12-17 Thread Tom Marchant
On Thu, 17 Dec 2015 14:33:50 +0100, Peter Hunkeler wrote: >In other words, JES is *not* in control to tell any specific initiator >on any specific system "you're gonna work this job now". JES is >simply picking up the top most job in a jobclass queue and hands >it over to the initiator asking f

Re: DASD timeline

2015-12-17 Thread Charles Mills
Cool page. I wonder what happened to the 2311. I love telling people "when I started in computers, the basic mainframe hard drive was 6 MB and roughly the size and configuration of a top-loading washing machine." Charles -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-

slight reprieve on the z.

2015-12-17 Thread John McKown
OK, it's not a pardon. The execution is still scheduled. But thanks to cost of the Microfocus environment, it has now been decided that the z will be kept (greatly reduced in MSU & usage) until 4Q2016 instead of 2Q2016. This likely means that my boss & I will most likely be kept. The two people in

Re: [giggling] Does anybody use z390, other than as a hobbist?

2015-12-17 Thread Farley, Peter x23353
John, I well remember my own sticker shock when I first spoke with MicroFocus sales several decades ago. As a consultant at that time, I wanted to license a single copy of their COBOL and CICS environments for non-production development use on my personal workstation. IIRC they were quite fir

Re: DASD timeline

2015-12-17 Thread Sri h Kolusu
Shmuel, Did you check this out? http://www-03.ibm.com/ibm/history/exhibits/storage/storage_profile.html Thanks, Kolusu IBM Mainframe Discussion List wrote on 12/17/2015 06:15:41 AM: > From: "Shmuel Metz (Seymour J.)" > To: IBM-MAIN@LISTSERV.UA.EDU > Date: 12/17/2015 09:19 AM > Subject: DASD

Re: [giggling] Does anybody use z390, other than as a hobbist?

2015-12-17 Thread John McKown
On Thu, Dec 17, 2015 at 9:34 AM, Vince Coen wrote: > Have you looked at Gnu Cobol (formally known as Open Cobol) v2 compiler? > ​Yes, I've messed around with that a fair amount. I identified about 2500 batch COBOL program​s at work & downloaded them to my Linux desktop. About 750 of them compile

DASD timeline

2015-12-17 Thread Shmuel Metz (Seymour J.)
Does anybody have links to the announcement and EOS dates for IBM CKD DASD that I can cite from a wikilink articles? I'd prefer the actual announcement letters, but anything that wiki considers to be a reliable source will do. I'm interest in at least 2105 ESS 2301 2302 2303 2305 2311 2312

Re: TAR Files:" Extracting" on a IBM Mainframe

2015-12-17 Thread Shmuel Metz (Seymour J.)
In , on 12/16/2015 at 07:31 PM, Leonard Sasso said: >Anyone know of a product (besides Data21's ZIP/390 Product), that >can "extract" a file(s) from a TAR file on a IBM Mainframe - >z/OS 2.1 ? What's wrong with the tar command that comes with z/OS? -- Shmuel (Seymour J.) Metz, SysPr

Re: Critique my Binder RCF?

2015-12-17 Thread Shmuel Metz (Seymour J.)
In , on 12/16/2015 at 04:48 PM, "Robert A. Rosenberg" said: >I think the first CSECT in the Load Module (and the Load Module >itself) is automatically Page Aligned. No; the rules are different for load modules. -- Shmuel (Seymour J.) Metz, SysProg and JOAT ISO position; see

Re: What CPU capacity does WLM look at when deciding to start more batch initiators?

2015-12-17 Thread Staller, Allan
Here is the original document ftp://public.dhe.ibm.com/s390/zos/wlm/WLMinits.pdf short version: Additional WLM managed initiators will be started when JES queue time becomes a significant component of the delay samples. (note: Held/duplicate jobs are not considered delayed). After some peri

Re: [giggling] Does anybody use z390, other than as a hobbist?

2015-12-17 Thread Vince Coen
Have you looked at Gnu Cobol (formally known as Open Cobol) v2 compiler? https://sourceforge.net/projects/open-cobol/ Converting the CICS code is another issue. On 17/12/15 14:23, John McKown wrote: > Why am I giggling? I had one of our programmer's ask me about z390, both > COBOL and CICS. W

Re: [giggling] Does anybody use z390, other than as a hobbist?

2015-12-17 Thread Chris Hoelscher
Well, sometimes as a dwarf, or even as an elf, but NEVER as an Hobbist .oh wait, never mind Chris Hoelscher Technology Architect, Database Infrastructure Services Technology Solution Services : humana.com 123 East Main Street Louisville, KY 40202 Humana.com (502) 714-8615, (502) 476-2538 --

Re: S00C Slip trap for any Stc

2015-12-17 Thread Ed Finnell
Some things leave scars. I had a DB/2 system with one DB that wouldn't start. From the time I got the buzz until I got into work. There were several packs worth of DUMPs. Long story short the 1st dump told the tale but it had been deleted. All the rest were restart failed. Level2 got me str

Re: S00C Slip trap for any Stc

2015-12-17 Thread Elardus Engelbrecht
Ed Finnell wrote: >EREP has an ABEND section that will list DUMPs created in the reporting >interval. This can be useful in determining if it's a particular Job or common >pgm. >Might want to look at DAE to see if's kicked in for this exception(s). Good catch, which should be useful to the OP

Re: What CPU capacity does WLM look at when deciding to start more batch initiators?

2015-12-17 Thread Vernooij, CP (ITOPT1) - KLM
DCs and GCs are complicated things. It took me a few years and many talks to experts to understand WLM as I do now. WLM talks to the hardware to see how much LPARs outside the Sysplex, but in the Capacity Group, consume. How did you set up DCs and GCs if you don't understand their way of working

[giggling] Does anybody use z390, other than as a hobbist?

2015-12-17 Thread John McKown
Why am I giggling? I had one of our programmer's ask me about z390, both COBOL and CICS. We _are_ getting off of z/OS. But a "sticking point" (PITA) is the COBOL and CICS code (somehow). We had planned on using Microfocus for our needs. I have heard that management is now in "sticker shock" mode an

Re: S00C Slip trap for any Stc

2015-12-17 Thread Ed Finnell
EREP has an ABEND section that will list DUMPs created in the reporting interval. This can be useful in determining if it's a particular Job or common pgm. Might want to look at DAE to see if's kicked in for this exception(s). https://www-01.ibm.com/support/knowledgecenter/SSLTBW_2.2.0/com

AW: Re: What CPU capacity does WLM look at when deciding to start more batch initiators?

2015-12-17 Thread Peter Hunkeler
> From my experience: the 'available capacity' is what is available within the > Defined Capacity and/or Capacity Group. > There are more precise statements about what WLM considers: it decides there > is capacity available, when the 'LPAR is less than 95% busy'. This must refer > to the avai

Re: Anyone using Rocket Software Performance Essential

2015-12-17 Thread Peter Vander Woude
Previously, I have used Performance Essential and when it was implemented it saved huge amounts of time, as it changed what the default vsam buffering mode of NSR and activated LSR. In a prior job, we saved around 10 million i/o's per week for just one application. The products like Performanc

Re: Delete part of spool for active job

2015-12-17 Thread Lizette Koehler
So, you may wish to contact your z/OS Sysprog for assistance. They will probably be able to help. So in SDSF you go to the ST display for the job and do a ? next to it. It will show you the Jes2 Dataset Numbers. You can then use that for the $TO commands as needed. But talking to your Sysprog

Re: What CPU capacity does WLM look at when deciding to start more batch initiators?

2015-12-17 Thread Vernooij, CP (ITOPT1) - KLM
>From my experience: the 'available capacity' is what is available within the >Defined Capacity and/or Capacity Group. There are more precise statements about what WLM considers: it decides there is capacity available, when the 'LPAR is less than 95% busy'. This must refer to the available capac

Re: Relationship between WLM and wlm-managed Initiators

2015-12-17 Thread Vernooij, CP (ITOPT1) - KLM
I think this is correct. But it does not provide any answer to your other question. Kees. -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Peter Hunkeler Sent: 17 December, 2015 14:34 To: IBM-MAIN@LISTSERV.UA.EDU Subject: Relationship

Re: Delete part of spool for active job

2015-12-17 Thread Hilary Hurwitz
We have SDSF I am not familiar with $TO (I am actually a DBA, not a SYSPROG) -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Lizette Koehler Sent: Thursday, December 17, 2015 15:33 To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Delete p

Re: S00C Slip trap for any Stc

2015-12-17 Thread Lizette Koehler
Have you done any internet searches on the S00C abend? Have you contacted the group/vendor that supports this STC for the S00C? Usually if it is a Vendor supported product, they can provide insight on this type of error or what kind of Slip trap they need. If you could post the Summary Dump f

Relationship between WLM and wlm-managed Initiators

2015-12-17 Thread Peter Hunkeler
I haven't dealt with this in this detail for some time. It is important for some work at hand that I do have to correct understanding. Please advise me where I'm wrong. Neglecting system affinity and scheduling environments for the time being. These may further restrict where jobs may run. Bu

Re: Delete part of spool for active job

2015-12-17 Thread Lizette Koehler
There are a couple of options, If the JCL has coded on the SYSOUT FREE=CLOSE,SPIN=UNALLOC then you can purge just that portion of the job without impacting anything else. You can use SDSF (if you have that) and change the one DD statement that has the huge spool output to a different class (There

Delete part of spool for active job

2015-12-17 Thread Hilary Hurwitz
If a job is running and putting out many lines of spool - maybe there was an over active programmer that printed all details of every customer in a multimillion line file - is there a way of deleting the lines that have been written to the spool ? Or do I have to purge the job ? Hilary Hurwitz

Re: S00C Slip trap for any Stc

2015-12-17 Thread Elardus Engelbrecht
Nathan Astle wrote: >Can I set slip trap for abend s00c for any failing Address space ? and >To be precise to set a slip trap irrespective of any failing address space >when we are not sure of address space which is going to fail It depends. What actions do you want the SLIP to do? Oh, please

AW: Re: S00C Slip trap for any Stc

2015-12-17 Thread Peter Hunkeler
SLIPs always apply for any address space initially. The filter keywords you set, e.g. JOBNAME, then decide if the action is to be taken for the current case. Beware of coding a slip without filters and ACTION other than IGONRE. The event your're trapping might occur during normal processing else

Re: S00C Slip trap for any Stc

2015-12-17 Thread Nathan Astle
Hi To be precise to set a slip trap irrespective of any failing address space when we are not sure of address space which is going to fail On Thursday 17 December 2015, Nathan Astle wrote: > Hi Group > > Apology for a dummy question > > Can I set slip trap for abend s00c for any failing Address

S00C Slip trap for any Stc

2015-12-17 Thread Nathan Astle
Hi Group Apology for a dummy question Can I set slip trap for abend s00c for any failing Address space ? Nathan -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the

AW: What CPU capacity does WLM look at when deciding to start more batch initiators?

2015-12-17 Thread Peter Hunkeler
Forgot to mention that the LPAR is member of a capacity group, so the group capacity might be another factor. -- Peter Hunkeler Von: Peter Hunkeler An: IBM-MAIN@LISTSERV.UA.EDU Betreff: What CPU capacity does WLM look at when deciding to start more batch initiators? Datum

What CPU capacity does WLM look at when deciding to start more batch initiators?

2015-12-17 Thread Peter Hunkeler
This is about WLM managed initiator management. In "System Programmer's Guide to: Workload Manager", I read that independent of the goals set, WLM might start additional initiators if jobs are waiting in the input queue. WLM will consider "available CPU and memory" in its decision if and on whic