Search found 1 match

by akila
Thu Mar 05, 2015 11:14 pm
Forum: CICS, Middleware and MQ Series.
Topic: Inquire JVMSERVER status
Replies: 1
Views: 391

Inquire JVMSERVER status

Hi I want to display the JVM server status using a CICS - Cobol program. I tried the following : EXEC CICS INQUIRE JVMSERVER('ABCJVM') ENABLESTATUS (WS-STAT) END-EXEC IF WS-STAT=DFHVALUE(ENABLED) DISPLAY 'ENABLED' Though the jvm server is in enabled status in CICS, I am not able to get the display s...

Go to advanced search