I/O priority

2018-11-08 Thread Sankaranarayanan, Vignesh
Hello everyone, Has anyone here had any experience with enabling I/O priority groups/management in WLM.. ? I understand it has to be enabled in all systems connected to the DASD... what are the gotchas or things to watch out for. Thanks. - Vignesh Mainframe Infrastructure

Re: [EXTERNAL] Re: Profiles specific to user

2018-11-08 Thread Sankaranarayanan, Vignesh
Thanks for this.. can this be updated to add accesses available through UACC? – Vignesh Mainframe Infrastructure -Original Message- From: IBM Mainframe Discussion List On Behalf Of Elardus Engelbrecht Sent: 08 November 2018 15:29 To: IBM-MAIN@LISTSERV.UA.EDU Subject: [EXTERNAL] Re:

Re: How to tell what allocated a dataset never opened

2018-11-08 Thread Anthony Thompson
What about the GRS Enqueue Monitor? See the Planning: GRS manual. The enqueue monitor tells you what module issues the enqueue, although if it's a CLIST doing the allocation it will probably just say it's some IKJ* thingy. Ant. -Original Message- From: IBM Mainframe Discussion List

Re: descriptor code for iplcheck

2018-11-08 Thread Jason Cai
Hi Steve and all Could you give us a sample program in REXX or assemble how to extract descriptor code by MDBG Thanks a lot! Best Regards, Jason Cai From: Steve Horein Date: 2018-11-08 20:44 To: IBM-MAIN Subject: Re: descriptor code for iplcheck

Re: filter program

2018-11-08 Thread Jason Cai
Hi all and John Below is the PS from SYSLOG M C04 ADCD113 18123 14:03:50.83 0090 $HASP478 D 112 0090 E 112 0090 N C04 ADCD113 18123 14:03:50.87

Re: How to tell what allocated a dataset never opened

2018-11-08 Thread retired mainframer
Did you mean for your question to ask what created the dataset as opposed to what is currently allocating it? If so, the creation date in the DSCB will tell where to search the SMF records for the catalog update that should have occurred when the dataset was created. If not and the dataset

Re: SEVERE ERROR EDC4002: Unable to write to map file from Prelinker

2018-11-08 Thread Charles Mills
Good thought. I suppose that might account for it. Charles -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Tom Marchant Sent: Thursday, November 8, 2018 12:30 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: SEVERE ERROR EDC4002: Unable

PCSTLNET013

2018-11-08 Thread R.S.
I'm trying to configure secure TLS ICC session with PCOMM. I enabled secure port od ICC server, exported self-signing certificate to a file. The confiured PCOMM session and imported the certificate as CA using GSKit. Unfortunately  got PCSTLNET013 - Unknown error. Any clue? -- Radoslaw

Re: How to tell what allocated a dataset never opened

2018-11-08 Thread Mike Shaw
On 11/7/2018 3:44 PM, Jim Beck wrote: All, .. This is a long shot, but if the data set is allocated on an Extended Addressing Volume and EATTR=OPT was specified at allocation time, the Format 9 DSCB for the data set contains the jobname and stepname of the allocating job, even if the DS

Re: SEVERE ERROR EDC4002: Unable to write to map file from Prelinker

2018-11-08 Thread Tom Marchant
On Thu, 8 Nov 2018 09:42:59 -0800, Charles Mills wrote: >And the answer is > >//SYSOUT DD SYSOUT=*,LRECL=80,RECFM=FB Is there a data class that provides incorrect values? > >Kind of pathetic if you ask me. > >Charles > >-Original Message- >From: IBM Mainframe Discussion List

Re: Speaking of time change...

2018-11-08 Thread Carmen Vitullo
I had a similar issue with a new change management tracking system, opening a ticket for time change, well duh, the change was to occur for us @ 02:00 Central time, entering that time was invalid, I wanted to stick by the rules :) and select the actual time, fortunately the technical services

Re: SEVERE ERROR EDC4002: Unable to write to map file from Prelinker

2018-11-08 Thread Paul Gilmartin
On Thu, 8 Nov 2018 09:42:59 -0800, Charles Mills wrote: >And the answer is > >//SYSOUT DD SYSOUT=*,LRECL=80,RECFM=FB > >Kind of pathetic if you ask me. > A well-designed program will supply defaults for any such attributes the programmer omits. A mal-designed program (there are many,

Re: Speaking of time change...

2018-11-08 Thread Paul Gilmartin
On Wed, 7 Nov 2018 17:12:47 -0800, Charles Mills wrote: >Should be called "Why Doctors Should Hate Local Time." > So many things to go wrong. Late one week a while ago, I got an E-invitation to a meeting early the next week which showed both local time and GMT. They disagreed by one hour,

