View previous topic :: View next topic |
Author |
Message |
nakapako Beginner
Joined: 21 Nov 2004 Posts: 8 Topics: 7
|
Posted: Mon Feb 20, 2006 1:34 pm Post subject: analyze sequential disk dataset |
|
|
Hello All,
I'm wondering if anyone knows of a utility that we can use to analyze a seq disk dataset? Something like FATAR which we use for tape analysis, which would show block numbers, block sizes and record lengths.
I've searched the forums but have not found anything that can help us.
thanks for your assist,
d |
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12376 Topics: 75 Location: San Jose
|
Posted: Mon Feb 20, 2006 1:42 pm Post subject: |
|
|
Try this
Code: |
//STEP0100 EXEC PGM=IKJEFT01
//SYSTSPRT DD SYSOUT=*
//SYSTSIN DD *
LISTDS 'your sequential dataset'
/*
|
Hope this helps...
Cheers
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
|
nakapako Beginner
Joined: 21 Nov 2004 Posts: 8 Topics: 7
|
Posted: Tue Feb 21, 2006 8:04 pm Post subject: |
|
|
Thank you Kolusu. Yes, we've tried this but what we are looking for is something that will list individual blocks and the number of records per block. As you can tell, I'm very new to the mainframe world and really not even sure of what I'm asking.
thanks....d |
|
Back to top |
|
|
|
|