Phantom Error

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
svga
Participant
Posts: 73
Joined: Thu Aug 07, 2008 6:31 am
Location: Syracuse

Phantom Error

Post 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.
Sainath.Srinivasan
Participant
Posts: 3337
Joined: Mon Jan 17, 2005 4:49 am
Location: United Kingdom

Post 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.
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post 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)
Post Reply