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

System detected an operation exception 0C1


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

New User


Joined: 20 Sep 2005
Posts: 4

PostPosted: Mon Dec 19, 2005 1:43 pm
Reply with quote

Hi,
Am getting the following error while running the job associated with the program DCPR58.


START DCPR59
1000-INITIAL
ENTER INTO CBLTINT
EXIT FROM CBLTINT
OPEN FILES
CEE3201S The system detected an operation exception (System Completion Code=0C1)
From compile unit DCPR59 at entry point DLITCBL at compile unit offset
at address 277D986E.
<> LEAID ENTERED (LEVEL 05/09/2005 AT 07.00)
<> LEAID PROCESSING COMPLETE.


Salar
Back to top
View user's profile Send private message
khamarutheen

Active Member


Joined: 23 Aug 2005
Posts: 677
Location: NJ

PostPosted: Mon Dec 19, 2005 2:44 pm
Reply with quote

Hi salar,
I cant get u... the coding which u have sent is not in understandable manner.. can u send me some more..??? icon_question.gif
Back to top
View user's profile Send private message
priyesh.agrawal

Senior Member


Joined: 28 Mar 2005
Posts: 1448
Location: Chicago, IL

PostPosted: Mon Dec 19, 2005 4:15 pm
Reply with quote

salar,

Its an abend from program DCPR58 at the time of calling of another program DCPR59...

S0C1 indicates an Operation Exception ... check with the proper linking of the called program....

Regards,

Priyesh.
Back to top
View user's profile Send private message
ramanath_m

New User


Joined: 31 May 2005
Posts: 2

PostPosted: Mon Dec 19, 2005 7:26 pm
Reply with quote

Salar,
Can you please please explain more about your coding and error you are getting clearly.

Thanks
Siva
Back to top
View user's profile Send private message
raghunathns

Active User


Joined: 08 Dec 2005
Posts: 127
Location: rochester

PostPosted: Tue Dec 20, 2005 8:05 pm
Reply with quote

hi,

I think this error is because the file you opened having different record length in FD section and different record length in JCL DD DSN.
Back to top
View user's profile Send private message
mak_tcs

New User


Joined: 23 Nov 2005
Posts: 69
Location: Minneapolis, MN USA

PostPosted: Thu Dec 22, 2005 5:35 pm
Reply with quote

Hi,

I feel, the cause for this Abend can be missing Load Module;

U please check whether the load modules of all the called program within Sort input / Sort Output Procedure are Present.

Also U can check for Parameters passed to the calling Module!!

Thanks,
Mani
Back to top
View user's profile Send private message
mmwife

Super Moderator


Joined: 30 May 2003
Posts: 1592

PostPosted: Mon Dec 26, 2005 4:58 am
Reply with quote

Ques: How do you make a person who presents a problem here
disappear?

Ans: Ask THEM a question. icon_razz.gif icon_evil.gif
Back to top
View user's profile Send private message
srinathangya

New User


Joined: 19 Dec 2005
Posts: 77

PostPosted: Mon Dec 26, 2005 4:19 pm
Reply with quote

The reason for getting s0c1 might be for one of the following reasons....
Abend Occured to U-OPERATION EXCEPTION

Reasons:-
AN OPERATION CODE IS NOT ON THE MACHINE
1) SUBSCRIPT ERROR -
2) CLOBBERED CODE TRIED TO READ A FILE THAT WAS NOT OPEN
3) MISSPELLED DDNAME ERROR IN PARAMETERS PASSED TO SUBROUTINES
4)MISSING DD CARD RECORDING MODE WAS WRONG, OR DENSITY WAS INCORRECT BAD LOAD MODULE
5)POSSIBLE BAD OBJECT DECK OR MISSING SUBROUTINE FORTRAN - MISSING DIMENSION STATEMENT, SAME NAME FOR ARRAY AND A SUBROUTINE COBOL
6) SUBROUTINE PROG ID WAS THE SAME AS THE ENTRY NAME COBOL TRIED TO CALL WITHIN COBOL F SORT INPUT/OUTPUT PROCEDURE COBOL
7) TRIED TO CALL A SUBROUTINE WHICH COULD NOT BE FOUND

8) INCOMPLETE DCB FOR SORTIN COBOL - USING SORT VERB, DDNAME WAS NOT SORTOUT WHEN THE GIVING OPTION WAS USED.
COBOL - EXECUTING SORT-USING AFTER OPENING SORTIN



Excuse me if I am wrong....
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 Check data with Exception Table DB2 0
No new posts How to delete a user's alias from the... JCL & VSAM 11
No new posts Insert system time/date (timestamp) u... DFSORT/ICETOOL 5
No new posts JCL Dynamic System Symbols JCL & VSAM 3
Search our Forums:

Back to Top