Previous Topic: Run the Sample APPC Conversations

Next Topic: Environment 2: Same LU Conversations

Environment 1: Local Conversations

This environment involves only one system. Both the source procedure $SAAPSxx and the target procedure $SAAPTxx run in the same system and the same NCL region. Since no LU6.2 sessions are established no link definitions are necessary. Environments 1 and 2 are the simplest in which to run the sample conversations and require only transaction definitions, as follows:

DEFTRANS TRANSID=$SATRNxx PROC=$SAAPTxx

The default destination information for the transaction is omitted, causing the ENV=CURRENT parameter to be assumed, which indicates that $SAAPTxx is to be started in the same system and the same NCL region as the source procedure.