utility to print PDS list?

2005-07-25 Thread Adams, Tracy
The ispf 3.1 utility screen is great to print the stats of a pds by
member, how do I do this via batch?

 

Thanks,

 

Tracy

 


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: utility to print PDS list?

2005-07-25 Thread Dave Salt

From: Adams, Tracy [EMAIL PROTECTED]
The ispf 3.1 utility screen is great to print the stats of a pds by
member, how do I do this via batch?




Take a look at the ISPF service called LMMLIST and specifically the SAVE 
option. Write a program to issue the call in foreground. Once you have it 
working, call it in batch. HTH,


Dave Salt
SimpList(tm) - The easiest, most powerful way to surf a mainframe!
http://www.mackinney.com/products/SIM/simplist.htm

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: utility to print PDS list?

2005-07-25 Thread Rob Wunderlich
On Mon, 25 Jul 2005 14:24:34 -0400, Adams, Tracy [EMAIL PROTECTED] wrote:

The ispf 3.1 utility screen is great to print the stats of a pds by
member, how do I do this via batch?

Tracy,

Check out this thread for various options:
http://bama.ua.edu/cgi-bin/wa?A2=ind0408L=ibm-mainm=207165P=187612

-Rob

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: utility to print PDS list?

2005-07-25 Thread Lizette Koehler
Well, if you have SAS, it can do it.
 
Otherwise IEBPTPCH can do it.

It all depends on the intent of the listing and the format you need.  

There might even be something on the CBT tape that might provide you with a
PDS print function.

Lizette Koehler

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


utility to print PDS list?

2005-07-25 Thread Adams, Tracy
I have had some great suggestions, just to be a little more specific,
what I am looking for is member name and last update fields.  SAS and
the LISTDS commands provides the names but not the dates.



-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On
Behalf Of Dave Salt
Sent: Monday, July 25, 2005 2:46 PM
To: IBM-MAIN@BAMA.UA.EDU
Subject: Re: utility to print PDS list?

From: Adams, Tracy [EMAIL PROTECTED]
The ispf 3.1 utility screen is great to print the stats of a pds by
member, how do I do this via batch?



Take a look at the ISPF service called LMMLIST and specifically the SAVE

option. Write a program to issue the call in foreground. Once you have
it 
working, call it in batch. HTH,

Dave Salt
SimpList(tm) - The easiest, most powerful way to surf a mainframe!
http://www.mackinney.com/products/SIM/simplist.htm

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: utility to print PDS list?

2005-07-25 Thread Dave Salt

From: Adams, Tracy [EMAIL PROTECTED]
I have had some great suggestions, just to be a little more specific,
what I am looking for is member name and last update fields.  SAS and
the LISTDS commands provides the names but not the dates.



LMMLIST will do what you want.


Dave Salt
SimpList(tm) - The easiest, most powerful way to surf a mainframe!
http://www.mackinney.com/products/SIM/simplist.htm



--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: utility to print PDS list?

2005-07-25 Thread Rob Wunderlich
On Mon, 25 Jul 2005 15:44:55 -0400, Adams, Tracy [EMAIL PROTECTED] wrote:

I have had some great suggestions, just to be a little more specific,
what I am looking for is member name and last update fields.  SAS and
the LISTDS commands provides the names but not the dates.

The EXEC shown here:
http://bama.ua.edu/cgi-bin/wa?A2=ind0408L=ibm-mainm=207165P=187612

will list last update. You can customize to show the fields you want. Or
you can use it as starting point to take Dave Salt's suggestion to use
LMMLIST with OPTION(SAVE) to get the default listing.

-Rob

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: utility to print PDS list?

2005-07-25 Thread Shmuel Metz (Seymour J.)
In
[EMAIL PROTECTED],
on 07/25/2005
   at 02:24 PM, Adams, Tracy [EMAIL PROTECTED] said:

The ispf 3.1 utility screen is great to print the stats of a pds by
member, how do I do this via batch?

First, you can run ISPF in batch. Second PDS85[1] can display SPF
statistics. Third, there are lots of directory listing programs on the
CBT tape.

[1] Or StarTools if you have it.
 
-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 ISO position; see http://patriot.net/~shmuel/resume/brief.html 
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html