Previous Topic: &LOGCONT

Next Topic: &LOGON


&LOGDEL

Requests deletion of the log record currently being processed by LOGPROC.

&LOGDEL

Used with the LOGPROC procedure to delete the log message. An &LOGDEL statement must only be used after an earlier &LOGREAD statement—the record it returns is the record that will be deleted by the &LOGDEL statement.

Examples: &LOGDEL

&LOGREAD ARGS 
&IF &4 EQ N13505 &THEN +
   &LOGDEL

Any attempt to use &LOGDEL in other than the designated LOGPROC procedure results in an error.

More information:

&LOGREAD