|
Short answer is yes. Here's the summary from the RPG Reference Manual: _________________________________________ 1.2.5 Conditional Compilation Directives The conditional compilation directive statements allow you to conditionally include or exclude sections of source code from the compile. Condition-names can be added or removed from a list of currently defined conditions using the defining condition directives /DEFINE and /UNDEFINE. Condition expressions DEFINED(condition-name) and NOT DEFINED(condition-name) are used within testing condition /IF groups. Testing condition directives, /IF, /ELSEIF, /ELSE and /ENDIF, control which source lines are to be read by the compiler. The /EOF directive tells the compiler to ignore the rest of the source lines in the current source member. Subtopics: 1.2.5.1 Defining Conditions 1.2.5.2 Condition Expressions 1.2.5.3 Testing Conditions 1.2.5.4 The /EOF Directive ---------------------------------------------------------------------------- ---- > -----Original Message----- > From: James David Rich [mailto:james@eaerich.com] > Sent: Wednesday, June 27, 2001 11:14 AM > To: rpg400-l@midrange.com > Subject: conditional compile > > > I want to conditionally compile some code. Something like: > > /IFDEF TEST > > <special testing code here> > > /ENDIF > > Can this be done with RPG? How can I tell the compiler whether or not > TEST is defined? > > James Rich > james@eaerich.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 +---
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.