Phantom Errors

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
JezT
Participant
Posts: 75
Joined: Wed Sep 15, 2004 1:52 am

Phantom Errors

Post by JezT »

I have been getting the following warnings when running a DS Job. It involves the conversion of CHAR vakues to a COMP PIC value.

Any ideas what this warning may mean ?

Code: Select all

DataStage Job 1941 Phantom 24759
28
2C
4A
66
68
DataStage Phantom Finished
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

JezT,

I think you are using my code that I supplied to you a couple of days ago; I forgot to remove a PRINT statement that I had put in while checking it. I am assuming that the code is working, otherwise you would certainly have posted that.
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

JezT,

I just checked the old message thread and yes, I had neglected to remove a PRINT statement.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

DataStage logs a warning whenever there is unexpected output, on the basis that, if there is unexpected output, you ought to be alerted to take a look at it.

Obviously a PRINT statement will generate output that DataStage does not expect.

The algorithm is not rocket science. If the output file from an active stage phantom process contains exactly two lines (starting, finishing), it contains expected output, and does not generate a warning.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply