Problem compiling job with routine activity

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
rroy2
Participant
Posts: 21
Joined: Thu Jan 03, 2008 4:16 pm

Problem compiling job with routine activity

Post by rroy2 »

Hi,

We have a Sequencer with a Rotine Activity stage to call a routine. The compilation of sequencer is failing (although the routine has compiled successfully)

The compile report says

Error compiling Job Control Subroutine ABCD123
Compiling: Source = 'RT_BP356/JOB.1085833124.DT.1480941133', Object = 'RT_BP356.O/JOB.1085833124.DT.1480941133'
**********************************************************************************************************************************************************?*******
0489 Call 'DSU.rtCheckNoOfRecords'(, r$V6S0)
^
',' unexpected, Was expecting: '('

1 Errors detected, No Object Code Produced.
(ABCD123)

The same sequencer and routine work finw in the system test environments.

Any suggestions why is it failing and what is the solution?

Thanks
Roy
deanwalker
Participant
Posts: 82
Joined: Tue Jan 22, 2008 10:37 am
Location: UK

Post by deanwalker »

How many arguments does that routine take, and why is one missing ?
Post Reply