Re: IBM-MAIN Digest - 17 Apr 2018 to 18 Apr 2018 (#2018-108)

2018-04-18 Thread Alan(GMAIL)Watthey
Hi listers, I was wondering if there was an easy way to get all the authorised libraries on a z/OS system. I am looking ultimately for a Rexx solution. Now I obviously know about 'D PROG,APF' but according to the manual there are many more authorised libraries than these. Also, there is

Re: IRS Assembler Java Big Plus Jobs

2018-04-18 Thread David Crayford
On 19/04/2018 12:00 PM, Paul Gilmartin wrote: On Thu, 19 Apr 2018 10:21:20 +0800, David Crayford wrote: On 19/04/2018 5:19 AM, Cheryl Watson wrote: The z13 and z14 can run Java faster than any other processor. Do you mean any other mainframe processor? My observations are that Java runs

Re: IRS Assembler Java Big Plus Jobs

2018-04-18 Thread Paul Gilmartin
On Thu, 19 Apr 2018 10:21:20 +0800, David Crayford wrote: >On 19/04/2018 5:19 AM, Cheryl Watson wrote: >> The z13 and z14 can run Java faster than any other processor. > >Do you mean any other mainframe processor? My observations are that Java >runs significantly faster on a x86 Linux system

Re: IRS Assembler Java Big Plus Jobs

2018-04-18 Thread David Crayford
On 19/04/2018 5:19 AM, Cheryl Watson wrote: The z13 and z14 can run Java faster than any other processor. Do you mean any other mainframe processor? My observations are that Java runs significantly faster on a x86 Linux system compared to our z13s running z/OS with a zIIP. It's not just Java

Re: IRS Assembler Java Big Plus Jobs

2018-04-18 Thread scott Ford
Has real Mainframe development jobs disappeared ? It seems so .. Scott On Wed, Apr 18, 2018 at 5:20 PM Cheryl Watson wrote: > There are two very big reasons to replace assembler with Java. The first > is the higher availability of Java programmers versus assembler >

Re: IRS Assembler Java Big Plus Jobs

2018-04-18 Thread Cheryl Watson
There are two very big reasons to replace assembler with Java. The first is the higher availability of Java programmers versus assembler programmers. The second is that Java, for the most part, will run on zIIPs and reduce the cost of software. The z13 and z14 can run Java faster than any other

Re: Does anyone have a sample program to list in storage RACLISTED profiles.

2018-04-18 Thread Roach, Dennis
Clarification Member/grouping profiles for things like CICS are merged at RACLIST time. I need to be able to see what the final profile looks like once the merger is done. Since this is in storage, CSA if GLOBAL or a data space if not global, I figured that would be the quickest place to look.

Re: The IRS Really Needs Some New Computers

2018-04-18 Thread Seymour J Metz
> IBM ALCS became zTFP. That didn't exist in 1958. ITYM zTPF. -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List on behalf of Steve Beaver Sent: Wednesday,

Re: The IRS Really Needs Some New Computers

2018-04-18 Thread Steve Beaver
IBM ALCS became zTFP. That is generally all in Assembler, unless you use JAVA. But JAVA is way too slow -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Seymour J Metz Sent: Wednesday, April 18, 2018 1:34 PM To:

Re: Does anyone have a sample program to list in storage RACLISTED profiles.

2018-04-18 Thread retired mainframer
SETR LIST will produce the data you want. You will need to extract the one section of data you want from the complete list of settings it produces. > -Original Message- > From: IBM Mainframe Discussion List On Behalf > Of Roach, Dennis > Sent: Wednesday, April

Re: The IRS Really Needs Some New Computers

2018-04-18 Thread Seymour J Metz
> code, written in assembler, that may be 60 years old That would be 1958; at best a 7070, possibly something older. There's no 7070 emulator on modern hardware and a lot of IRS code was written for TPF, which didn't exist in 1958. -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3

Re: The IRS Really Needs Some New Computers

2018-04-18 Thread Edward Finnell
Know thy data. Was on a code review of a particularly long running job that was doing a COBOL sort break on totals. It was millions of records but there were only three different record types. So we did a hash and sum. Reduced the run time from over 4 hrs to 14 minutes.  In a message dated

Re: The IRS Really Needs Some New Computers

2018-04-18 Thread John McKown
On Wed, Apr 18, 2018 at 12:59 PM, Frank Swarbrick < frank.swarbr...@outlook.com> wrote: > I dare say it probably makes more sense to use COBOL over Java to "add up > a column of numbers".  > > ​If you want to "add up a column of numbers", I suggest APL "sum←+/column​" -- We all have skeletons

Re: The IRS Really Needs Some New Computers

2018-04-18 Thread Frank Swarbrick
I dare say it probably makes more sense to use COBOL over Java to "add up a column of numbers".  From: IBM Mainframe Discussion List on behalf of Larre Shiller <0102cb4997b0-dmarc-requ...@listserv.ua.edu> Sent: Wednesday, April

Re: IRS Assembler Java Big Plus Jobs

2018-04-18 Thread Seymour J Metz
> The IRS is currently Looking for Assembler progs GS13 grade which starts at > 87,252 and goes to about 129 The last I saw they required TPF experience. > For a list of locations and to apply go to USA.JOBS.ORG search for ALC This page can’t be displayed works.

Re: IRS Assembler Java Big Plus Jobs

2018-04-18 Thread Barkow, Eileen
Many of the assembler routines will probably have to be re-written in the hideous c/c++ languages to be called by java (not sure if the JNI supports assembler). Probably all the assembler could be rewritten in c or c++ but java is a lot nicer to work with. -Original Message- From: IBM

Re: IRS Assembler Java Big Plus Jobs

2018-04-18 Thread Mike LaMartina
I am surprised that IRS wants to replace Assembler with Java. I can't think of a bigger mistake. -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Joseph Reichman Sent: Wednesday, April 18, 2018 10:09 AM To: IBM-MAIN@LISTSERV.UA.EDU

Re: The IRS Really Needs Some New Computers

2018-04-18 Thread Donald J
>Though the IRS has periodically upgraded its computing system, >today’s system is still running the same code, which was written >nearly 60 years ago. Six years ago, they had job openings listed for 200 assembler programmers spread across a dozen cities. Guess maybe those people haven't

FW: Does anyone have a sample program to list in storage RACLISTED profiles.

2018-04-18 Thread Roach, Dennis
I am looking for something to list the in storage RACLISTED profiles. What I am trying to do is get a final merged version of a member/group profile. Dennis Roach, CISSP AIG Identity & Access Management | Technology Services 2929 Allen Parkway, America Building, 3rd Floor | Houston, TX 77019

Fwd: IRS Assembler Java Big Plus Jobs

2018-04-18 Thread Joseph Reichman
Begin forwarded message: > From: Reichman Joseph > Date: April 18, 2018 at 1:06:33 PM EDT > To: "reichman...@gmail.com" > Subject: FW: IRS Assembler Java Big Plus Jobs > > > > > From: Reichman Joseph > Sent: Wednesday, April 18, 2018 1:04

AW: Re: ESQA is exhausted

2018-04-18 Thread Peter Hunkeler
>ESQA and ECSA are above the line, so you're probably not decreasing that 2GB space by much. I would! Well, I would because -- without going into details -- in our setup, CICS AORs go SOS (short on storage) every now and then. Therefore we would be very cautious decreasing the size of the

Re: IEE496I?

2018-04-18 Thread Jim Mulder
This behavior was introduced by APAR OA03335 in 2003. The PRESCPU parm in IEASYSxx to override this behavior was introduced in APAR OA09649 in 2004. Jim Mulder z/OS Diagnosis, Design, Development, Test IBM Corp. Poughkeepsie NY > Message IEE496I says that z/OS has manipulated (put online or

Re: [External] Re: Filemanager and security

2018-04-18 Thread Pommier, Rex
Hey Russell, I think we're on a different wavelength. :-) As best I can tell, CA1 is doing exactly what it should do. My comments earlier on the 17 character limit was referring to the fact that without a TMS of some flavor, the only thing protecting a tape dataset is the DSN on the tape

Re: local lockword in ASCB

2018-04-18 Thread michael . tai
When SRB suspend due to unavailable LOCAL lock When task suspend due to unavailable CML lock When SRB suspend due to unavailable CML lock In the above cases, are they all queued to ASCBLSWQ? Then what's the other 3 queue used for? (ASCBLLWQ, ASCBLTCB, ASCBLTCS) -- Regards,

Re: The IRS Really Needs Some New Computers

2018-04-18 Thread Christopher Y. Blaicher
As with almost anything, have you built it to the scale it needs to be to support the load? A matchstick bridge can show you what the bridge will look like, but you can't drive a semi across it. That was a failure in scale, not in hardware. It was poor planning on someone's part. They

Re: The IRS Really Needs Some New Computers

2018-04-18 Thread Kirk Wolf
Be careful what you ask for I think that Healthcare.gov used "new computers" :-) -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: The IRS Really Needs Some New Computers

2018-04-18 Thread Allan Staller
Hey Shane, long time no see. Welcome Back! -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Shane G Sent: Wednesday, April 18, 2018 8:47 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: The IRS Really Needs Some New Computers On Wed, 18

Re: The IRS Really Needs Some New Computers

2018-04-18 Thread Shane G
On Wed, 18 Apr 2018 04:54:58 -0500, Larre Shiller wrote: >>Gee, thanks Ed...! It's certainly not easy managing 150,000MIPS of WebShpere >>on Z, let alone the 150,000 GP MIPS of "everything else". Funny the things that catch your (my) eye - was cruising and noticed this

Re: IEE496I?

2018-04-18 Thread Vernooij, Kees (ITOPT1) - KLM
Tnx, it would have helped, if he a) said who he was and b) based on which IEASYS parameter he did it. Kees. > -Original Message- > From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On > Behalf Of Allan Staller > Sent: 18 April, 2018 15:29 > To:

