Previous Topic: Execution Environment

Next Topic: Attach Processing

Access Program Initialization Parameters

Once attached, the NCL procedure begins execution as any other NCL procedure, except that it already has an active conversation.

If program initialization parameters were passed on the allocation request, they are accessible as the standard NCL parameters &1 &2 &3through to &n in the usual manner. Each token represents a single passed parameter and hence the data available is limited to the current maximum token size.