DataStage Phantom Aborting with @ABORT.CODE = 1

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
venkat626
Participant
Posts: 35
Joined: Thu Feb 14, 2013 7:19 am

DataStage Phantom Aborting with @ABORT.CODE = 1

Post by venkat626 »

Hi Team,

In the sequence starting the split job was aborted and the below log as written,

From previous run
DataStage Job 47 Phantom 12766
Job Aborted after Fatal Error logged.
Program "DSD.WriteLog": Line 315, Abort.
Attempting to Cleanup after ABORT raised in job Job_name..JobControl

DataStage Phantom Aborting with @ABORT.CODE = 1

After i reset the job and rerun it,the job was ran successfully.


Could you please tell me why the job/sequence was aborted.

Regards,
Venkat626
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Which job was this message from - the Sequence job itself or the "split job"? What kind of job is the split job?
-craig

"You can never have too many knives" -- Logan Nine Fingers
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

@ABORT.CODE is only set by server/sequence jobs. However, this is the final message. You need to show us earlier errors from the job log, which is where the cause is reported. These errors might even be reported in the log of a job called from a Job activity in your sequence.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
rameshrr3
Premium Member
Premium Member
Posts: 609
Joined: Mon May 10, 2004 3:32 am
Location: BRENTWOOD, TN

Post by rameshrr3 »

Reset the sequence and see if you get any additional information during reset in the job log. Sometimes recompiling a sequence will simply solve your problem.
Post Reply