|
This is the way I would do it. The C/L below creates a copy of the program in QTEMP and overrides the file to the right member. As long as you don't set on LR the program (and the file) will stay open and only the members that you need get opened. PGM PARM(&MEMBER) DCL VAR(&MEMBER) TYPE(*CHAR) LEN(10) CHKOBJ OBJ(QTEMP/&MEMBER) OBJTYPE(*PGM) MONMSG MSGID(CPF9801) EXEC(DO) CRTDUPOBJ OBJ(MYPROG) FROMLIB(MYLIB) OBJTYPE(*PGM) TOLIB(QTEMP) NEWOBJ(&MEMBER) ENDDO OVRDBF FILE(MYFILE) MBR(&MEMBER) CALL PGM(QTEMP/&MEMBER) ENDPGM > ---------- > > > > ---------- > From: Dan Bale[SMTP:dbale@genfast.com] > Sent: Friday, August 27, 1999 9:31 AM > To: MIDRANGE-L@midrange.com > Subject: Re: Call or Bound Call > > > > Randy, > > >In RPG400 I am wanting to do an override on a physical file to a specific > >member when outputting to the file. Here is the kicker that I don't know > how > >to handle. There are 16 different members and I don't want to have to > hard > >code each override in the program. Is there any way of overriding to a > >member to &MEMBER (varies each record output). One time the override may > be > >for "SAM" and the next record may be for "JACK". > > +--- | 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-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.