Handling Job Exit status in Sequencer

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
karumudi7
Participant
Posts: 20
Joined: Sun Mar 11, 2012 3:30 am
Location: Detroit
Contact:

Handling Job Exit status in Sequencer

Post by karumudi7 »

Hi,

I am creating some sequencers and after each Parallel job activity I am sending an email with parallel job exit status in the subject by using the
[ #ACTVY.$JobStatus# ] #ACTVY.$JobName#

Problem is I don't want exit codes instead I need Description.
like Run with Warnings (instead of 2) etc;

Are there any inbuild functions to achieve this?

Thanks!
DataStage 11.3 on AIX 7.1 with DB2.
arunkumarmm
Participant
Posts: 246
Joined: Mon Jun 30, 2008 3:22 am
Location: New York
Contact:

Post by arunkumarmm »

Why can't you use a User variable activity in between your job activity and notification activity and convert the status number into whatever you want?
Arun
Post Reply