Multiple choice technology mainframe

The call function name used for inserting a new record is

  1. INSERT

  2. INSRT

  3. ISRT

  4. INST

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

The 'ISRT' (Insert) function code is used to add new records to a GSAM dataset. DL/I uses abbreviated 4-character codes for its functions, making ISRT the correct form rather than INSERT or other variations.

AI explanation

In IMS DL/I (Data Language/I), the call function used to insert a new segment/record into the database is ISRT. IMS call codes are four-character mnemonics, and ISRT is the standard one for insert operations, distinct from other DL/I calls like GU (Get Unique), GN (Get Next), or REPL (Replace).