× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.


  • Subject: RE: Member Names
  • From: Peter Connell <peterc@xxxxxxxxxxxxx>
  • Date: Thu, 16 Nov 2000 08:46:05 +1300

Here's the CLP method. This example just sends the mbr name as msg.
         PGM        PARM(&FILE &LIB)                                    
         DCL        VAR(&FILE)   TYPE(*CHAR) LEN(10)                    
         DCL        VAR(&LIB)    TYPE(*CHAR) LEN(10)                    
         DCL        VAR(&RTNMBR) TYPE(*CHAR) LEN(10)                    
                                                                        
         RTVMBRD    FILE(&LIB/&FILE) MBR(*FIRSTMBR) RTNMBR(&RTNMBR)     
 NEXT:   SNDPGMMSG  MSGID(CPI2401) MSGF(QCPFMSG) MSGDTA(&RTNMBR)        
         RTVMBRD    FILE(&LIB/&FILE) MBR(&RTNMBR *NEXT) RTNMBR(&RTNMBR) 
         MONMSG     MSGID(CPF3049) EXEC(RETURN)                         
         GOTO NEXT                                                      
         ENDPGM                                                         

Cheers, Peter

-----Original Message-----
From: Denis Robitaille [mailto:DRobitaille@cascades.com]
Sent: Thursday, November 16, 2000 7:03 AM
To: RPG400-L@midrange.com
Subject: Re: Member Names


The following command will do the trick:

DSPFD FILE(lib/file)     
      TYPE(*MBRLIST)         
      OUTPUT(*OUTFILE)       
      OUTFILE(MYLIB/MYFILE)  

Denis Robitaille
Directeur services techniques
Cascades Inc
819 363 5187
fax 819 363 5177


>>> cbalajivk@hotmail.com 11/15/00 11:53am >>>
Hai all
     Is there a way to retrieve the names of all the memebers of a physical 
file using a CL or an RPG program, by just giving the Physical file name as 
parameter.

TIA
_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at 
http://profiles.msn.com.

+---
| This is the RPG/400 Mailing List!
| To submit a new message, send your mail to RPG400-L@midrange.com.
| To subscribe to this list send email to RPG400-L-SUB@midrange.com.
| To unsubscribe from this list send email to RPG400-L-UNSUB@midrange.com.
| Questions should be directed to the list owner/operator:
david@midrange.com 
+---

+---
| This is the RPG/400 Mailing List!
| To submit a new message, send your mail to RPG400-L@midrange.com.
| To subscribe to this list send email to RPG400-L-SUB@midrange.com.
| To unsubscribe from this list send email to RPG400-L-UNSUB@midrange.com.
| Questions should be directed to the list owner/operator:
david@midrange.com
+---

This communication is confidential and may be legally privileged. 
If it is not addressed to you, you are on notice of its status. 
Please immediately contact us at our cost and destroy it.  
Please do not use, disclose, copy, distribute or retain any of it 
without our authority - to do so could be a breach of confidence. 
Thank you for your co-operation.  
Please contact us on (09) 356 5800 if you need assistance.
+---
| This is the RPG/400 Mailing List!
| To submit a new message, send your mail to RPG400-L@midrange.com.
| To subscribe to this list send email to RPG400-L-SUB@midrange.com.
| To unsubscribe from this list send email to RPG400-L-UNSUB@midrange.com.
| Questions should be directed to the list owner/operator: david@midrange.com
+---

As an Amazon Associate we earn from qualifying purchases.

This thread ...


Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.