How to get information from OPSVIEW panel 4.1.2 -Display Queues - in a REXX program?
search cancel

How to get information from OPSVIEW panel 4.1.2 -Display Queues - in a REXX program?

book

Article ID: 281564

calendar_today

Updated On:

Products

OPS/MVS Event Management & Automation

Issue/Introduction

Is there a way to get the values from within 4.1.2 Display Queues panel?

     

Environment

OPS/MVS

Resolution

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