Multiple choice technology databases

Which command is used to dis-connect from the DMS database in a COBOL program?

  1. Depart

  2. Impart

  3. Close

  4. Put

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

In IDMS COBOL programming, the DEPART command is used to disconnect or disconnect from the DMS database. This is the counterpart to the IMPART command used for connection. The other options (Impart is for connection, Close and Put are not the correct commands for database disconnection in this context).