DSSetUserStatus use?

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
LavanyaRamesh007
Participant
Posts: 42
Joined: Mon Apr 21, 2008 1:49 am

DSSetUserStatus use?

Post by LavanyaRamesh007 »

Hi I want to know the use of DSSetUserStatus function. Is it talking abt the status of job like -> abort, running, success or is it something else.
In my job it is used as a Transform, that means we are calling it for every record in the table. How does it reads the status of records??

SETUSERSTATUS(lnk_SDN_PRGM_CNTRL.FILTER_CLAUSE)
Call DSSetUserStatus(Arg1)
Ans = @NULL
RETURN (ANS)

Plz explain
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Posting the same question in multiple forums will not get any better answers, and it's frowned upon because it wastes the time of those who have to read them.

This question has been answered in the Server forum.
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