Question about excutable software in Unix


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Question about excutable software in Unix
# 1  
Old 10-30-2008
Question about excutable software in Unix

I am using SCO OpenServer 5.0 now, and have the old software as database (similar with MySQL) to store all data. I want to know that how can I read those data in the file. For example, I have file named OE.USECD, which is data file when I use the software to store my data to database. it's not readable when I open it.
********************
€€
€€ ^L, ÿ.ÿWü þÿXÿb
!€""ÿl
Rÿ€C€€!€6éî ^LX ÿ
********************
How can I read it? or I can't read it.
# 2  
Old 10-30-2008
There must be or must have been software that exports or "unloads" the data from the tables in the whole database to a file or a series of files. What database was it - the name of the database like ProSQL or something.

What you are seeing is probably table metadata. Plus, a lot of databases use BCD storage for numeric data (BCD= binary converted decimals that have one byte per numeric character, like COBOL does in COMP-3 variables). You need to get the data back into human readable form.
# 3  
Old 10-30-2008
I don't know what database I use, my manager said that it has been used for 15 years, from IMS and software named FORTE. I can't look at tables, it's already build up.
# 4  
Old 10-30-2008
btw, every time I type "go" to run the software whatever I am in any directory, it works. I want to know where "go" locates?
# 5  
Old 10-30-2008
I don't know what database I use, my manager said that it has been used for 15 years, from IMS and software named FORTE. I can't look at tables, it's already build up.
# 6  
Old 10-31-2008
Code:
which go

tells you the location of the "go" command. If the database is running you can directly query information from it. Get someone there to show you how.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Linux

Question Regarding mounting a drive and running a software

Hello; Whenever I reboot a system which one takes precedence; mounting the drives or running the init.d scripts Here is my situation: Every time I boot my system, I need to mount a RAID10 drive and run a software whose config files are on the RAID10 drive I want the software to only start... (1 Reply)
Discussion started by: ramky79
1 Replies

2. Linux

Anti-virus Software Question For Linux

Greetings To All! I am new in supporting Linux and recently I was tasked to find out the following information and am not sure how to find the answers, hence this posting... I am running Redhat Enterprise Server 5.4 I realize this is a Redhat specific question, but it pertains to all of our... (7 Replies)
Discussion started by: Rob Sandifer
7 Replies

3. BSD

Complete noob question: Software installation

I'm a Linux guy who is tring out BSD for the first time... What is the BSD program to automatically fetch and and install software? Is it pkg_add? Will pkg_add automatically fetch and and install software? Does it work on all BSD variants? This is all I could find, but I wanted to make... (5 Replies)
Discussion started by: biznatch
5 Replies

4. UNIX for Dummies Questions & Answers

Compiling UNIX software packages Question

I am trying to learn how compile programs using this lesson. UNIX Tutorial Seven I am stuck at 7.4 Configuring and creating the Makefile. It stats that I need to configure the utility with my home directory. After doing the echo $HOME command I get /home/Bill_Gates. It then says to insert... (6 Replies)
Discussion started by: jae99
6 Replies

5. UNIX for Dummies Questions & Answers

Question on install software package on Linux

Hello ALL, I am not very sure about the following two questions, I have install some packages on my Linux system, though. Q1. Should I log in as root to install a software package on a Linux system? Q2. If I log in as a common user, say 'Mike', and install a software on Mike's home... (1 Reply)
Discussion started by: cy163
1 Replies

6. UNIX for Dummies Questions & Answers

how to practice unix in online without unix software

hi, im new to unix.i dont have unix software in my system. Is there any website is there to practice unix in online can u please any one help me...... thanks in advance (3 Replies)
Discussion started by: gowridoc
3 Replies

7. UNIX for Dummies Questions & Answers

reading an already complied excutable file

Hi, I want ot read a executable file. Please let me know how to read it (4 Replies)
Discussion started by: richardsamuelk
4 Replies

8. UNIX for Dummies Questions & Answers

excutable script to copy a file to a different location.

Hi, I'm try to create an executable file to copy a file to a different location. Help plz. Thanx. (4 Replies)
Discussion started by: nazehcalil
4 Replies

9. UNIX for Dummies Questions & Answers

Question? unix software

whats the difference between unix & linux? code? can anyone recommend a company that release unix software that operates with windows 98 & XP for rookies? please list a link... thanks for your time (1 Reply)
Discussion started by: Matthews
1 Replies
Login or Register to Ask a Question