Previous Topic: #DELQUE Status CodesNext Topic: #DELSCR—deletes scratch records


#DELQUE Example

The following example of the #DELQUE statement deletes an entire queue area. The address of the queue header ID is contained in register 4. In the event of an I/O error, control will be returned to the ERROR5 routine of the issuing program; other error conditions will result in an abend of the issuing task.

#DELQUE QUEID=(R4),LOC=ALL,COND=IOER,IOERXIT=ERROR5