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

SDSF commands to list the set of jobs


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

Active User


Joined: 16 Apr 2009
Posts: 151
Location: India

PostPosted: Tue Feb 16, 2010 7:59 pm
Reply with quote

Hi!
When I execute the below step, I get the jobs in the spool only which are under my id and not the entire spool jobs. why is that?
Code:

//STEP2   EXEC PGM=SDSF                           
//ISFOUT  DD DSN=OWNERID.ASCNF.ASDFG,       
//     UNIT=(SYSDA,25),SPACE=(CYL,(500,500),RLSE),
//     DCB=(RECFM=FB,LRECL=500,BLKSIZE=50000),   
//     DISP=(NEW,CATLG,CATLG)                     
//ISFIN   DD *                                   
ST                                               
OWNER *                                           
DA                                             
/*

The output comes like, as if i give owner <my owner id>
My User ID and TSO Prefix are the same.
Back to top
View user's profile Send private message
expat

Global Moderator


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

PostPosted: Tue Feb 16, 2010 8:00 pm
Reply with quote

Have you tried to specify which prefix you want to look at
Back to top
View user's profile Send private message
HameedAli

Active User


Joined: 16 Apr 2009
Posts: 151
Location: India

PostPosted: Tue Feb 16, 2010 8:21 pm
Reply with quote

It worked, Thanks Expat.
Where is
Code:
pre *
preferable, before
Code:
owner *
or after
Code:
owner *
?
Back to top
View user's profile Send private message
expat

Global Moderator


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

PostPosted: Tue Feb 16, 2010 8:25 pm
Reply with quote

Where ever it works icon_biggrin.gif
Back to top
View user's profile Send private message
HameedAli

Active User


Joined: 16 Apr 2009
Posts: 151
Location: India

PostPosted: Tue Feb 16, 2010 9:24 pm
Reply with quote

I'm facing another problem. In ISFOUT file, I see only 57 jobs out of the entire 318 jobs. Remaining are truncated, I believe, why is that?
Code:
SDSF DA 51@@  51@@     PAG    0  CPU/L    30/ 30       LINE 1-57 (318) 
COMMAND INPUT ===>                                            SCROLL ===
NP   JOBNAME  StepName ProcStep JobID    Owner    C Pos DP Real Paging 
Back to top
View user's profile Send private message
Bill Dennis

Active Member


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

PostPosted: Tue Feb 16, 2010 11:03 pm
Reply with quote

SDSF batch has a PARM where you can specify a logical "screen size".
Code:
//SDSF     EXEC PGM=SDSF,PARM='++120,121'  LENGTH=120, WIDTH=121         .             
Back to top
View user's profile Send private message
expat

Global Moderator


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

PostPosted: Tue Feb 16, 2010 11:28 pm
Reply with quote

Or you could use the DOWN lines parameter
Back to top
View user's profile Send private message
MBabu

Active User


Joined: 03 Aug 2008
Posts: 400
Location: Mumbai

PostPosted: Tue Feb 16, 2010 11:46 pm
Reply with quote

If you need to process that list, and you are on z/OS 1.9 or later, have a look at the new rexx interfaces too. see the sdsf book(s)
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 How to turn off 'ACTION' SDSF output ... TSO/ISPF 2
No new posts Finding and researching jobs All Other Mainframe Topics 0
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 How to create a list of SAR jobs with... CA Products 3
Search our Forums:

Back to Top