Structured macros for assembler Frederick J Hitzman Information Builders http://www.ibi.com/ The following information is provided with the understanding that all current specifications are subject to change and is distributed on an "AS IS" basis with out any warranty either expressed or implied. The examples in this document are for purposes of illustration only, and no warranty of correctness or applicability is implied or expressed. The use of this information or the implementation of these techniques is a customer responsibility and depends on the customer's ability to evaluate and integrate them into the operational environment. Information Builders shall not, in any event be liable for special, incidental, consequential, indirect, or other similar damages. STRUCTURED PROGRAMMING FACILITIES Structured programming macros help code programs logically using standard structured constructs, such as IF, DO, SELECT, etc. The main benefits of such an approach are as follows: * Programmer may concentrate on logic flow instead of logic coding * Number of labels is usually decreased significantly * Data comparison depends on declared data types * And so on ...