Command to get list of uncompiled jobs

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
satyaatibm
Participant
Posts: 7
Joined: Wed Feb 06, 2013 11:31 am

Command to get list of uncompiled jobs

Post by satyaatibm »

Hi,

I wanted to fetch all the job names which are in non compiled state using UNIX command from particular category.

Can someone tell me the UNIX command to get all uncompiled jobs category-wise?

Regards,
Satya
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

There isn't one. Why from the command line? And then you'll do what - compile them? The Multi-Job Compiler supports compiling on uncompiled jobs from what I recall.

While there isn't a specific command, pretty sure you should be able to leverage dsjob for this. Script something to list all of the jobs in a particular project (-lprojects, -ljobs) filter by Category and then use -jobinfo to get the information about each job. Filter again for any that are not compiled.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply