Search the web
Sign In
New User? Sign Up
rexxlist · General REXX Discussion List
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Command to get Member listing   Message List  
Reply | Forward Message #6302 of 16003 |
Re: Command to get Member listing

This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

------_=_NextPart_001_01C019A6.541FCE80
Content-Type: text/plain;
charset="iso-8859-1"

One possibility:

...
"ISPEXEC LMINIT DATAID(IDVAR) DATASET('"HLQ.LOADLIB"') ENQ(SHR)"
"ISPEXEC LMOPEN DATAID(&IDVAR) OPTION(INPUT)"
"ISPEXEC LMMLIST DATAID(&IDVAR) OPTION(LIST) MEMBER(MEMBR)"
DO WHILE RC=0;
SAY MEMBR
"ISPEXEC LMMLIST DATAID(&IDVAR) OPTION(LIST) MEMBER(MEMBR)"
END;
"ISPEXEC LMCLOSE DATAID(&IDVAR)"
"ISPEXEC LMFREE DATAID(&IDVAR)"
...


-----Original Message-----
From: Atul Vaishampayan [mailto:atul.v.vaishampayan@...]
Sent: Friday, September 08, 2000 5:09 AM
To: REXXLIST@...
Subject: Command to get Member listing


Hi Folks,

I am new to the list. I am developing a utility in
REXX / TSO for the company, to do some house-keeping on the load modules of
one of the libraries. I tried to use the PR (PRINTDS) command, however it
seems that it does not work for Load libraries as they have an undefined
Record format.
Can you experts let me know of any other command
that will get me a directory listing of a Load library?

<SNIP>

------_=_NextPart_001_01C019A6.541FCE80
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Diso-8859-1">
<META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version =
5.5.2650.12">
<TITLE>RE: Command to get Member listing</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=3D2>One possibility:</FONT>
</P>

<P><FONT SIZE=3D2>...</FONT>
<BR><FONT SIZE=3D2>&quot;ISPEXEC LMINIT DATAID(IDVAR) =
DATASET('&quot;HLQ.LOADLIB&quot;') ENQ(SHR)&quot;&nbsp; </FONT>
<BR><FONT SIZE=3D2>&quot;ISPEXEC LMOPEN DATAID(&amp;IDVAR) =
OPTION(INPUT)&quot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp; </FONT>
<BR><FONT SIZE=3D2>&quot;ISPEXEC LMMLIST DATAID(&amp;IDVAR) =
OPTION(LIST) MEMBER(MEMBR)&quot; </FONT>
<BR><FONT SIZE=3D2>DO WHILE =
RC=3D0;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </FONT>
<BR><FONT SIZE=3D2>&nbsp;&nbsp; SAY MEMBR </FONT>
<BR><FONT SIZE=3D2>&nbsp;&nbsp; &quot;ISPEXEC LMMLIST =
DATAID(&amp;IDVAR) OPTION(LIST) MEMBER(MEMBR)&quot;</FONT>
<BR><FONT =
SIZE=3D2>END;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </FONT>
<BR><FONT SIZE=3D2>&quot;ISPEXEC LMCLOSE =
DATAID(&amp;IDVAR)&quot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </FONT>
<BR><FONT SIZE=3D2>&quot;ISPEXEC LMFREE&nbsp; =
DATAID(&amp;IDVAR)&quot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </FONT>
<BR><FONT SIZE=3D2>...</FONT>
</P>
<BR>

<P><FONT SIZE=3D2>-----Original Message-----</FONT>
<BR><FONT SIZE=3D2>From: Atul Vaishampayan [<A =
HREF=3D"mailto:atul.v.vaishampayan@...">mailto:atul.v.vaishampayan@BT=
.COM</A>]</FONT>
<BR><FONT SIZE=3D2>Sent: Friday, September 08, 2000 5:09 AM</FONT>
<BR><FONT SIZE=3D2>To: REXXLIST@...</FONT>
<BR><FONT SIZE=3D2>Subject: Command to get Member listing</FONT>
</P>
<BR>

<P><FONT =
SIZE=3D2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp; Hi Folks,</FONT>
</P>

<P><FONT =
SIZE=3D2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp; I am new to the list. I am developing a utility in</FONT>
<BR><FONT SIZE=3D2>REXX / TSO for the company, to do some house-keeping =
on the load modules of</FONT>
<BR><FONT SIZE=3D2>one of the libraries. I tried to use the PR =
(PRINTDS) command, however it</FONT>
<BR><FONT SIZE=3D2>seems that it does not work for Load libraries as =
they have an undefined</FONT>
<BR><FONT SIZE=3D2>Record format.</FONT>
<BR><FONT =
SIZE=3D2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp; Can you experts let me know of any other command</FONT>
<BR><FONT SIZE=3D2>that will get me a directory listing of a Load =
library?</FONT>
</P>

<P><FONT SIZE=3D2>&lt;SNIP&gt;</FONT>
</P>

</BODY>
</HTML>
------_=_NextPart_001_01C019A6.541FCE80--



Fri Sep 8, 2000 3:06 pm

Tom.P.Hylton@...
Send Email Send Email

Forward
Message #6302 of 16003 |
Expand Messages Author Sort by Date

Hi Folks, I am new to the list. I am developing a utility in REXX / TSO for the company, to do some house-keeping on the load modules of one of the libraries....
Atul Vaishampayan
atul.v.vaishampayan@...
Send Email
Sep 8, 2000
9:22 am

The TSO command LISTD dataset MEMBERS can do it. Regards, Jacques Sambuc Cap Gemini Ernst & Young, Division des Systèmes Bancaires. Tel: (33)4 67 20 63 26,...
Jacques SAMBUC
jsam.prof.serv@...
Send Email
Sep 8, 2000
1:22 pm

If you need something extra fancy, try using ISPF LM services. This provides the added benefit of being able to "read" the load modules themselves (if your...
Matt Bressler
Matt@...
Send Email
Sep 8, 2000
2:02 pm

This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. ... Content-Type:...
Hylton Tom P
Tom.P.Hylton@...
Send Email
Sep 8, 2000
3:18 pm

Hi all, sure LM services will do what u want - but why waste your time with them? they are slow and cumbersome. they do have an advantage in that they will ...
Peter McKellar
mckellar@...
Send Email
Sep 11, 2000
4:15 am

They are well defined; you don't have to worry that a PTF or new release will change the output format of a command. Shmuel (Seymour J.) Metz...
Metz, Seymour
smetz@...
Send Email
Sep 11, 2000
2:34 pm

They are well defined; you don't have to worry that a PTF or new release will change the output format of a command. Shmuel (Seymour J.) Metz...
Metz, Seymour
smetz@...
Send Email
Sep 11, 2000
2:36 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help