Re: IEE496I?

2018-04-18 Thread Allan Staller
Intelligent Resource Director. Just doing its job. -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Vernooij, Kees (ITOPT1) - KLM Sent: Wednesday, April 18, 2018 3:17 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: IEE496I? Hi all, Message

Re: ESQA is exhausted

2018-04-18 Thread Allan Staller
Once the overflow from ESQA/ECSA starts allocating below line storage, it is time to worry! An IPL will *is* imminent. Hi,It depends on your system; if there is a one job that needs large private memory you will get problem if common area is enlarged too!! Before making any change in common

Re: IEE496I?

2018-04-18 Thread Vernooij, Kees (ITOPT1) - KLM
Vince, Random meaning: not most logical time to reset the CP configuration. Yes, that is what comes online. Gee, I fully missed this IEASYS parameter, that's what is causing the CP manipulation. Thanks for the pointer. Kees. > -Original Message- > From: IBM Mainframe Discussion List

Re: IEE496I?

2018-04-18 Thread Vince Getgood
Kees, An IPL is hardly a random event (I hope!) What's defined to your LPAR on the HMC? - that's what will come online at IPL time. Do you have PRESCPU coded in your IEASYSxx member for that LPAR? -- For IBM-MAIN subscribe /

Re: The IRS Really Needs Some New Computers

2018-04-18 Thread Larre Shiller
On Tue, 17 Apr 2018 19:19:07 -0700, Ed Jaffe wrote: >On 4/17/2018 3:55 PM, Edward Gould wrote: >> >> I can’t speak to the IRS but the Social Security system (last I heard) was >> *WAY* out of date by at least 20 years (maybe more). Can anyone verify (or >> not),

IEE496I?

2018-04-18 Thread Vernooij, Kees (ITOPT1) - KLM
Hi all, Message IEE496I says that z/OS has manipulated (put online or offline) the number of CPs or ZIIPs at IPL to match the configuration in the LPAR Activation Profile. Does anyone know since when and why z/OS does this? If I put one or more CPs online to an LPAR, because I need them there

Re: ESQA is exhausted

2018-04-18 Thread Mh Hj
Hi,It depends on your system; if there is a one job that needs large private memory you will get  problem if common area is enlarged too!! Before making any change in common area you have to monitor private area usage.I think It's not so bad that you get 'ESQA is exhausted, and it overflow to