AIX Unable To Detect DataStage Process

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

Moderators: chulett, rschirm, roy

jerome_rajan
Premium Member
Premium Member
Posts: 376
Joined: Sat Jan 07, 2012 12:25 pm
Location: Piscataway

Post by jerome_rajan »

My only issue is that if it were indeed the width of the columns causing the problem then the script ought not to have returned true even once!
Jerome
Data Integration Consultant at AWS
Connect With Me On LinkedIn

Life is really simple, but we insist on making it complicated.
jwiles
Premium Member
Premium Member
Posts: 1274
Joined: Sun Nov 14, 2004 8:50 pm
Contact:

Post by jwiles »

ps u g eww
or
ps u x eww

would provide an AIX equivalent to ps -efww

Regards,
- james wiles


All generalizations are false, including this one - Mark Twain.
rameshrr3
Premium Member
Premium Member
Posts: 609
Joined: Mon May 10, 2004 3:32 am
Location: BRENTWOOD, TN

Post by rameshrr3 »

I not sure if im helping you , how are you invoking the first job in the control ? Are you using

Code: Select all

dsjob -run
or

Code: Select all

dsjob -run -wait 
? The latter will return a status only after completion of the job being invoked and would be the preferred method.

Polling with a while loop may cost you more cpu cycles!
PaulVL
Premium Member
Premium Member
Posts: 1315
Joined: Fri Dec 17, 2010 4:36 pm

Post by PaulVL »

jerome_rajan wrote:My only issue is that if it were indeed the width of the columns causing the problem then the script ought not to have returned true even once!
Your job name is a dynamic length after all and it may reside upon the borderline of being chopped.

(test and see)

run your command in a nice size window.

resize window smaller, try again.

add the options James gave for a wide ps output, wash rince repeat.

Also... please paste the syntax you are using for the dsjob -run command.
Post Reply