Re: Why not?
"Alan E." <[email protected]> Fri, 21 Nov 2003 17:35:28 -0500
| Newsgroups | gmane.comp.systems.as400.open-source |
|---|---|
| Organization | Silverword |
| Message-ID | <00fd01c3b07f$c423c6c0$3e11b042@truthware> |
I've been doing a very simplified "pre-compiler" as an aid in handling compiles. Seems like Buck and George would be interested in it. I'm almost ready to post it somewhere so others can help carry some of it, like handling certain options and so on. It's a rewrite of something I wrote before, but a little more "portable", if I can be so presumptious. Dumbed down for V4R3 for most of you, as I had to do it for that version. It's a CL that receives as parms every one of the current PDM replacement values through a command front-end, so it can run from command lines also. It checks for "embedded logic", if it's there it runs it, if not it runs a default compile based on the member type. The default needs to be changed to soft-coded. The embedded logic is compiled, with a PGM PARM(...) and DCL.. statements that comprise the variables necessary to accomodate all the PDM variables. It's enought to be worth using, but as time permits, the embedded logic should be enhanced to provide certain obvious options like deriving the member source type from knowing the file and member name, and a quick exit if it's not run from a WRKMBRPDM type list, adapting to a possibility of running the embedded commands with QCMDEXC instead of compiling the program, and so on. Also, it's not error-checked, etc, etc. (It's pre-pre-beta, okay?) Where can I put this, and some documentation (as time permits)? - Alan ----- Original Message ----- From: "John Ross" <[email protected]> To: "Open Source Software for the AS400/iSeries" <oss400-Zwy7GipZuJhWk0Htik3J/[email protected]> Sent: Saturday, November 15, 2003 6:57 PM Subject: Re: [OSS400] Why not? | > If there are other projects out there, speak up! | | Look like I need to update my links, but look at | http://www.opensource400.org/projects.html | | Then is is IBM's JTOpen | http://www-124.ibm.com/developerworks/oss/jt400/ | (Could use the Java list) | | John Ross | IBM Certified Specialist AS/400 RPG IV Programmer | www.opensource400.org | _______________________________________________ | This is the Open Source Software for the AS400/iSeries (OSS400) mailing list | To post a message email: OSS400-Zwy7GipZuJhWk0Htik3J/[email protected] | To subscribe, unsubscribe, or change list options, | visit: http://lists.midrange.com/mailman/listinfo/oss400 | or email: OSS400-request-Zwy7GipZuJhWk0Htik3J/[email protected] | Before posting, please take a moment to review the archives | at http://archive.midrange.com/oss400. _______________________________________________ This is the Open Source Software for the AS400/iSeries (OSS400) mailing list To post a message email: OSS400-Zwy7GipZuJhWk0Htik3J/[email protected] To subscribe, unsubscribe, or change list options, visit: http://lists.midrange.com/mailman/listinfo/oss400 or email: OSS400-request-Zwy7GipZuJhWk0Htik3J/[email protected] Before posting, please take a moment to review the archives at http://archive.midrange.com/oss400.