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

SYSTEM Completion Code=EC6


IBM Mainframe Forums -> ABENDS & Debugging
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
rammraju

New User


Joined: 05 Mar 2005
Posts: 65
Location: Hyderabad

PostPosted: Fri May 02, 2008 10:28 pm
Reply with quote

Hi all,
I am running a job and it is abending with

Code:
SYSTEM COMPLETION CODE=EC6  REASON CODE=0000FD1D


I am not aware of such abend, Can someone please let me know what it is.

BTW i cannot debug the program where the abend happened as it is a third party program and we donot have source for that.

Thanks
Back to top
View user's profile Send private message
CICS Guy

Senior Member


Joined: 18 Jul 2007
Posts: 2146
Location: At my coffee table

PostPosted: Fri May 02, 2008 10:41 pm
Reply with quote

| EC6

| Explanation: An error occurred during processing of a callable
| service to OpenMVS. The callable service may have been originally
| issued as a function in a program or as a shell command.

| A hexadecimal reason code in register 15 describes the error. The
| reason codes are in the form xxxx yyyy, where xxxx represents internal
| information (not described here) and yyyy represents external
| information shown below.

| Only external reason codes are documented. There are many other
| possible reason codes for internal errors. The internal errors should
| be reported to IBM.

| Reason
| Code
| (hex) Explanation

| FDxx Terminating signal with dump.

| Source: OpenMVS (BPX)

| System Action: The system abnormally ends the program issuing the
| callable service.

| Application Programmer Response:

| Reason
| Code
| (hex) Response

| FDxx If xx is in the range of X'01' to X'7F', a signal was received
| causing termination and a dump to be taken. This condition is
| usually the result of an application programming exception.
| Check the appropriate appendix in Assembler Callable Services for
| OpenEdition MVS for a description of the signal represented by
| the value xx.

Check the Assembler Callable Services for OpenEdition MVS for the '1D'....
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 -> ABENDS & Debugging

 


Similar Topics
Topic Forum Replies
No new posts Sysplex System won't IPL at DR site I... All Other Mainframe Topics 2
No new posts run rexx code with jcl CLIST & REXX 15
No new posts Compile rexx code with jcl CLIST & REXX 6
No new posts How to delete a user's alias from the... JCL & VSAM 11
No new posts REXX code to expand copybook in a cob... CLIST & REXX 2
Search our Forums:

Back to Top