View previous topic :: View next topic |
Author |
Message |
djf Beginner
Joined: 06 Feb 2007 Posts: 68 Topics: 27
|
Posted: Wed Nov 28, 2007 10:03 am Post subject: REXX UCB CODE??? |
|
|
Anybody have any quick code that can get at a tape device UCB? I need to check for mount pendings.
Thanx. |
|
Back to top |
|
 |
taltyman JCL Forum Moderator

Joined: 02 Dec 2002 Posts: 310 Topics: 8 Location: Texas
|
Posted: Wed Nov 28, 2007 4:16 pm Post subject: |
|
|
I am curious as to what you plan to do once you find a mount pending. Is this to prod an operator into action? I ask since MVS already sticks a WTOR on the console when it needs a mount. With SDSF it typically is also at the bottom of the log. |
|
Back to top |
|
 |
Bill Dennis Advanced

Joined: 03 Dec 2002 Posts: 579 Topics: 1 Location: Iowa, USA
|
Posted: Thu Nov 29, 2007 8:50 am Post subject: |
|
|
For the MVS settings, see SYS1.PARMLIB(IECIOSxx) and the MIH MOUNTMSG parameter. _________________ Regards,
Bill Dennis
Disclaimer: My comments on this foorum are my own and do not represent the opinions or suggestions of any other person or business entity. |
|
Back to top |
|
 |
djf Beginner
Joined: 06 Feb 2007 Posts: 68 Topics: 27
|
Posted: Thu Nov 29, 2007 8:55 am Post subject: |
|
|
We have a web type based product that has summaries of various systems, and their statuses. There is a REXX TCPIP socket type interface to the product.
I have tried all sorts of things, issueing operator commands and trying to OUTTRAP it, etc.
So if I can't get it any other way, I'll just peek at the UCB. I just need a reliable way from REXX to know if there is a mount pending. |
|
Back to top |
|
 |
taltyman JCL Forum Moderator

Joined: 02 Dec 2002 Posts: 310 Topics: 8 Location: Texas
|
Posted: Thu Nov 29, 2007 9:31 am Post subject: |
|
|
sorry mis-posted |
|
Back to top |
|
 |
|
|