Link to home
Start Free TrialLog in
Avatar of tran_2012
tran_2012Flag for United Kingdom of Great Britain and Northern Ireland

asked on

Programming language and databased used under this software LINUX

HI

We have very old software running in our Linux system, no one seems to know what type of this language is

The programming files extention are ending with .dcl and open in the notepad,
the sample code is as below

$INCLUDE COLORS.INC,COLORS
BLINK      INIT "[5;37m"
BOFF      INIT "[0m"
STOP      INIT "@"
ESC      INIT " "
.
      CMOVE 27,ESC
      DISPLAY *F,*V1,"TEST YELLOW BLINK"
      DISPLAY *V3,*1,"NORMAL"
      DISPLAY *V5,*1,ESC,BLINK,YLW,*1,"THIS IS BLINKING YELLOW",*1,ESC,BOFF,WHT
      DISPLAY *V7,*1,"AND THIS IS NORMAL AGAIN"
      CHAIN STOP

Can some one guide me what is it, and where can I find the meaning full resources about this

the other types of files are as below
.img
.p
.sav
.a
.cfg

this is the database software and need to find the datafile

Thanks you
ASKER CERTIFIED SOLUTION
Avatar of pgm554
pgm554
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of tran_2012

ASKER

hi

Thanks can you please tell me what is the DB extensions. and any windows tools which can open that

Thank you,.
what is the DB extensions.

Can be most anything,you'll just have to do trial and error.

http://www.fileinfo.com/filetypes/database

 windows tools which can open that

The only tools are the db applications themselves.

You might be able to export as .csv,but you're dealing with database files here ,so...