Re: Help Trying to determine where abend occurred

2024-01-02 Thread Peter Relson
>the doc says I can issue CSVQUERY in AR mode I might try to put SDWAPRIM on my >DU-AL Allowing a service to be issued/called/invoked in AR mode does not imply "the service will pay attention to any access list entry". CSVQUERY processing does not pay attention to any access list entry.

Re: Question about IEAMSCHD

2024-01-02 Thread Tom Marchant
If I were you I wouldn't advertise to the world that I have an integrity exposure. -- Tom Marchant On Sat, 30 Dec 2023 17:25:03 -0600, Steve Beaver wrote: >I have the code to turn on the >JSCBAUTH however it is a SVC -- For

Auto: Re: Question about IEAMSCHD

2024-01-02 Thread Frederic Mancini
Je suis absent du 02 janvier 2024 au 05 janvier 2024 inclus. -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: Help Trying to determine where abend occurred

2024-01-02 Thread Joseph Reichman
Peter I understand you are correct the only way to get that information if I ran the CSVQUERY as an SRB The documentation says Task or SRB Thank you > On Jan 2, 2024, at 10:12 AM, Peter Relson wrote: > >  >> >> the doc says I can issue CSVQUERY in AR mode I might try to put SDWAPRIM

Re: Why do I have IEE159E MESSAGE WAITING

2024-01-02 Thread Doug
Use the ‘K S’ command at the console to verify the parmlib setting has not been altered. Doug . On Jan 2, 2024, at 12:11, Seymour J Metz wrote: What is the status of each message line? Or provide a screen shot. -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 עַם יִשְׂרָאֵל חַי

Re: Why do I have IEE159E MESSAGE WAITING

2024-01-02 Thread Joseph Reichman
Ok thanks if that will do have a ADCD system running 2.5D > On Jan 2, 2024, at 1:10 PM, David Spiegel > <0468385049d1-dmarc-requ...@listserv.ua.edu> wrote: > > Hi Doug, > What makes you think that it was altered? > > Regards, > David > > > > From: IBM

Why do I have IEE159E MESSAGE WAITING

2024-01-02 Thread Joseph Reichman
HI I have the following message on the console IEE612I CN=C908 DEVNUM=0908 SYS=S0W1 IEE163I MODE= RD IEE159E MESSAGE WAITING Looking at my parmlib definition I have CON(N) and DEL(RD) Wondering why this happening CONSOLE

Re: Why do I have IEE159E MESSAGE WAITING

2024-01-02 Thread Seymour J Metz
What is the status of each message line? Or provide a screen shot. -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 עַם יִשְׂרָאֵל חַי נֵ֣צַח יִשְׂרָאֵ֔ל לֹ֥א יְשַׁקֵּ֖ר From: IBM Mainframe Discussion List on behalf of Joseph Reichman Sent:

Re: Why do I have IEE159E MESSAGE WAITING

2024-01-02 Thread Jon Perryman
On Tue, 2 Jan 2024 11:36:34 -0500, Joseph Reichman wrote: >I have CON(N) and DEL(RD). Wondering why this happening The most likely cause is ROUTCODE(ALL) and RTME(1). How you solve this problem depends on why you need all messages to that console.

Re: Why do I have IEE159E MESSAGE WAITING

2024-01-02 Thread David Spiegel
Hi Jon, There are ways to flood the console other than ROUTCODE(ALL). Regards, David On 2024-01-02 12:49, Jon Perryman wrote: On Tue, 2 Jan 2024 11:36:34 -0500, Joseph Reichman wrote: I have CON(N) and DEL(RD). Wondering why this happening The most likely cause is ROUTCODE(ALL) and

Re: Why do I have IEE159E MESSAGE WAITING

2024-01-02 Thread David Spiegel
Hi Joe AMV"SH, Because all messages on your screen need to be cleared manually, or, use DEL(R). Regards, David On 2024-01-02 11:36, Joseph Reichman wrote: HI I have the following message on the console IEE612I CN=C908 DEVNUM=0908 SYS=S0W1 IEE163I MODE= RD

Re: Why do I have IEE159E MESSAGE WAITING

2024-01-02 Thread David Spiegel
Hi Doug, What makes you think that it was altered? Regards, David From: IBM Mainframe Discussion List on behalf of Doug Sent: January 2, 2024 12:25 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Why do I have IEE159E MESSAGE WAITING Use the ‘K S’ command at

Re: Help Trying to determine where abend occurred

2024-01-02 Thread Jon Perryman
On Mon, 1 Jan 2024 12:00:15 -0500, Joseph Reichman wrote: >I am thinking the doc says I can issue CSVQUERY in AR mode I might try to put >SDWAPRIM on my DU-AL > >And and maybe get the name of the PC routine Since this is about updating the CBT generic abend recovery example file instead of

Re: Why do I have IEE159E MESSAGE WAITING

2024-01-02 Thread Jon Perryman
On Tue, 2 Jan 2024 12:55:37 -0500, David Spiegel wrote: >There are ways to flood the console other than ROUTCODE(ALL). What is your point? Clearly, the OP doesn't understand console flooding otherwise he would not have ROUTCDE(ALL). I gave the OP what he needs to learn to understand why he is

Re: Why do I have IEE159E MESSAGE WAITING

2024-01-02 Thread Doug
@David S. It’s just what I look at first to confirm the setting. Next is where everyone is asking about what messages are flooding the console. Would be nice to see a screenshot like someone else already suggested. Best Regards, Doug . On Jan 2, 2024, at 15:42, David Spiegel

Re: Why do I have IEE159E MESSAGE WAITING

2024-01-02 Thread David Spiegel
Hi Jon, Coding DEL=R gets rid of the console flooding (no matter the cause) My point is that ROUTCODE(ALL) is not the only way to flood a console. It can also happen if a badly behaving JOB/STC/TSU frequently puts out too many WTOs/WTORs. Regards, David On 2024-01-02 14:43, Jon Perryman

Re: Why do I have IEE159E MESSAGE WAITING

2024-01-02 Thread Tom Marchant
Why do you keep sending questions to the list without providing adequate information? You have been asked specific questions that you have refused to answer. Do you enjoy wasting our time? -- Tom Marchant On Tue, 2 Jan 2024 11:36:34 -0500, Joseph Reichman wrote: >HI > >I have the following