Usage Analysis of a File

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
joesat
Participant
Posts: 93
Joined: Wed Jun 20, 2007 2:12 am

Usage Analysis of a File

Post by joesat »

I would like to know if there are any ways to find out the list of DS jobs where a sequential file is used... something like a Usage Analysis report, but for a file rather than a routine, etc.

Thanks!
Joel Satire
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Usage Analysis works for files as well if you've stored metadata from the file and linked the metadata to the job by importing it. Or search for "CSeqInput" for a way to query the repository for this. You'll need "CSeqOutput" as well but the search will turn that up.
-craig

"You can never have too many knives" -- Logan Nine Fingers
joesat
Participant
Posts: 93
Joined: Wed Jun 20, 2007 2:12 am

Post by joesat »

Thanks Craig!

I was able to get the reply from viewtopic.php?t=124079&highlight=CSeqInput

Since I am a newbie to DS Administrator, I would like to know how one captures the output to a file.

Craig, if you can just give me the keywords to search DSXchange I would gladly search for that.. Thanks again!
Joel Satire
joesat
Participant
Posts: 93
Joined: Wed Jun 20, 2007 2:12 am

Post by joesat »

another query.. is there any way to execute these SQL statements from a command prompt rather than logging into DS Administrator?
Joel Satire
kiran259
Participant
Posts: 48
Joined: Thu Aug 16, 2007 11:17 pm
Location: United States
Contact:

Post by kiran259 »

joesat wrote:another query.. is there any way to execute these SQL statements from a command prompt rather than logging into DS Administrator?
You have to run them from DS Admin.
Kiran Vaduguri

As soon as the fear approaches near, attack and destroy it.
throbinson
Charter Member
Charter Member
Posts: 299
Joined: Wed Nov 13, 2002 5:38 pm
Location: USA

Post by throbinson »

Kiran259 is mistaken. You can run the SQL from the command line. Do a search for dssh or uv.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

To capture output, search for "COMO ON" and you'll find "COMO OFF" as well. Output will be written to the "&COMO&" directory in the attached project.
-craig

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