Re: LE strikes again

2017-07-15 Thread Timothy Sipples
Robin Atwood wrote: >I had sent the customer a version of the product compiled with XL/C at >ARCH(7) but that was not low enough! It looks like ARCH(5) is necessary. Not quite. On a z890 (or z990) machine ARCH(6) or lower is necessary. ARCH (5) or lower is necessary on z800 and z900 machines.

Re: Sort Question

2017-07-15 Thread Edward Gould
> On Jul 15, 2017, at 10:39 PM, Sri h Kolusu wrote: > > Edward, > > Here is a DFSORT JCL which will give you the desired results. I assumed > that your input file is FB and 80 bytes in length. I also assumed that > your name and domain names are each 30 bytes in length.

Re: Sort Question

2017-07-15 Thread Sri h Kolusu
Edward, Here is a DFSORT JCL which will give you the desired results. I assumed that your input file is FB and 80 bytes in length. I also assumed that your name and domain names are each 30 bytes in length. //STEP0100 EXEC PGM=SORT //SYSOUT DD SYSOUT=* //SORTIN DD * x...@bbb.com

Re: Hiding cross LPAR capacity information

2017-07-15 Thread Rob Schramm
I agree. It would be better to fix the issue than hide the issue. I am sure the contract has validation and expectations spelled out. The proverbial slope you are on is icy with a dim weather forcast. Rob Schramm On Sat, Jul 15, 2017, 3:03 PM Binyamin Dissen

Re: Sort Question

2017-07-15 Thread retired mainframer
Look up the PARSE operand of the INREC and OUTREC control statements in the Application Programming Guide. > -Original Message- > From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On > Behalf Of Edward Gould > Sent: Saturday, July 15, 2017 12:19 PM > To:

Re: Sort Question

2017-07-15 Thread Lizette Koehler
Does this need to be a mainframe solution? How many records are involved? If not a lot of data, I load this type of data to Excel. The using the DATA tab, I then highlight the column and use the TEXT TO COLUMS function to break on the @ Do my sorts, then put it back together (using CONCAT

Re: Running unsupported is dangerous was Re: AW: Re: LE strikes again

2017-07-15 Thread Anne & Lynn Wheeler
charl...@mcn.org (Charles Mills) writes: > DoS of course = denial of service, which is a large basket. I think it > sometimes means any sort of "bring the system down or make it > ineffective" attack, but usually I think it refers to repeatedly > starting a TCP session and not completing it so as

Re: Running unsupported is dangerous was Re: AW: Re: LE strikes again

2017-07-15 Thread Charles Mills
I am not a TCP stack expert nor a DoS expert but I don't think of encryption and DoS as having much to do with each other. DoS of course = denial of service, which is a large basket. I think it sometimes means any sort of "bring the system down or make it ineffective" attack, but usually I

Re: Sort Question

2017-07-15 Thread Scott Barry
On Sat, 15 Jul 2017 14:18:41 -0500, Edward Gould wrote: >One of my users asked me this question and I am not quite clear on how to >respond. >Given an email address aaa...@bbb.com (example) > >He just wants to sort on the field before the @ and

Sort Question

2017-07-15 Thread Edward Gould
One of my users asked me this question and I am not quite clear on how to respond. Given an email address aaa...@bbb.com (example) He just wants to sort on the field before the @ and then for a secondary sort the bbb field. Both fields are variable in length (not sure

Re: Hiding cross LPAR capacity information

2017-07-15 Thread Binyamin Dissen
While there are probably ways to do what you want, I would question the ethics of preventing the client from seeing the information rather than providing the contracted service. And by taking the step to conceal the information you may be opening up legal sanctions should there be a lawsuit. On

Re: Need Hep with HIDS and z/OS

2017-07-15 Thread Rob Schramm
There are a few companies that have SMF logger offload directly to something like splunk for access logging as well as moving security logs off platform. User ID + system iD + date + time should work for being unique. Smart comes to mind.. but I know there are others. HTH Rob Schramm On

Re: Need Hep with HIDS and z/OS

2017-07-15 Thread Edward Gould
> On Jul 14, 2017, at 7:37 PM, Charles Mills wrote: > > "log user actions and tie said actions back to that user via a unique > identifier" > > That is not intrusion detection. Intrusion detection is a good thing, but it > is basically looking for outsiders trying to get in.

Re: Running unsupported is dangerous was Re: AW: Re: LE strikes again

2017-07-15 Thread Anne & Lynn Wheeler
idfli...@gmail.com (scott Ford) writes: > As a vendor i have been receiving questions about DoS attacks on z/OS .. > I understand the idea / concept of perimeter defense , i was a Network > Engineer in a pass life. > But from a application point of view, if the application is using AT/TLS > and

Re: Running unsupported is dangerous was Re: AW: Re: LE strikes again

2017-07-15 Thread scott Ford
As a vendor i have been receiving questions about DoS attacks on z/OS .. I understand the idea / concept of perimeter defense , i was a Network Engineer in a pass life. But from a application point of view, if the application is using AT/TLS and there are Pagent protection policies for PORTS/IP

Jefferies gives IBM Watson a Wall Street reality check | TechCrunch

2017-07-15 Thread Edward Gould
https://techcrunch.com/2017/07/13/jefferies-gives-ibm-watson-a-wall-street-reality-check/ Interesting article about how IBM Hypes high tech and then can’t deliver. Ed -- For IBM-MAIN subscribe / signoff / archive access

Re: EXEC CICS ABEND PROCESSING, R13 clobbered.

2017-07-15 Thread Rupert Reynolds
Obvious question: was R13 ever set to a valid working storage address? Rupert On 14 Jul 2017 21:09, "Richard Craven" wrote: > This has me stumped (although that may not be too hard to do). > > I'm debugging an assembly program that has an EXEC CICS READ UPDATE... >

Re: DFRMM Request For Enhancement 106021

2017-07-15 Thread Mike Wood
Arthur, You cannot take the snippets out of context. Each snippet is qualified. Remember that rmm is always on your system (s/w delivered and installed as part of z/os), you have to take steps to tell rmm that it turned on. Adding DFRM susbsystem + EDGSSSI to IEFSSNxx turns it on fully. Adding