Is there a way to get the values from within 4.1.2 Display Queues panel?
OPS/MVS
You can get the additional information by passing the "INFO" parameter to the OPSPRM function. For example:
QUEUE = 'ATMSOURCEQUEUE'
A = OPSPRM("SHOW",QUEUE,"INFO")
DO QUEUED()
PULL LINE
SAY LINE
END
Do the same for each queue on the OPSVIEW panel 4.1.2 - Display Queues:
ATMSOURCEQUEUE
EPICMDQUEADDR
EXECQUEUE
MRTQUEUE
MSFQUEUE
OSFQUEUE
OSFTSLQUEUE
OSFTSPQUEUE
VTAMQUEUE