Re: filter program

2018-11-08 Thread John Kelly
Since the various SORTs can extract on 'anything' using control cards, maybe that would give you the PS file(s) required? On Thu, Nov 8, 2018 at 2:12 AM Paul Gilmartin < 000433f07816-dmarc-requ...@listserv.ua.edu> wrote: > On Wed, 7 Nov 2018 17:21:42 +0800, Jason Cai wrote: > > > > When we

Service class changes

2018-11-08 Thread Sankaranarayanan, Vignesh
Hello list, Apart from 99.2, can I find info on service class changes to jobs on any other record type? – Vignesh Mainframe Infrastructure MARKSANDSPENCER.COM Unless otherwise stated above: Marks and Spencer plc Registered Office: Waterside House 35 North Wharf

Re: How to tell what allocated a dataset never opened

2018-11-08 Thread Lizette Koehler
What about migrating the files and if they come back they are used? Assuming DFHSM, probably other similar products as well. Lizette > -Original Message- > From: IBM Mainframe Discussion List On Behalf Of > Jim Beck > Sent: Wednesday, November 07, 2018 1:44 PM > To:

Re: SEVERE ERROR EDC4002: Unable to write to map file from Prelinker

2018-11-08 Thread Charles Mills
And the answer is //SYSOUT DD SYSOUT=*,LRECL=80,RECFM=FB Kind of pathetic if you ask me. Charles -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Charles Mills Sent: Thursday, November 8, 2018 9:00 AM To: IBM-MAIN@LISTSERV.UA.EDU

Re: How to tell what allocated a dataset never opened

2018-11-08 Thread Allan Staller
Since you don't like brown water, a RACF profile with AUDIT(ALL) should work. -Original Message- From: IBM Mainframe Discussion List On Behalf Of Jim Beck Sent: Thursday, November 8, 2018 11:30 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: How to tell what allocated a dataset never

Re: How to tell what allocated a dataset never opened

2018-11-08 Thread Jim Beck
Thank you all for the input. The datasets already exist and testing with an allocate then free in TSO does not show any updating in the SMF60 record for the VVDS NVR records. :( I like the see-who-complains approach, but unfortunately most of the victims will be end users, and the developers

SEVERE ERROR EDC4002: Unable to write to map file from Prelinker

2018-11-08 Thread Charles Mills
I'm getting "SEVERE ERROR EDC4002: Unable to write to map file" from the XLC C/C++ prelinker. This is a job that was running successfully on another system and has now been moved to a new and unfamiliar system. Anyone have any clues on what the specific complaint might be? According to

(fwd) How to use gskssl in CICS Environment ?

2018-11-08 Thread Don Poitras
First, you should use IBM-MAIN@LISTSERV.UA.EDU, not the newsgroup to reach a wider audience. I haven't done this on CICS, but I see from the doc that it's doable. I'd look to see if SYS1.SIEALNKE is in your link list and if so, does it contain GSKSSL? The error just looks as if the program

Re: Profiles specific to user

2018-11-08 Thread Elardus Engelbrecht
Sankaranarayanan, Vignesh wrote: >Thanks all, so we've roughly come to the same answer, i.e., processing DBU00 >using SORT/ICETOOL/REXX or Nigel's utilities.. >Will wait to hear from Elardus on whether he can share his sweet pre-existing >REXX  Sorry that you have to wait 1000 years, but I

Re: How to tell what allocated a dataset never opened

2018-11-08 Thread Elardus Engelbrecht
Jim Beck wrote: >We've retired an application and are in the process of cleanup. Does anyone >know of a way to identify what is allocating a given dataset if it's never >opened? SMF cuts 14 & 15 records only if the dataset is open. Other than >scratch, rename, and other VTOC changes, I

Re: Supported release for z/OS

2018-11-08 Thread Allan Staller
IIRC Coexistence/migration support was N-3 in the OS/390 days (with a new dot release every 6 months). My memory if very foggy about the exact time frames, bit I believe N-2 has been in effect since about os/390 1.6 Certainly for many years. HTH, -Original Message- From: IBM Mainframe

Re: descriptor code for iplcheck

2018-11-08 Thread Steve Horein
https://www.ibm.com/support/knowledgecenter/SSLTBW_2.2.0/com.ibm.zos.v2r2.iead300/iead300611.htm "MDBCDESC" On Thu, Nov 8, 2018 at 1:44 AM Jason Cai wrote: > > > Hi all > > >

Re: Supported release for z/OS

2018-11-08 Thread Parwez Hamid
I think the new support was announced April 12, 2012 -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN