Any way to see/manage storage for GLVJOBID globals?
search cancel

Any way to see/manage storage for GLVJOBID globals?

book

Article ID: 211721

calendar_today

Updated On:

Products

OPS/MVS Event Management & Automation

Issue/Introduction

How to list the currently existent GLVJOBID global variables?

Environment

Release : 14.0

Component : OPS/MVS

Resolution

The GLVJOBID variables can be listed using a sample code like below:

a = opsvalue('GLVJOBID','T') 
do queued()                  
pull line                    
say line                     
end                          

It will show the creator task and time stamp.

Additional Information

https://techdocs.broadcom.com/us/en/ca-mainframe-software/automation/ca-ops-mvs-event-management-and-automation/14-0/reference-information/command-and-function-reference/ops-rexx-built-in-functions/opsvalue-function.html