Multiple choice technology mainframe

------ starts a non-terminal task immediately in the local CICS® region.

  1. START

  2. START ATTACH

  3. START BREXIT

  4. START CHANNEL

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The CICS command START ATTACH is specifically designed to immediately start a non-terminal task in the local CICS region. Unlike a standard START command, it attaches the task directly and passes data by address, which prevents the task from being canceled.