IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

SDSF display not working in Batch


IBM Mainframe Forums -> IBM Tools
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
slipKnot

New User


Joined: 18 Jun 2009
Posts: 2
Location: Hyderabad

PostPosted: Thu Jun 18, 2009 7:54 pm
Reply with quote

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?
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10902
Location: italy

PostPosted: Thu Jun 18, 2009 8:24 pm
Reply with quote

what happens when You issue the command interactively ?
Back to top
View user's profile Send private message
slipKnot

New User


Joined: 18 Jun 2009
Posts: 2
Location: Hyderabad

PostPosted: Thu Jun 18, 2009 8:26 pm
Reply with quote

From the ULOG when I issue the command it works...and gives me the drive listing of all sysplex lpars
Back to top
View user's profile Send private message
View previous topic : : View next topic  
Post new topic   Reply to topic All times are GMT + 6 Hours
Forum Index -> IBM Tools

 


Similar Topics
Topic Forum Replies
No new posts How to close Datacom MUF URT used by ... CICS 0
No new posts Activate WLM policy in batch All Other Mainframe Topics 2
No new posts CICS UCTRAN=NO not working, need syst... CICS 3
No new posts get submitted JCL from SDSF with REXX... CLIST & REXX 2
No new posts How to Operate with Operator console ... IBM Tools 11
Search our Forums:


Back to Top