Previous Topic: Keyword Format

Next Topic: Main Processing Section

Positional Parameter Format

Positional parameters are named according to their position in a parameter string, such as &1, &2, and so on. A space separates these parameters.

Example: Keyword Variables

This example passes the following parameters:

CUSTACT=NOTIFY USER=FRED TEXT="Fred, the problem's fixed!"

The positional parameters create the following variables:

Important! Using the positional parameter format with variables in a parameter string can produce unexpected results. For example, if the variable happens to have a null value, the remaining variables all shift across one argument. That is, if positional parameter &5 contains a variable value and that variable value is blank, &6 becomes positional parameter &5.