Can't you use the OTHER option for these items. On the AS/400 version you can do your conditions and just check the INCLUDE OTHER in statement. That gives you a generic catch all for the element condition set. JR -----Original Message----- From: Mojica William-FWM008 [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 08, 2001 3:54 PM To: [EMAIL PROTECTED] Subject: Re: Harbinger TLE Hello Anthony: You sound just like me when I started with Harbinger. What I mean by that is that soon you will find out that harbinger is not the same as Mercator. (I felt your pain, I've been there) Believe it or not Harbinger does NOT have an ELSE, so you have to be EXTRA logical and creative with your thinking. This is what I mean.. you need to do If ICD07 is equal to 'ZZ' map ICD07 to TCD Segment If ICD07 is equal to '01' map ICD36 to TCD Segment If ICD07 is equal to '02' map ICD36 to TCD Segment and on ...and on ...and on ...and on ...and on ... You will "IF" your map to death, and do yourself a favor think hard about creative ways to shorten the amounts of IFs otherwise if you ever have to revise or check your map for any reason you will drown in a pools of IFs.. WDM -----Original Message----- From: Anthony Whitehead [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 08, 2001 3:29 PM To: [EMAIL PROTECTED] Subject: Harbinger TLE I am a good Mercator mapper and but a novice Harbinger mapper. I am having to update some Harbinger maps. my problem is I have an "if statement and I need to to an "else" statement. How is that done? In Mercator I can do an IF Present command with a "," as an else command. I dont see anything like that in the Harbinger mapping workbench. my map is like this... Store my_info into ICD07 If ICD07 is equal to 'ZZ' map ICD07 to TCD Segment map ICD36 to TCD Segment else map ICD07 to TCD04 (I need this move to happen if the 'ZZ' is not passed in the ICD07) Thank you in advance for your help! Anthony Whitehead Technology Enablement accenture ======================================================================= To contact the list owner: mailto:[EMAIL PROTECTED] Archives at http://www.mail-archive.com/edi-l%40listserv.ucop.edu/ ======================================================================= To contact the list owner: mailto:[EMAIL PROTECTED] Archives at http://www.mail-archive.com/edi-l%40listserv.ucop.edu/ ======================================================================= To contact the list owner: mailto:[EMAIL PROTECTED] Archives at http://www.mail-archive.com/edi-l%40listserv.ucop.edu/
