Author |
Message
|
Carla Viragh |
Posted: Thu Feb 05, 2004 9:53 am Post subject: MQSC commands |
|
|
 Voyager
Joined: 31 Oct 2003 Posts: 92 Location: São Paulo - Brasil
|
Hi, I´d like to know if it´s possible to fire commands getting something like this in MQSC. I need this text to program a script but MQSC returns 2 collums... Thanks.
DISPLAY QLOCAL(TTE02) ALL
AMQ8409: Display Queue details.
DESCR(Fila de Transmissao para TTE02)
PROCESS( )
BOQNAME( )
INITQ(SYSTEM.CHANNEL.INITQ)
TRIGDATA( )
CLUSTER( )
CLUSNL( )
QUEUE(TTE02)
CRDATE(2004-01-14)
CRTIME(11.15.46)
ALTDATE(2004-02-05)
ALTTIME(13.59.26)
GET(ENABLED)
PUT(ENABLED)
DEFPRTY(0)
DEFPSIST(YES)
MAXDEPTH(250000)
MAXMSGL(4096)
BOTHRESH(0)
SHARE
DEFSOPT(SHARED)
HARDENBO
MSGDLVSQ(PRIORITY)
RETINTVL(999999999)
USAGE(XMITQ)
TRIGGER
TRIGTYPE(FIRST)
TRIGDPTH(1)
TRIGMPRI(0)
QDEPTHHI(80)
QDEPTHLO(20)
QDPMAXEV(ENABLED)
QDPHIEV(DISABLED)
QDPLOEV(DISABLED)
QSVCINT(999999999)
QSVCIEV(NONE)
DISTL(YES)
DEFTYPE(PREDEFINED)
TYPE(QLOCAL)
SCOPE(QMGR)
DEFBIND(OPEN)
IPPROCS(1)
OPPROCS(1)
CURDEPTH(0) _________________ Carla Viragh |
|
Back to top |
|
 |
JasonE |
Posted: Mon Feb 09, 2004 4:42 am Post subject: |
|
|
Grand Master
Joined: 03 Nov 2003 Posts: 1220 Location: Hursley
|
There's nothing in mqsc - you need to post process the output, which shouldnt be too hard. |
|
Back to top |
|
 |
mqwf |
Posted: Mon Feb 16, 2004 1:06 am Post subject: MQSC Commands |
|
|
 Acolyte
Joined: 10 Oct 2002 Posts: 62
|
What is ur question didnt get that in the first place |
|
Back to top |
|
 |
JasonE |
Posted: Mon Feb 16, 2004 1:54 am Post subject: |
|
|
Grand Master
Joined: 03 Nov 2003 Posts: 1220 Location: Hursley
|
I think she wanted single columnar runmqsc output |
|
Back to top |
|
 |
Missam |
Posted: Thu Feb 19, 2004 3:01 pm Post subject: |
|
|
Chevalier
Joined: 16 Oct 2003 Posts: 424
|
What Kind Of script you want to program |
|
Back to top |
|
 |
|