HLUTIL4 ;OIFO-O/RJH-Don't Purge & Reprocessing for HLLP & MAILMAN ;09/02/2008 16:54
Source file <HLUTIL4.m>
| Name | Comments | DBIA/ICR reference | 
|---|---|---|
| NOPURG() | ; for HLLP and MailMan messages only
 ; set the DON'T PURGE field to 1 in order to prevent the message ; from purging. ; at least one of the variables, HLMTIEN and HLMTIENS, must be defined ; HLMTIEN- parent message IEN of file #772 ; HLMTIENS- child message IEN of file #772 ; return value : 1 for successfully set the field ; -1 for failure  | 
|
| PURG() | ; for HLLP and MailMan messages only
 ; clear the DON'T PURGE field to allow the message to be purged. ; at least one of the variables, HLMTIEN and HLMTIENS, must be defined ; HLMTIEN- parent message IEN of file #772 ; HLMTIENS- child message IEN of file #772 ; return value : 0 for successfully clear the field ; -1 for failure  | 
|
| SETPFLAG(STATUS) | ; for HLLP and MailMan messages only
 ; to set or to clear the DONT PURGE field ; at least one of the variables, HLMTIEN and HLMTIENS, must be defined ; HLMTIEN- parent message IEN of file #772 ; HLMTIENS- child message IEN of file #772 ; input: 1 to set the DONT PURGE field ; 0 to clear the DONT PURGE field. ; return value: 1 means successfully set the DONT PURGE field ; 0 means successfully clear the DONT PURGE field ; -1 means fail to set or to clear the field  | 
|
| SETVALUE | ; set or clear the DONT PURGE field
 | 
|
| PROC(IEN,RTN) | ; reprocessing HLLP or MailMan message
 ; IEN- either the parent message IEN or the child message IEN ; of file #772 ; RTN- the routine, to be Xecuted for processing the message  |