IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

How to capture 4038 abend?


IBM Mainframe Forums -> CICS
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
dejunzhu

Active User


Joined: 08 May 2008
Posts: 390
Location: China

PostPosted: Tue Mar 19, 2013 9:07 am
Reply with quote

When program abends with 4038, it cannot be captured by 'CICS HANDLE ABEND' routine.
so, how to capture 4038 abend?

as 4038 abend may occur in any program, I coded 'HANDLE ABEND' in the entry program, which can capture abend like 'ASRA'. So, in the entry program, how to capture 4038 abend?
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


Joined: 22 Apr 2006
Posts: 6250
Location: Mumbai, India

PostPosted: Tue Mar 19, 2013 9:28 am
Reply with quote

A U4038 is usually a Language Environment error. Unfortunately, it just says that the application failed with some code - better approach is, that you must research the application to find any error messages produced and use them for debugging.
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


Joined: 22 Apr 2006
Posts: 6250
Location: Mumbai, India

PostPosted: Tue Mar 19, 2013 9:32 am
Reply with quote

You might also like to go through this link: www-01.ibm.com/support/docview.wss?uid=swg21176744
Back to top
View user's profile Send private message
dejunzhu

Active User


Joined: 08 May 2008
Posts: 390
Location: China

PostPosted: Tue Mar 19, 2013 12:08 pm
Reply with quote

Quote:
Use the CEEWWCHA sample SMP job to assemble and link-edit CEEWUCHA


May I ask, how to find the CEEWWCHA sample SMP job mentioned above?
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Tue Mar 19, 2013 12:10 pm
Reply with quote

Quote:
May I ask, how to find the CEEWWCHA sample SMP job mentioned above?

ask Your support !
Back to top
View user's profile Send private message
dejunzhu

Active User


Joined: 08 May 2008
Posts: 390
Location: China

PostPosted: Tue Mar 19, 2013 12:14 pm
Reply with quote

When I ask question here, I'm hoping to find a general way, that is, the default library of system, before customized by local shop.
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Tue Mar 19, 2013 12:30 pm
Reply with quote

google for "ibm component ids" and You will find all You might want to know icon_evil.gif
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


Joined: 22 Apr 2006
Posts: 6250
Location: Mumbai, India

PostPosted: Tue Mar 19, 2013 1:14 pm
Reply with quote

dejunzhu wrote:
Quote:
Use the CEEWWCHA sample SMP job to assemble and link-edit CEEWUCHA


May I ask, how to find the CEEWWCHA sample SMP job mentioned above?
Possibly take that as an exercise for yourself.
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Wed Mar 20, 2013 12:34 am
Reply with quote

Hi Anuj,

Quote:
When you 'Wait' for a Waiter in a restaurant, aren't you the 'Waiter'?
Hmmm - perhaps the Waitee . . .? icon_cool.gif

d
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8697
Location: Dubuque, Iowa, USA

PostPosted: Wed Mar 20, 2013 1:11 am
Reply with quote

The specific location will depend upon the site since the data set names could be customized at your site. The low-level qualifier will probably be SCEESAMP, though. Note that as an SMP job, there are some very specific requirements as to how to assemble the program and install it into your system that must be followed. SMP/E is NOT something where you design your own process -- you must follow the SMP/E rules or you may wind up with a system that cannot be IPLed. The assembler code must be changed, then the code received via SMP/E and then applied via SMP/E (usually with APPLY CHECK done first to ensure no errors occur).
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


Joined: 22 Apr 2006
Posts: 6250
Location: Mumbai, India

PostPosted: Wed Mar 20, 2013 11:05 am
Reply with quote

Dick - Please see this ... ibmmainframes.com/viewtopic.php?t=60650&highlight= icon_smile.gif
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> CICS

 


Similar Topics
Topic Forum Replies
No new posts ISAM and abend S03B JCL & VSAM 10
No new posts Rexx to capture output from TSO HSEND... CLIST & REXX 9
No new posts Abend S0C4 11 (Page Translation Excep... PL/I & Assembler 16
No new posts WER999A - UNSUCCESSFUL SORT 8ED U Ab... SYNCSORT 5
No new posts the system or user abend SF0F R=NULL COBOL Programming 0
Search our Forums:

Back to Top