Message appears in Console Terminal
-
- 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
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.
-
- 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
why not ask the people who let You use their mainframe ?
they know the setup we do not!

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
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
Re: Message appears in Console Terminal
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
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
-
- 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
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.
-
- 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
the zOS 1.10 ADCD that the TS is running contains ALL The relevant program products 

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
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
-
- 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
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
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
- 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
enrico-sorichetti wrote:the zOS 1.10 ADCD that the TS is running contains ALL The relevant program products
Now how would you know

Robert AH Prins
robert.ah.prins @ the.17+Gb.Google thingy
robert.ah.prins @ the.17+Gb.Google thingy
-
- 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
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.
As other has said, just answer CANCEL if you do not not need MQseries.
Re: Message appears in Console Terminal
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:
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
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
-
- 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
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
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
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
-
- 0
- 1616
-
by aarvalar1
View the latest post
Mon Sep 09, 2024 7:21 pm
-
- 0
- 1718
-
by CHMB1968
View the latest post
Mon Oct 31, 2022 2:18 am
-
- 13
- 8376
-
by valeca
View the latest post
Fri Sep 30, 2022 11:22 pm
-
-
SYNCSORT DATASORT message SYT076E
by f1_lemaner » Thu Dec 23, 2021 11:12 pm » in DFSORT/ICETOOL/ICEGENER - 5
- 1849
-
by f1_lemaner
View the latest post
Fri Dec 24, 2021 2:23 pm
-
-
-
How can I copy message queue files (LGMSG,SHMSG) in V9R1
by futohomok » Thu Jul 27, 2023 5:54 pm » in IMS DB/DC - 6
- 1953
-
by futohomok
View the latest post
Thu Aug 03, 2023 1:21 pm
-