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

User abend 4038


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

New User


Joined: 10 Jul 2008
Posts: 23
Location: bangalore

PostPosted: Tue Feb 03, 2009 7:24 pm
Reply with quote

I'm getting error as follows:"A user abend 4038 occurred in module CEEPLPKA at offset X'BD4F4'." How to fix it?
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


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

PostPosted: Tue Feb 03, 2009 7:28 pm
Reply with quote

Post the complete error messages -- 4038 basically says your LE program abended; there may be more informative messages included.
Back to top
View user's profile Send private message
balasu

New User


Joined: 10 Jul 2008
Posts: 23
Location: bangalore

PostPosted: Tue Feb 03, 2009 9:09 pm
Reply with quote

<H1> I B M F A U L T A N A L Y Z E R S Y N O P S I S
A user abend 4038 occurred in module CEEPLPKA at offset X'BD4F4'.

The abend was caused by machine instruction 05EF (BRANCH AND LINK) in module
ACCFLVAL program ACCFLVAL at offset X'B30'.

There was an unsuccessful CLOSE of file CLRFLE in module ACCFLVAL program
ACCFLVAL at offset X'B30'. The file status code was 42, which indicates:

A CLOSE statement was attempted for a file not in the open mode.

The data set name was TEST.CLEARCHK.TEMP.
Recently referenced data items:

Data Item . . . . . . . . : BLW=0000+010
At Address. . . . . . . : 0F3FD050
Length. . . . . . . . . : X'3'
Data Item Storage . . . : 00000F *...*

Data Item . . . . . . . . : BLW=0000+012
At Address. . . . . . . : 0F3FD052
Length. . . . . . . . . : X'1'
Data Item Storage . . . : 0F *.*

NOTE: Source code information could not be presented because the search for a
compiler listing or side-file was unsuccessful for program ACCFLVAL.

I got msg like this............Please advise..
Back to top
View user's profile Send private message
Gnanas N

Active Member


Joined: 06 Sep 2007
Posts: 792
Location: Chennai, India

PostPosted: Tue Feb 03, 2009 9:17 pm
Reply with quote

Quote:
There was an unsuccessful CLOSE of file CLRFLE in module ACCFLVAL program
ACCFLVAL at offset X'B30'. The file status code was 42, which indicates:

A CLOSE statement was attempted for a file not in the open mode.

Did you care to think and act on this?
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


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

PostPosted: Tue Feb 03, 2009 9:19 pm
Reply with quote

Quote:
I'm getting error as follows:"A user abend 4038 occurred in module CEEPLPKA at offset X'BD4F4'." How to fix it?
Fix it by taking care of this problem:
Quote:
There was an unsuccessful CLOSE of file CLRFLE in module ACCFLVAL program
ACCFLVAL at offset X'B30'. The file status code was 42, which indicates:

A CLOSE statement was attempted for a file not in the open mode.

The data set name was TEST.CLEARCHK.TEMP.
Not all errors attributed to LE modules are actually LE errors -- sometimes the program does something unexpected that generates an abend which percolates through the LE routines.
Back to top
View user's profile Send private message
balasu

New User


Joined: 10 Jul 2008
Posts: 23
Location: bangalore

PostPosted: Tue Feb 03, 2009 9:22 pm
Reply with quote

Robert,
I had fixed the issue. In the job, i specified the blk size value as 80 and input file specified is 400. it results in throwing the error msg like this.. Any how many thanks to all once again friends.......
Many a thanks, robert & team....
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 ISAM and abend S03B JCL & VSAM 10
No new posts PuTTY - "User is not a surrogate... IBM Tools 5
No new posts How to delete a user's alias from the... JCL & VSAM 11
No new posts user exit in IBM Infosphere Optim DB2 8
No new posts Running a Job with the Default User ID JCL & VSAM 2
Search our Forums:

Back to Top