SYSC-5003 Notes on syntax for TRANSIT in QNAP2 The TRANSIT statement is put into each queue, showing where departures from that station go. The syntax (p 3.20 in the Reference manual) is TRANSIT [(departing class list)] = transition list transition list = {target queue sublist [,target class sublist], real sublist} one or more times. You can have a s many of these statements as you like so the simple way is to put in one for each departing class. If no target class is specified, it defaults to the departing class. The brackets do not appear; [..] means optional The elements of the sublists correspond in order, so they must be of the same length; if of length one then the statement can have the forms: TRANSIT (all_class) = queue TRANSIT (class0) = queue1,class1,prob1, queue2,class2,prob2, etc TRANSIT (class0) = queue1,prob1, queue2,class2,prob2, etc