Page 1 of 1

Regarding EXEC CICS ENQ / DEQ

Posted: Fri Apr 24, 2015 10:25 am
by m1985nehal
Hello Guys,
Que 1.
I am executing following code

03 WS-OFQCMON PIC X(08) VALUE 'OFQCMON '.

EXEC CICS ENQ
RESOURCE (WS-OFQCMON)
LENGTH (LENGTH OF WS-OFQCMON)
RESP (SS08WS-DFHRESP)
NOSUSPEND
END-EXEC.

I am not able to understand, what is that i am writing into OFQCMON TSQ ?. What will be content of the TSQ and how can i browse the content.

Que 2.

What is the command to check all TSQ/TDQs defined in CICS.

Posted: Fri Apr 24, 2015 11:38 am
by William Collins
You are writing nothing to OFQCMON with that code. You are simply telling CICS, "here's a token-name: until I DEQ that token-name, no-one else can use it".

For the second, ask you CICS support people.