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

Timestamp Error with the rerurn code of 4038


IBM Mainframe Forums -> COBOL Programming
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Abhushan_s

New User


Joined: 28 Jul 2008
Posts: 34
Location: Ahmedabad

PostPosted: Sat Dec 13, 2008 2:53 pm
Reply with quote

Hi,

I am running a job that will be updating a control card via a program and this control card is having the Datasets that are to be FTPed to a particular folder, the issue iam facing is that whenever I run the job, the job abends with the rerurn code of 4038 and the file status 90 where it mentions that there has been an incorrect open/close of the FTP file, and it also mentions in the Abend-aid that the Timestamp of the doesnt match with the Program Listing. Could anyone tell me how is the timestamp related to the Program listing?

Could anyone help me on this issue?
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: Sat Dec 13, 2008 6:03 pm
Reply with quote

Abend Aid verifies that your load module matches its listing before using the lisitng to display source code. The timestamp mismatch message is saying that the load module date/time is different from the listing date/time, which implies the program was compiled at a different date / time than the Abend Aid listing. Hence the source code may not remotely match the load module; this causes Abend Aid to issue the message. To fix this, find the DDIO file used to store the listing and ensure that DDIO is available to Abend Aid when looking at the abend.

As far as the 90 file status code is concerned, what does the SELECT, FD, and OPEN / CLOSE statements look like for the file -- and what does the file's DD statement look like?
Back to top
View user's profile Send private message
Abhushan_s

New User


Joined: 28 Jul 2008
Posts: 34
Location: Ahmedabad

PostPosted: Mon Dec 15, 2008 8:59 am
Reply with quote

Thanks Robert Sample! icon_smile.gif

Actually i got the solution, Actually the file status 90 was issued because it was not able to open a Dataset and that dataset was not authorised to be open by the ID iam using.

Thanks again for the help icon_biggrin.gif
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 -> COBOL Programming

 


Similar Topics
Topic Forum Replies
No new posts Error to read log with rexx CLIST & REXX 11
No new posts To get the count of rows for every 1 ... DB2 3
No new posts Error when install DB2 DB2 2
No new posts run rexx code with jcl CLIST & REXX 15
No new posts Compile rexx code with jcl CLIST & REXX 6
Search our Forums:

Back to Top