Multiple choice technology databases

The link command can call another program at the next __________ control when the last program issues a ____________.

  1. Lower send map; link.

  2. Lower logical level; return.

  3. Higher logical level; freemain

  4. Issued transaction ID; load.

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

In CICS, the LINK command invokes a program at a lower logical level. When the called program finishes processing, it issues a RETURN command, which restores control to the calling program at the next instruction. Other options describe incorrect commands or logical flows.