View previous topic :: View next topic
|
Author |
Message |
balasu
New User
Joined: 10 Jul 2008 Posts: 23 Location: bangalore
|
|
|
|
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 |
|
|
Robert Sample
Global Moderator
Joined: 06 Jun 2008 Posts: 8700 Location: Dubuque, Iowa, USA
|
|
|
|
Post the complete error messages -- 4038 basically says your LE program abended; there may be more informative messages included. |
|
Back to top |
|
|
balasu
New User
Joined: 10 Jul 2008 Posts: 23 Location: bangalore
|
|
|
|
<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 |
|
|
Gnanas N
Active Member
Joined: 06 Sep 2007 Posts: 792 Location: Chennai, India
|
|
|
|
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 |
|
|
Robert Sample
Global Moderator
Joined: 06 Jun 2008 Posts: 8700 Location: Dubuque, Iowa, USA
|
|
|
|
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 |
|
|
balasu
New User
Joined: 10 Jul 2008 Posts: 23 Location: bangalore
|
|
|
|
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 |
|
|
|