ANALYZE.FILE

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
dec1177
Premium Member
Premium Member
Posts: 22
Joined: Mon Aug 06, 2007 2:26 pm

ANALYZE.FILE

Post by dec1177 »

I'm new to using the command interface, and I'm trying to execute the ANALYZE.FILE command on a hashed file named "hsh_Staging_2."

The syntax I've entered verbatim is as follows:

ANALYZE.FILE hsh_Staging_2

However, I receive the message:

"Illegal option found on command line: "hsh_Staging_2".

What am I doing wrong here?
I don't know signatures...
dspxguy
Participant
Posts: 156
Joined: Thu May 24, 2007 4:09 pm
Location: Simi Valley, CA

Post by dspxguy »

That is a Universe command and not a Unix command.

Run it from TCL prompt.
dec1177
Premium Member
Premium Member
Posts: 22
Joined: Mon Aug 06, 2007 2:26 pm

Post by dec1177 »

No, I'm on Windows Server, and I'm running it from the Administrator...
I don't know signatures...
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Do you have a VOC pointer for hsh_Staging_2 hashed file?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Meaning it (the hashed file) either needs to have been created in an account (project) or you've manually created one for a pathed hashed file.
-craig

"You can never have too many knives" -- Logan Nine Fingers
dec1177
Premium Member
Premium Member
Posts: 22
Joined: Mon Aug 06, 2007 2:26 pm

Post by dec1177 »

Yes, I manually created it using a pathed hashed file with a job parameter...
I don't know signatures...
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Then the only way it will have a VOC pointer is if you explicitly create on. And you'll need to do that before you can run ANALYZE.HASH on it.
-craig

"You can never have too many knives" -- Logan Nine Fingers
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Search DSXchange for the SETFILE command.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
dec1177
Premium Member
Premium Member
Posts: 22
Joined: Mon Aug 06, 2007 2:26 pm

Post by dec1177 »

Thanks guys, executing the SETFILE command allowed me to then run the SETFILE command on my hashed file.
I don't know signatures...
Post Reply