|
I cannot help you with that. We don't use RSE. Michael Schutte Work 614-492-7419 email michael_schutte@xxxxxxxxxxxx "Jake M" <jakeroc@xxxxxxxx m> To Sent by: "RPG programming on the AS400 / rpg400-l-bounces@ iSeries" <rpg400-l@xxxxxxxxxxxx> midrange.com cc Subject 03/29/2006 10:38 Re: newbie prototype question... AM Please respond to RPG programming on the AS400 / iSeries <rpg400-l@midrang e.com> > > >>Hope you don't mind another voice in the discussion. I think of binding > >>directories as just a way of storing the list of objects to bind to the > >>program. So, instead of typing : > >> crtpgm mylib/myprogram modules(myprogram mymodule1 mymodule2) > >>bndsrvpgm(mysrvpgm1 mysrvpgm2) > > >>I add all of these items to a binding directory. Create using CRTBNDDIR > >>mybnddir. Then use WRKBNDDIRE mybnddir, or: > >>ADDBNDDIRE BNDDIR(mybnddir) OBJ(mymodule1 *MODULE) > >>ADDBNDDIRE BNDDIR(mybnddir) OBJ(mymodule2 *MODULE) > >>ADDBNDDIRE BNDDIR(mybnddir) OBJ(mysrvpgm1 *SRVPGM) > >>ADDBNDDIRE BNDDIR(mybnddir) OBJ(mysrvpgm2 *SRVPGM) > > >>Now, the program creation step is: > >> crtpgm mylib/myprogram bnddir(mybnddir) > > >>You can also put the binding directory in the H-specs of your RPG > program: > >> H bnddir('MYBNDDIR') > > Adam, Please feel free to give your input any time. It really helps. Okay, it is all starting to make sense now. I hardly use the green screen for any of my development. I use it only when I am running some interactive apps and want to look at the output on the screen since RSE provides only an emulation. Is there anyway that I can go about carrying out the procedure described above in RSE. Thanks in advance, Jake. -- This is the RPG programming on the AS400 / iSeries (RPG400-L) mailing list To post a message email: RPG400-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options, visit: http://lists.midrange.com/mailman/listinfo/rpg400-l or email: RPG400-L-request@xxxxxxxxxxxx Before posting, please take a moment to review the archives at http://archive.midrange.com/rpg400-l.
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.