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

Block command for XDC.


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

New User


Joined: 28 Mar 2008
Posts: 69
Location: 125.16.180.5

PostPosted: Fri May 28, 2010 12:36 pm
Reply with quote

Hi all,

I would like to XDC all of my current day's spool @ my EOD.this would be no pain in case i have jus submitted 5 or say 10 jobs.. but you know Life is not so simple. and i feel it as a terrible pain to XDC one by one say 100 spools in my PDS.

Upon thinking and exploring i got the following options in my visibility.

i) Looks like may be using ISFAFD (invoking sdsf in batch mode )may help me. but you know it is full of print of screens.its not wat i am looking for.i have no clue how to tune that so that it gives me wat i want.hitting PF1 icon_smile.gif

ii) is there a way i can use a block command of XDC, if so how ?

iii) any option/special step which i can use in my job so that it exports the complete job log to a new GDG generation. ?

Is there any smart way to do this ? icon_smile.gif.
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Fri May 28, 2010 12:51 pm
Reply with quote

see
www.ibmmainframes.com/viewtopic.php?t=39170&highlight=
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


Joined: 22 Apr 2006
Posts: 6250
Location: Mumbai, India

PostPosted: Fri May 28, 2010 3:44 pm
Reply with quote

karthik_sripal wrote:
i) Looks like may be using ISFAFD (invoking sdsf in batch mode )may help me. but you know it is full of print of screens.its not wat i am looking for.i have no clue how to tune that so that it gives me wat i want.hitting PF1 icon_smile.gif
So what is that you are looking for?
Back to top
View user's profile Send private message
karthik_sripal

New User


Joined: 28 Mar 2008
Posts: 69
Location: 125.16.180.5

PostPosted: Fri May 28, 2010 4:32 pm
Reply with quote

Thanks for the reply anuj and enrico-sorichetti.

@anuj
Quote:
So what is that you are looking for?

i dont want those navigation screenshots.i jus want the joblogs.how to elim them ? am i not clear still ? :$
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


Joined: 22 Apr 2006
Posts: 6250
Location: Mumbai, India

PostPosted: Fri May 28, 2010 5:46 pm
Reply with quote

SDSF manuals should have those details, a sample JCL would be like the below one, it'll pick up just the OUTDD dd-statement:
Code:
//BSDSF  EXEC PGM=ISFAFD,PARM='++60,132'       
//ISFOUT   DD SYSOUT=*                         
//SYSUDUMP DD SYSOUT=*                         
//SYSPRINT DD SYSOUT=*                         
//SYSTSPRT DD SYSOUT=*                         
//SYSOUT   DD SYSOUT=*                         
//ISFIN    DD *                               
PRE xxxxxxxx                                 
ST                                           
FILTER JOBID EQ 'JOB0xxxx'                   
++?                                           
FIND 'OUTDD'                                 
++S                                           
PRINT ODSN 'xxxxxxxx.SDSF' * OLD               
PRINT 1 9999                                 
PRINT CLOSE                                   
END                                           
EXIT                                         
/* 
Please tailor the job per your need.
Back to top
View user's profile Send private message
Bill Dennis

Active Member


Joined: 17 Aug 2007
Posts: 562
Location: Iowa, USA

PostPosted: Fri May 28, 2010 11:23 pm
Reply with quote

If the joblogs are in a sysout class by themselves, you could use an external writer task to move them to a PS file. See the MVS System Commands for external writer.
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Sat May 29, 2010 12:28 pm
Reply with quote

Bill Dennis wrote:
If the joblogs are in a sysout class by themselves, you could use an external writer task to move them to a PS file. See the MVS System Commands for external writer.

But do speak to your systems programmers / security admin before attempting this.
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 RACF - Rebuild SETROPTS command which... All Other Mainframe Topics 3
No new posts Routing command Address SDSF to other... TSO/ISPF 2
No new posts DTL - how to define key with stacked ... TSO/ISPF 3
No new posts LTJ command CA Products 4
No new posts Query on edit primary command CLIST & REXX 5
Search our Forums:

Back to Top