How to list the currently existent GLVJOBID global variables?
Release : 14.0
Component : OPS/MVS
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.