Message appears in Console Terminal

IBM OS/370, MVS, OS/390, Linux, TPF, VM/CMS, VM/ESA, VSE/ESA, z/VM, z/VSE, z/OS, z/OS.e etc...
Robert Sample
Global moderator
Posts: 3720
Joined: Sat Dec 19, 2009 8:32 pm
Skillset: Systems programming, SAS, COBOL, CICS, JCL, SMS, VSAM, etc.
Referer: other forum
Location: Dubuque, Iowa, USA

Re: Message appears in Console Terminal

Postby Robert Sample » Mon Aug 06, 2018 11:35 pm

Cancelling the job will mean MQ series won't be executing. The performance of the system should actually improve a bit without it executing; the only impact would be if you have something attempting to access MQ series since it would not be able to get to it.

enrico-sorichetti
Global moderator
Posts: 3006
Joined: Fri Apr 18, 2008 11:25 pm
Skillset: tso,rexx,assembler,pl/i,storage,mvs,os/390,z/os,
Referer: www.ibmmainframes.com

Re: Message appears in Console Terminal

Postby enrico-sorichetti » Tue Aug 07, 2018 12:22 am

why not ask the people who let You use their mainframe ? :geek:
they know the setup we do not!
cheers
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort

rogerb
Posts: 65
Joined: Sat Jul 28, 2018 9:14 pm
Skillset: COBOL
Referer: search in Google

Re: Message appears in Console Terminal

Postby rogerb » Tue Aug 07, 2018 12:24 am

Thank you for your answer Mr. Robert Sample.

The MQ series you're talking about is:

MQ WMQ Series Operations and Control

Correct me if I'm wrong, the WMQ Series Operations and Control is used for administration tasks ?

Thank you,
Roger

Robert Sample
Global moderator
Posts: 3720
Joined: Sat Dec 19, 2009 8:32 pm
Skillset: Systems programming, SAS, COBOL, CICS, JCL, SMS, VSAM, etc.
Referer: other forum
Location: Dubuque, Iowa, USA

Re: Message appears in Console Terminal

Postby Robert Sample » Tue Aug 07, 2018 12:32 am

MQ is middleware, much like CICS. It is a program product, and as such is NOT part of the operating system z/OS (just as CICS is not considered part of z/OS), but rather an independent software that may be purchased and used on a given site (but it is NOT required). The operations and control you are referring to will be used for administrative tasks FOR MQ SERIES ONLY. The operating system administrative tasks are handled separately. Since MQ series is a program product (and hence optional to any site), it is only needed to be running when an application attempts to use components of the product.

enrico-sorichetti
Global moderator
Posts: 3006
Joined: Fri Apr 18, 2008 11:25 pm
Skillset: tso,rexx,assembler,pl/i,storage,mvs,os/390,z/os,
Referer: www.ibmmainframes.com

Re: Message appears in Console Terminal

Postby enrico-sorichetti » Tue Aug 07, 2018 12:45 am

the zOS 1.10 ADCD that the TS is running contains ALL The relevant program products :mrgreen:
cheers
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort

enrico-sorichetti
Global moderator
Posts: 3006
Joined: Fri Apr 18, 2008 11:25 pm
Skillset: tso,rexx,assembler,pl/i,storage,mvs,os/390,z/os,
Referer: www.ibmmainframes.com

Re: Message appears in Console Terminal

Postby enrico-sorichetti » Tue Aug 07, 2018 12:56 am

post the virtual mainframe configuration so that we can see if any volumes were left out
cheers
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort

User avatar
prino
Posts: 641
Joined: Wed Mar 11, 2009 12:22 am
Skillset: PL/I - CICS - DB2 - IDMS - REXX - JCL, most in excess of three decades
Referer: Google
Location: Vilnius, Lithuania
Contact:

Re: Message appears in Console Terminal

Postby prino » Tue Aug 07, 2018 11:57 am

enrico-sorichetti wrote:the zOS 1.10 ADCD that the TS is running contains ALL The relevant program products :mrgreen:

Now how would you know ;)
Robert AH Prins
robert.ah.prins @ the.17+Gb.Google thingy

willy jensen
Posts: 474
Joined: Thu Mar 10, 2016 5:03 pm
Skillset: assembler rexx zOS ispf racf smf
Referer: saw it in the experts foprum thought I could help here

Re: Message appears in Console Terminal

Postby willy jensen » Tue Aug 07, 2018 1:35 pm

You say that this message has started to appear recently. So what changed? Seems that a device which used to be available is now offline. I suggest that you check the configuraton, and messages from the emulator when started. If possible then compare with a startup that worked.
As other has said, just answer CANCEL if you do not not need MQseries.

rogerb
Posts: 65
Joined: Sat Jul 28, 2018 9:14 pm
Skillset: COBOL
Referer: search in Google

Re: Message appears in Console Terminal

Postby rogerb » Tue Aug 07, 2018 8:34 pm

Good afternoon everybody.
First of all, thank you for all your answers.
Mr. Enrico-Sorichetti asked me to post the virtual mainframe configuration.
I looked in the internet and I found the following IBM page:

https://www.ibm.com/support/knowledgece ... 00/d3m.htm

By writing DISPLAY M I in the Console Terminal see the following:

Code: Select all

IEE174I 22.53.12 DISPLAY M           FRAME  1     F      E   SYS=ADCD
 PROCESSOR STATUS                                                    
 ID  CPU                  SERIAL                                      
 00  +                     0123453090                                
 01  +                     1123453090                                
 02  +                     2123453090                                
 03  +                     3123453090                                
 04  -                                                                
 05  -                                                                
 06  -                                                                
IEE612I CN=L700     DEVNUM=0700 SYS=ADCD                              


Probably this does not help you, but that was the only page I found about displaying configuration.

I also looked about MQ Series and I found the following wikipedia page:

https://en.wikipedia.org/wiki/IBM_WebSphere_MQ

If this page is describing the same Middleware that you've mentioned earlier, I know I can CANCEL the job with confidence.

Thanks to everybody,

Roger

enrico-sorichetti
Global moderator
Posts: 3006
Joined: Fri Apr 18, 2008 11:25 pm
Skillset: tso,rexx,assembler,pl/i,storage,mvs,os/390,z/os,
Referer: www.ibmmainframes.com

Re: Message appears in Console Terminal

Postby enrico-sorichetti » Tue Aug 07, 2018 8:46 pm

zares1, zasys1

Websphere MQSeries 7.0.0

is that enough ?

add the stupid reply about the virtual mainframe configuration ?

and the idiotic mainframes serial numbers x12345yyyy
cheers
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort


  • Similar Topics
    Replies
    Views
    Last post