Warning while compilation of a sequence job

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
jeet_81
Participant
Posts: 12
Joined: Thu Oct 27, 2011 7:01 am
Location: India

Warning while compilation of a sequence job

Post by jeet_81 »

Hi,

I have developed a sequence job the design is something as below:

Execute Command ---------> UserVariablesActivity1 --------> StartLoopActivity ----------------> UserVariableActivity2 ----------------> NestedCondition----------> JobActivity1
----------->JobActivity2
------------>JobActivity3
--------------> EndLoopActivity.

Now in the ExecuteCommand a shell script executes which returns text strings separated by comma.
UserVariables1 has 2 variables
(i)holds the command output of previous shell script.
(ii)output from Dcount variable which holds the number of text stings.

While compilation, it gives the warning:
Compiling: Source = 'RT_BP73/JOB.461024203.DT.1600456051', Object = 'RT_BP73.O/JOB.461024203.DT.1600456051'
*****************************************************************************************************************************************************************************************
WARNING: Variable 'UserVariables_Activity_90.Sequence_To_Run' never assigned a value.

Compilation Complete.
(Master_Sequence)

I don't know what is the reason.Please help.
arvind_ds
Participant
Posts: 428
Joined: Thu Aug 16, 2007 11:38 pm
Location: Manali

Post by arvind_ds »

Assign a value to the user variable, open the user activity stage and then right click, add row...
Arvind
jeet_81
Participant
Posts: 12
Joined: Thu Oct 27, 2011 7:01 am
Location: India

Post by jeet_81 »

It is already done.
arvind_ds
Participant
Posts: 428
Joined: Thu Aug 16, 2007 11:38 pm
Location: Manali

Post by arvind_ds »

Did you assign a value to the variable under expression ?
Arvind
Post Reply