HLCIRN ;SFISC/RJH-Don't Purge and Reprocessing message ;07/28/97 10:14
Source file <HLCIRN.m>
| Name | Comments | DBIA/ICR reference | 
|---|---|---|
| DONTPURG() | ; set the DONT PURGE field to 1 in order to prevent the message
 ; from purging. ; return value : 1 for successfully set the field ; -1 for failure  | 
|
| TOPURG() | ; clear the DONT PURGE field to allow the message to be purged.
 ; return value : 0 for successfully clear the field ; -1 for failure  | 
|
| SETPURG(STATUS) | ; 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 ; HLMTIENS- child message IEN ; 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
 | 
|
| REPROC(IEN,RTN) | ; reprocessing message
 ; IEN- either the parent message IEN or the child message IEN ; RTN- the routine, to be Xecuted for processing the message ; return value: 0 for success, -1 for failure  |