MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Question about SDSF

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Utilities
View previous topic :: View next topic  
Author Message
mdluk1
Beginner


Joined: 16 Jul 2005
Posts: 2
Topics: 1

PostPosted: Sat Jul 16, 2005 8:00 am    Post subject: Question about SDSF Reply with quote

Not sure if this is the proper forum for this but I will try anyway.

Our company is forcing us to switch from using SYSVIEW to SDSF and most of us hate that. I haven't been able to find a simple way of looking at a jobs output to see the steps that ran and their cond codes. On SYSVIEW a simple SS does the trick.

On SDSF, a ? will show the steps but not how or if they executed. Any help???

Thanks,
Mike
Back to top
View user's profile Send private message
Bill Dennis
Advanced


Joined: 03 Dec 2002
Posts: 579
Topics: 1
Location: Iowa, USA

PostPosted: Mon Jul 18, 2005 9:01 am    Post subject: Reply with quote

How about this:

1) select the output in SDSF in "edit mode" using "SE" action characters
2) use edit macro to display only "COND CODE" lines

Here's a macro. Store in in your SYSPROC concatenation.

Code:
ISREDIT MACRO                                         
 /* SDSF EDIT MACRO TO SEE STEPS AND COND CODE  */     
 /* MIMIC SS COMMAND IN SYSVIEW                 */     
CONTROL NOMSG                                         
ISREDIT EXCLUDE ALL                                   
ISREDIT FIND 'COND CODE' ALL                           
ISREDIT DELETE ALL EXCLUDED                           
DONE: -                                               
EXIT CODE(0)                                           

_________________
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
View user's profile Send private message
mdluk1
Beginner


Joined: 16 Jul 2005
Posts: 2
Topics: 1

PostPosted: Mon Jul 18, 2005 10:45 am    Post subject: Reply with quote

Thanks, those commands work by just selecting the file.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Utilities All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group