To use the DELETE TYPE command from the batch interface,
follow this procedure.
Place your command in the batch job stream.
Submit the job while IBM® Connect:Direct® is
running.
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))