>Right after I set the ESTAE I force an 0C1. The danger of not being precise. Apparently not "right after" but "after the PR".
> XC ESTAEV(24),ESTAEV CLEAR ESTAE PARAMETER LIST ... > ESTAE (R3),CT,PURGE=HALT,ASYNCH=NO,TERM=YES,RECORD=YES, + > TOKEN=ESTAETKN,PARAM=(R4),CANCEL=NO, + > MF=(E,ESTAEV)> FWIW, this could be considered incorrect. As with many macros (pretty much all that support keywords on the list form), you are supposed to initialize the execute form from a list form. You might be assuming that the static list-form is equivalent to "all zeroes". It happens not to be. The Purge option is one such area. Given that you specified PURGE=HALT you're probably OK with respect to that keyword. But be careful... Peter Relson z/OS Core Technology Design ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
