Deleting Types Files through the Batch Interface

To use the DELETE TYPE command from the batch interface, follow this procedure.

  1. Place your command in the batch job stream.
  2. Submit the job while IBM® Connect:Direct® is running.
  3. Verify your results.

    For example, the following commands delete the records under the Type keys MYALLOC, NEWALLOC, and RPLALLOC from the Type file.

    /* DELETES A SINGLE TYPE RECORD                                        */
       DELETE TYPE WHERE (TYPEKEY=MYALLOC)
    /* DELETES MULTIPLE TYPE RECORDS                                       */
       DELETE TYPE WHERE (TYPEKEY=(NEWALLOC RPLALLOC))