Page 1 of 1

View DS Job Code

Posted: Thu May 30, 2002 3:17 pm
by DSGuru
I got a very strange error
DataStage Job 269 Phantom 20198
Program "JOB.1949178858.DT.1256950239.TRANS1": Line 304, Improper data type.
Attempting to Cleanup after ABORT raised in stage job2Tst..XfmLogics
DataStage Phantom Aborting with @ABORT.CODE = 3

I'd like to view the code to see what's wrong with line 304, because it was able to process for some rows. I checked the data type, and the data is out of database with the same data type.

Thanks for your help in advance.


Leonardo

Posted: Thu May 30, 2002 11:49 pm
by uneumann
Go to your project directory.
cd RT_BP<JobNo>. (cd RT_BP269)
Open the file with an edit the see the job of the transformer (vi JOB.1949178858.DT.1256950239.TRANS1).