MERLIN LEGEND Communications System Release 6.0
System Programming
555-660-111 Issue 1
February 1998
Programming Basics
Page1-17Programming Procedures
1
Branching 1
Many of the procedures contain features that have multiple programming options,
while other procedures show more than one way to program a particular feature.
To accommodate both of these programming methods, the procedures use

branching. Branching

separates the options from the main procedure and places
them in subprocedures (branch procedures).
The screen shown in sample Step 3 displays three menu selections for the
Network Services feature. The procedure is broken into three branches (or branch
procedures) to accommodate the three menu options.
Console/Display Instructions Additional Information PC
Specify a network service.
If necessary, continue with this step when you complete the branch procedure.
In the step line, the symbols ( ▲ ✚ ) alert you to a step that contains
branching. The number of symbols in the gray bar indicates the number of
available options/branches for that step and make it easy to locate the branch
procedure that you want. All branch procedures

follow

the main procedure from
which they are branched.
If you select , go to
AT&T Toll Procedure.
If you select , go to
Local Procedure.
If you select , go to
Miscellaneous Procedure.