Hello.Im looking for some guidance on when it is acceptable to issue a STIMERM 
CANCEL..I issues a STIMERM, with WAIT=NO and EXIT specified.LA R2,STIMR$ID 
.Stimer ID 
L   R9,STIMER_EXIT@ .    STIMER Expirary Routine*
STIMERM SET,ID=(2), 
 WAIT=NO, 
 DINTVL=DINTVL$, .        Interval 
 PARM=STIMERP, .          Stimer Exit Parmaters 
 EXIT=(9) 
**After the STIMERM is issued I issueWAIT  1,ECBLIST=STIMR_WAIT_LIST .The WAIT 
macro needs One Of TWO ECB to be posted -One ECB is posted by the STIMERM EXIT 
RoutineThe Second ECB is posted by another Task (TCB) when Its work is 
completed..Is it worthwhile or a good practice to always  CANCEL  the STIMERM 
regardlessof which ECB is posted ?.I am aware that THE STIMERM is cancelled 
when the TASK  Termintes,  But  I do have a requirementto reissue the STIMERM 
and Wait multiple times with in the same task. ...Your comments recommendations 
.paul

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to