slipKnot
New User
Joined: 18 Jun 2009 Posts: 2 Location: Hyderabad
|
|
|
|
I am trying to capture the status of tape drives in our environment ...using this code that works perfectly fine.
//UCAT EXEC PGM=SDSF,PARM='++60,132'
//ISFOUT DD SYSOUT=A
//OUTPUT DD DSN=TTGP.DRV9S01.DESSTATE,DISP=OLD
//ISFIN DD *
ULOG
/D U,TAPE,,,9999
REFRESH
REFRESH
REFRESH
REFRESH
REFRESH
REFRESH
PRINT FILE OUTPUT
PRINT
PRINT CLOSE
//*
But when I try to give the "/RO *ALL, D U,TAPE,,,9999" in the same code for a sysplex environmnet - I do not get the desired output
The output dataset just contains these lines & no other output
9S01 2009169 07:13:22.31 ISF031I CONSOLE NBKG2KE ACTIVATED
9S01 2009169 07:13:22.31 -RO *ALL,D U,TAPE,,,9999
Can someone help me solve this or suggest any alternate way of doing the same? |
|