Page 1 of 1

Phantom Error

Posted: Fri Sep 25, 2009 4:06 am
by svga
Can any one suggest me, what action need to take for the below mentioned error.


DataStage Job 69 Phantom 10048

Date/time stamp in file header has been modified!

Program "JOB.1431251657.DT.1518055563.TRANS2": Line 681, Unable to
reopen file unit. Date/time stamp in file header has been modified!


Thanks in advance.

Posted: Fri Sep 25, 2009 4:40 am
by Sainath.Srinivasan
Under the project folder, go to the folder RT_BT69 and open the file TRANS2.

Locate line number 681 and see whether it mentions any file handling or date conversion.

Better check +/- 5 lines.

Possibly you are doing a lookup or calling routine which is being modified.

Posted: Mon Sep 28, 2009 2:14 am
by ArndW
That message happens when a "RESIZE" is done on a hashed file. Another possibility is that you have run out of T30FILE units, but usually that is accompanied by other error messages. Does the error always happen or is it sporadic? Are you calling any routines in your transform? If you post lines 670 to 690 of the code (source is in {prof}/RT_BP69/TRANS2)