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

How to Get SYSOUT from SDSF in bach


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
mmdoh

New User


Joined: 11 May 2005
Posts: 2

PostPosted: Mon Jun 19, 2006 1:07 pm
Reply with quote

Hi,
Could any one help to get Job sysout from SDSF in batch.
I used the following JCL, The member X is crated but is empty, I think is there a way to tell SDSF with the job needed to be retrieved (what?).
Thanks
Code:

//MDOHFJ  JOB NOTIFY=&SYSUID,REGION=4M  TYPRUN=SCAN               
//       EXEC PGM=SDSF,PARM='++99999,132' <== PARM='++XXXXX,YYYY' 
//SYSPRINT DD SYSOUT=*                                             
//OUTPUT   DD SYSOUT=*                                             
//ISFOUT   DD SYSOUT=*                                             
//ISFIN    DD *                                                   
SET DISPLAY ON                                                     
ST                                                                 
S MDOHFJ JOB00070                                                 
PRINT  ODSN 'MDOH.LIB.SPOOL(X)' * SHR                             
PRINT                                                             
PRINT  CLOSE                                                       
END                                                               
/*                                                                                                       
Back to top
View user's profile Send private message
ofer71

Global Moderator


Joined: 27 Dec 2005
Posts: 2358
Location: Israel

PostPosted: Wed Jun 28, 2006 1:15 pm
Reply with quote

Take a look at ISFOUT and try to trace the screens and the messages at the top of each screen.

O.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts Execute secondary panel of sdsf with ... CLIST & REXX 1
No new posts Routing command Address SDSF to other... TSO/ISPF 2
No new posts XDC SDSF output to temp dataset CLIST & REXX 4
No new posts Search string in job at regular Spool... CLIST & REXX 0
No new posts SDSF like solution in EJES (store com... All Other Mainframe Topics 4
Search our Forums:

Back to Top