Parameters define the test case import and export interfaces. Local variables can also be used to buffer values in a test case. Parameters have length 132 internally.
Import parameter values are passed when a test case is called, and are available locally in the test case. They can have default values which are used if no other value is passed in the call.
You can assign the test case result to an export parameter, which can be passed to a variable in the calling test procedure when you return from a test module.
Parameter and local variable naming convention:
You can use any twelve-character names, preceeded with an &.

The following names are already used by CATT and cannot be used as parameter or variable names:
&Xnn, where nn is a two-digit number and X is 'T' or 'M'

You can still use the CATT parameters and internal variables which were supported up to Release 3.X. From 4.5A they have a length of 132.