View previous topic :: View next topic
|
Author |
Message |
salar
New User
Joined: 20 Sep 2005 Posts: 4
|
|
|
|
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 |
|
|
khamarutheen
Active Member
Joined: 23 Aug 2005 Posts: 677 Location: NJ
|
|
|
|
Hi salar,
I cant get u... the coding which u have sent is not in understandable manner.. can u send me some more..??? |
|
Back to top |
|
|
priyesh.agrawal
Senior Member
Joined: 28 Mar 2005 Posts: 1448 Location: Chicago, IL
|
|
|
|
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 |
|
|
ramanath_m
New User
Joined: 31 May 2005 Posts: 2
|
|
|
|
Salar,
Can you please please explain more about your coding and error you are getting clearly.
Thanks
Siva |
|
Back to top |
|
|
raghunathns
Active User
Joined: 08 Dec 2005 Posts: 127 Location: rochester
|
|
|
|
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 |
|
|
mak_tcs
New User
Joined: 23 Nov 2005 Posts: 69 Location: Minneapolis, MN USA
|
|
|
|
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 |
|
|
mmwife
Super Moderator
Joined: 30 May 2003 Posts: 1592
|
|
|
|
Ques: How do you make a person who presents a problem here
disappear?
Ans: Ask THEM a question. |
|
Back to top |
|
|
srinathangya
New User
Joined: 19 Dec 2005 Posts: 77
|
|
|
|
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 |
|
|
|