How to "print index" of a PDS in batch mode?



TSO Programming, ISPF, SDF, SDSF and PDF, FTP, TCP/IP Concepts, SNA & SNA/IP etc...

How to "print index" of a PDS in batch mode?

Postby phantom987 » Tue May 25, 2010 11:59 am

How to "print index" of a PDS in batch mode?
phantom987
 
Posts: 1
Joined: Tue May 11, 2010 4:40 pm
Has thanked: 0 time
Been thanked: 0 time

Re: How to "print index" of a PDS in batch mode?

Postby swd » Tue May 25, 2010 1:16 pm

Something like this will do it

//STEP10 EXEC PGM=IKJEFT01               
//SYSTSPRT DD SYSOUT=*                   
//SYSPRINT DD SYSOUT=*                   
//SYSIN DD DUMMY                         
//SYSTSIN DD *                           
LISTDS 'your.pds.dataset' MEMBERS         
/*                                       
User avatar
swd
 
Posts: 109
Joined: Wed Feb 18, 2009 9:18 pm
Location: UK
Has thanked: 0 time
Been thanked: 0 time


Return to TSO & ISPF

 


  • Related topics
    Replies
    Views
    Last post