windows command to check 32 bit or 64 bit hashed 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
bharathappriyan
Participant
Posts: 47
Joined: Fri Sep 23, 2005 6:01 pm

windows command to check 32 bit or 64 bit hashed file

Post by bharathappriyan »

Hi,

I am trying to find out the hashed files created is a 32 bit file or 64 bit file. I found the following link. I am new to windows OS. What is the equivalent windows command for unix command od -x DATA.30 | head -1?

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

Post by chulett »

With the MKS Toolkit which comes with DataStage (or equivalent) installed you should be able to execute 'UNIX' commands like this. There is no native Windows equivalent that I'm aware of.

Of course, you could get your hands on any number of free 'hex editors' that are out there for DOS / Windows.
-craig

"You can never have too many knives" -- Logan Nine Fingers
bharathappriyan
Participant
Posts: 47
Joined: Fri Sep 23, 2005 6:01 pm

Post by bharathappriyan »

Thanks a lot Chulett. It worked. I really appreciate your help.

Thanks,
Bharathappriyan
Post Reply