The batch initiator program IEFIIC must therefore being covering the ATTACH of your program with an EOT routine or completion ECB - which makes perfect sense as it needs to re-use the address space for the next batch job.
Rob Scott Rocket Software, Inc 275 Grove Street Newton, MA 02466 617-614-2305 [EMAIL PROTECTED] -----Original Message----- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Miklos Szigetvari Sent: 14 May 2008 11:57 To: [email protected] Subject: Re: S33E abend and X33E slip Hi Rob In the dump I see only the IEAVAR00 (RCT) and IEAVTSDT (dump task). For this application, it is happening only if I start as an STC, if I start as batch job, it complets normally for the STOP command. Rob Scott wrote: >S33E may or may not be an error depending on what the developer intended - it >is quite common to see it (and ignore it) when an address space is terminating. > >It basically means that a TCB has been DETACHed before it had completed >processing - and the main reason for this will be those TCBs that are ATTACHed >without an "end-of-task" exit routine (EOT) or that have not POSTed their >completion ECB before being DETACHed by their mother task. > >Using an EOT routine allows the developer to inform the mother task that a >daughter has completed processing and that it can be DETACHed - and typically >the EOT will POST some ECB that the mother is waiting on. > >In a multi-tasking environment, a generic task could communicates using the >following ECB setup : > > TASK_START_ECB > TASK_WFW_ECB > TASK_TERM_ECB > TASK_DETACH_ECB > >(o) Mother attaches daughther and then waits for daughter to post >TASK_START_ECB >(o) Daughter waits on TASK_WFW_ECB and TASK_TERM_ECB >(o) TASK_WFW_ECB is posted by mother to indicate daughter has something >to do (WFW = Wait for work) >(o) TASK_TERM_ECB is posted by mother when stopping daughter >(o) TASK_DETACH_ECB is posted by EOT exit when daughter completes >(o) Mother waits on TASK_DETACH_ECB during daughter shutdown before >issuing DETACH > > > > >Rob Scott >Rocket Software, Inc >275 Grove Street >Newton, MA 02466 >617-614-2305 >[EMAIL PROTECTED] > > >-----Original Message----- >From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On >Behalf Of Miklos Szigetvari >Sent: 14 May 2008 09:52 >To: [email protected] >Subject: S33E abend and X33E slip > >Hi > >Is the X33E and S33E bad or just ugly ? >If someone can tell the resaon for the 33E abends > >-- >Miklos Szigetvari > >Development Team >ISIS Information Systems Gmbh >tel: (+43) 2236 27551 570 >Fax: (+43) 2236 21081 > >E-mail: [EMAIL PROTECTED] > >Info: [EMAIL PROTECTED] >Hotline: +43-2236-27551-111 > >Visit our Website: http://www.isis-papyrus.com >--------------------------------------------------------------- >This e-mail is only intended for the recipient and not legally binding. >Unauthorised use, publication, reproduction or disclosure of the content of >this e-mail is not permitted. >This email has been checked for known viruses, but ISIS accepts no >responsibility for malicious or inappropriate content. >--------------------------------------------------------------- > >---------------------------------------------------------------------- >For IBM-MAIN subscribe / signoff / archive access instructions, send >email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO >Search the archives at http://bama.ua.edu/archives/ibm-main.html > >---------------------------------------------------------------------- >For IBM-MAIN subscribe / signoff / archive access instructions, send >email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO >Search the archives at http://bama.ua.edu/archives/ibm-main.html > > > > -- Miklos Szigetvari Development Team ISIS Information Systems Gmbh tel: (+43) 2236 27551 570 Fax: (+43) 2236 21081 E-mail: [EMAIL PROTECTED] Info: [EMAIL PROTECTED] Hotline: +43-2236-27551-111 Visit our Website: http://www.isis-papyrus.com --------------------------------------------------------------- This e-mail is only intended for the recipient and not legally binding. Unauthorised use, publication, reproduction or disclosure of the content of this e-mail is not permitted. This email has been checked for known viruses, but ISIS accepts no responsibility for malicious or inappropriate content. --------------------------------------------------------------- ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

