Which logical operand (AND,OR) has the must priority in the control statement of SORT utility which contain more than 2 logical operand in INCLUDE COND parameter like following:
INCLUDE COND=(1,5,CH,EQ,C'COND1',OR,10,5,CH,EQ,C'COND2',AND,
15,5,CH,EQ,C'COND3',AND,20,5,CH,EQ,C'COND4',
OR,25,5,CH,EQ,C'COND5',OR,30,5,CH,EQ,C'COND6')
15,5,CH,EQ,C'COND3',AND,20,5,CH,EQ,C'COND4',
OR,25,5,CH,EQ,C'COND5',OR,30,5,CH,EQ,C'COND6')
Is there a way to qualifying control statement in order to extract data based on my considered condition? (for example using of parenthesis to specify priority).