Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
sample code for using STAE macro ...

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> PL/I & ASSEMBLER
Author Message
girishms

New User


Joined: 06 Jun 2008
Posts: 22
Location: chennai

PostPosted: Tue Jun 24, 2008 12:49 pm    Post subject: sample code for using STAE macro ...
Reply with quote

Hi all,
i want to know abt STAE working . can someone give me idea thorough some sample program ??

Thanks,
Girish
Back to top
View user's profile Send private message
References
PostPosted: Tue Jun 24, 2008 12:49 pm    Post subject: Re: sample code for using STAE macro ... Reply with quote

UmeySan

Senior Member


Joined: 22 Aug 2006
Posts: 624
Location: Germany

PostPosted: Tue Jun 24, 2008 4:56 pm    Post subject:
Reply with quote

Hi !

The STAE macro enables the user to intercept a scheduled ABEND and to have control returned to him at a specified exit routine address. The STAE macro operates in both problem program and supervisor modes.

STAE ADDR,OV,PARAM=PLIST,XCTL=YES,PURGE=HALT,ASYNCH=NO

Request an overlay of the existing STAE recovery exit with the following options: new exit address is ADDR, parameter list is at PLIST, halt I/O, do not take asynchronous exits, transfer ownership to the new request block resulting from any XCTL macros.

Note: IBM recommends that you use the ESTAEX macro or ESTAE macro rather than STAE
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> PL/I & ASSEMBLER All times are GMT + 6 Hours
Page 1 of 1