View previous topic :: View next topic |
Author |
Message |
naveen Beginner

Joined: 03 Dec 2002 Posts: 90 Topics: 31
|
Posted: Tue Mar 04, 2003 12:53 am Post subject: Space attributes |
|
|
When , I want to know the space properties (Tracks , %Used , XT, Device )
of set of PDSs, I use data set list option of 'Space'
in 3.4 Dslist. I want to know the same space attributes of list of datasets in Batch: How to do this? Is there any TSO command for this. |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
Posted: Tue Mar 04, 2003 6:39 am Post subject: |
|
|
naveen,
Did you try LISTCAT command??
Kolusu |
|
Back to top |
|
 |
naveen Beginner

Joined: 03 Dec 2002 Posts: 90 Topics: 31
|
Posted: Wed Mar 19, 2003 1:56 am Post subject: |
|
|
Yes I tried it, But it doesn't satisfy my rqrmts. |
|
Back to top |
|
 |
Venkata Ramana Reddy Beginner

Joined: 02 Dec 2002 Posts: 70 Topics: 19 Location: California
|
Posted: Wed Mar 19, 2003 11:33 am Post subject: |
|
|
How about writing a smalll macro in Rexx.Use LISTDSI function. _________________ Venkataramana
-- Good judgement comes from experience, and often experience comes from bad judgement. |
|
Back to top |
|
 |
grumm Beginner
Joined: 05 Jun 2003 Posts: 2 Topics: 0
|
Posted: Thu Jun 05, 2003 8:23 pm Post subject: |
|
|
did you try dcollect ? |
|
Back to top |
|
 |
semigeezer Supermod
Joined: 03 Jan 2003 Posts: 1014 Topics: 13 Location: Atlantis
|
Posted: Fri Jun 06, 2003 12:18 am Post subject: |
|
|
Or run ISPF in batch and use the LMDLIST service (either with or without the SAVE() option, depending on your requirements). LMDLIST and option 3.4 are the same code. |
|
Back to top |
|
 |
naveen Beginner

Joined: 03 Dec 2002 Posts: 90 Topics: 31
|
Posted: Tue Sep 09, 2003 4:05 am Post subject: |
|
|
Dcollect is not working.
I don't know how to use LMDLIST with ISPF. |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
|
Back to top |
|
 |
slade Intermediate
Joined: 07 Feb 2003 Posts: 266 Topics: 1 Location: Edison, NJ USA
|
Posted: Tue Sep 09, 2003 5:07 pm Post subject: |
|
|
Hi Naveen,
I you want to retain a hard copy of the 3.4 display you called, you can type:
SAVE any1to8chars
on the cmd line. This will create a seq dataset containing the displayed data. The DSN will be of the form:
yrtsoid.any1to8chars.dataset
Regards, Jack. |
|
Back to top |
|
 |
naveen Beginner

Joined: 03 Dec 2002 Posts: 90 Topics: 31
|
Posted: Tue Sep 23, 2003 12:44 am Post subject: |
|
|
Slade,
I wanted to do it in batch ,not online. |
|
Back to top |
|
 |
slade Intermediate
Joined: 07 Feb 2003 Posts: 266 Topics: 1 Location: Edison, NJ USA
|
Posted: Tue Sep 23, 2003 4:02 pm Post subject: |
|
|
Welcome back Naveen.  |
|
Back to top |
|
 |
|
|