Multiple choice technology databases

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

  1. Invoke

  2. Impart

  3. Get

  4. Open

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

In IDMS (Integrated Database Management System) COBOL programming, the IMPART command is used to establish a connection to the DMS database. This is the standard command for database connectivity in IDMS environments. The other options (Invoke, Get, Open) are not valid commands for this purpose in the DMS COBOL context.