IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only

Check multiple variables in DSP

  • 1.  Check multiple variables in DSP

    Posted 11/17/03 07:11 PM

    Hi,
    How can I check more than one variables in DSP if they are empty. For example, can I use
    %ifvar variabl1 -isnull || ifvar variable2 -isnull || ifvar variable3 -isnull%
    do something
    %else%
    do not do anything
    %endif%

    I am also not sure that if this is the correct way to compare more than one variables, then should I have to put every %endif% for each of the variable at the end?

    Thanks


    #Integration-Server-and-ESB
    #webMethods
    #Flow-and-Java-services