| 
 | 
Instead of recompiling them have you thought about the following?
CRTSAVF QTEMP/PRAK
SAVLIB LIB(PRODUCTION) DEV(*SAVF) SAVF(QTEMP/PRAK)
RSTLIB SAVLIB(PRODUCTION) DEV(*SAVF) SAVF(QTEMP/PRAK) RSTLIB(TEST)
DSPFD FILE(TEST/*ALL)     
      TYPE(*MBRLIST)      
      OUTPUT(*OUTFILE)    
      FILEATR(*PF)        
      OUTFILE(QTEMP/DSPFD)
CALL CLEAREM
...
/*  Program CLEAREM */
DCLF DSPFD
   /*                                                       
    | Read the file.  Message CPF0864 means End-of-File     
   */                                                       
READ:       RCVF                                            
            MONMSG     MSGID(CPF0864) EXEC(GOTO CMDLBL(EOF))
CLRPFM FILE(&MLLIB/&MLFILE)
       MBR(&MLNAME)        
GOTO READ
EOF:
ENDPGM
prakashsubramani@hotmail.com on 10/07/98 09:32:57 AM
Please respond to MIDRANGE-L@midrange.com@Internet
To:     MIDRANGE-L@midrange.com@Internet
cc:      
Subject:        Mass Compile
Hi,
Iam New to AS/400. So I want a little help from any of U.
I've got more than 300 Physical files in my  test library and I wanna 
compile and convert them to production library. The thing is I've had to 
compile all these physical files with the same attribute i.e. 
Member Size
  initial Number of records  : *nomax
i want to specify this to all my physical files. Is there any way of 
auto compile all these PFs, so that each file is picked 1 by 1 from the 
list with the common attribute.
Any help is kindly appreciated.
Prakash. 
______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com
+---
| This is the Midrange System Mailing List!
| To submit a new message, send your mail to MIDRANGE-L@midrange.com.
| To subscribe to this list send email to MIDRANGE-L-SUB@midrange.com.
| To unsubscribe from this list send email to MIDRANGE-L-UNSUB@midrange.com.
| Questions should be directed to the list owner/operator: david@midrange.com
+---
+---
| This is the Midrange System Mailing List!
| To submit a new message, send your mail to MIDRANGE-L@midrange.com.
| To subscribe to this list send email to MIDRANGE-L-SUB@midrange.com.
| To unsubscribe from this list send email to MIDRANGE-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 mailing list archive is Copyright 1997-2025 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.