473,387 Members | 1,700 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

accessing cobol data files from .net

hi

i need to access cobol data files from .net, the files have no or .vix
extention (i think thats a acucobol or something like that) (/me has
completely no experience in cobol)
i heard that there should be an odbc connection for that.

Dous anyone have any ideas on how to do this??

--
Juchtmans Eric
Omnipack
Nov 20 '05 #1
13 10189
Hang on...

COBOL Data files? Are you talking about compiled data? Or like a data
file that it reads.

COBOL defines data structures at the top of the program, usually they are
sequential. There is also random access files, but still you need to know
the file format (been many years since I dealt with binary files in COBOL).

If you have the original source you can figure out the data format for a
file, whether its sequential or random, but otherwise, who/waht created it
doesn't matter.
"EricJ" <ericRéMo**@ThiSomnipack.be> wrote in message
news:3f**********************@reader3.news.skynet. be...
hi

i need to access cobol data files from .net, the files have no or .vix
extention (i think thats a acucobol or something like that) (/me has
completely no experience in cobol)
i heard that there should be an odbc connection for that.

Dous anyone have any ideas on how to do this??

--
Juchtmans Eric
Omnipack

Nov 20 '05 #2
Cor
Hi EricJ,

There are so many "Cobol" file.

I think you can shift it by first knowing if it is a kind of PC cobol or
that it is mainframe Cobol.

This link was very easy to find

http://www.acucorp.com/support/downloads/index.php

But you have to be sure of what Cobol it is, there was also a lot of MS,
CIS and a lot of other cobol on a PC.

There are no "Cobol" files every company uses there own format or sometimes
2 files to get one (text and index).

Cor

"EricJ" <ericRéMo**@ThiSomnipack.be> schreef in bericht
news:3f**********************@reader3.news.skynet. be...
hi

i need to access cobol data files from .net, the files have no or .vix
extention (i think thats a acucobol or something like that) (/me has
completely no experience in cobol)
i heard that there should be an odbc connection for that.

Dous anyone have any ideas on how to do this??

--
Juchtmans Eric
Omnipack

Nov 20 '05 #3
Hi,

If you are talking about Acucobol you will need an OleDb provider or ODBC
driver.
Link to ODBC provider: I've found
http://productfinder.infoworld.com/s..._summary/11281

I don't have a clue if it works or not (it should work via Data.Odbc
namespace).

--
Miha Markic - RightHand .NET consulting & software development
miha at rthand com

"EricJ" <ericRéMo**@ThiSomnipack.be> wrote in message
news:3f**********************@reader3.news.skynet. be...
hi

i need to access cobol data files from .net, the files have no or .vix
extention (i think thats a acucobol or something like that) (/me has
completely no experience in cobol)
i heard that there should be an odbc connection for that.

Dous anyone have any ideas on how to do this??

--
Juchtmans Eric
Omnipack

Nov 20 '05 #4
as far as i can tell the acu cobol thing is some sort of universal
translator

there are defenatly 2 files a table(or wathever its called ;p)
i would have a artik file 151kb and a artik.vix 41kb
the artik file would have
junk...

«
ôô ë000258ZREGIE werk uitvoeren in regie
00000000REGIE REGIE 0
00000000000
ôô 000012ABA Abate peren, verpakken en wegen op schaal
EPSH EURO 01000032PEREN ABATE 384222 PER
and so on

the .vix is full of junk


"Cor" <no*@non.com> wrote in message
news:uB**************@TK2MSFTNGP12.phx.gbl...
Hi EricJ,

There are so many "Cobol" file.

I think you can shift it by first knowing if it is a kind of PC cobol or
that it is mainframe Cobol.

This link was very easy to find

http://www.acucorp.com/support/downloads/index.php

But you have to be sure of what Cobol it is, there was also a lot of MS,
CIS and a lot of other cobol on a PC.

There are no "Cobol" files every company uses there own format or sometimes 2 files to get one (text and index).

Cor

"EricJ" <ericRéMo**@ThiSomnipack.be> schreef in bericht
news:3f**********************@reader3.news.skynet. be...
hi

i need to access cobol data files from .net, the files have no or .vix
extention (i think thats a acucobol or something like that) (/me has
completely no experience in cobol)
i heard that there should be an odbc connection for that.

Dous anyone have any ideas on how to do this??

--
Juchtmans Eric
Omnipack


Nov 20 '05 #5
the files that it reads
have a look at my reply to cor
"CJ Taylor" <no****@blowgoats.com> wrote in message
news:vs************@corp.supernews.com...
Hang on...

COBOL Data files? Are you talking about compiled data? Or like a data
file that it reads.

COBOL defines data structures at the top of the program, usually they are
sequential. There is also random access files, but still you need to know
the file format (been many years since I dealt with binary files in COBOL).
If you have the original source you can figure out the data format for a
file, whether its sequential or random, but otherwise, who/waht created it
doesn't matter.
"EricJ" <ericRéMo**@ThiSomnipack.be> wrote in message
news:3f**********************@reader3.news.skynet. be...
hi

i need to access cobol data files from .net, the files have no or .vix
extention (i think thats a acucobol or something like that) (/me has
completely no experience in cobol)
i heard that there should be an odbc connection for that.

Dous anyone have any ideas on how to do this??

--
Juchtmans Eric
Omnipack


Nov 20 '05 #6
that was w i was thinking
but i cant find it douwnloadable (prefferebly free)
or an other sollution thats free

"Miha Markic" <miha at rthand com> wrote in message
news:Ob*************@TK2MSFTNGP10.phx.gbl...
Hi,

If you are talking about Acucobol you will need an OleDb provider or ODBC
driver.
Link to ODBC provider: I've found
http://productfinder.infoworld.com/s..._summary/11281
I don't have a clue if it works or not (it should work via Data.Odbc
namespace).

--
Miha Markic - RightHand .NET consulting & software development
miha at rthand com

"EricJ" <ericRéMo**@ThiSomnipack.be> wrote in message
news:3f**********************@reader3.news.skynet. be...
hi

i need to access cobol data files from .net, the files have no or .vix
extention (i think thats a acucobol or something like that) (/me has
completely no experience in cobol)
i heard that there should be an odbc connection for that.

Dous anyone have any ideas on how to do this??

--
Juchtmans Eric
Omnipack


Nov 20 '05 #7
Cor
Hi Eric

I think it is definetaly acu yes.

When you look on Google with AcuODBC you find a lot, but if it is free I
think you have to search for yourself.

This link I could not read.
http://www.channelmaker.com.tw/produ...rp/AcuODBC.htm

But Herfried is a specialist in getting software from this kind of sites he
said somewhile ago in the VB.language newsgroup.

Cor
Nov 20 '05 #8
Eric,

COBOL files usually are fixed length records.

If this is the case, the simpliest way to read the files
is not the a data adapter but rather read the file as
fixed length binary record, then break apart the record
into the individual fields.

If the construct a structure that matches the field layout
of the record this may help.

For the binary numbers you must be careful that the byte
order is correct.

For the text you must be careful that the characters
are ASCII and not some other coding like EBCDIC.

I have done just this for IBM mainframe files to PC.

Pat
-----Original Message-----
hi

i need to access cobol data files from .net, the files have no or .vixextention (i think thats a acucobol or something like that) (/me hascompletely no experience in cobol)
i heard that there should be an odbc connection for that.

Dous anyone have any ideas on how to do this??

--
Juchtmans Eric
Omnipack
.

Nov 20 '05 #9
* "Cor" <no*@non.com> scripsit:
I think it is definetaly acu yes.

When you look on Google with AcuODBC you find a lot, but if it is free I
think you have to search for yourself.

This link I could not read.
http://www.channelmaker.com.tw/produ...rp/AcuODBC.htm

But Herfried is a specialist in getting software from this kind of sites he
said somewhile ago in the VB.language newsgroup.


Do you have problems in understanding the text?!

--
Herfried K. Wagner [MVP]
<http://www.mvps.org/dotnet>
Nov 20 '05 #10
Cor
Herfried,

Yes can you help us with this
http://www.channelmaker.com.tw/produ...rp/AcuODBC.htm

But Herfried is a specialist in getting software from this kind of sites he said somewhile ago in the VB.language newsgroup.


Do you have problems in understanding the text?!


:-)) no was just for fun I saw it.

Cor
Nov 20 '05 #11
pff, i found a acuserver thing on 1 of the servers
i'll look into that

(venting frustration a bit, its a maze here and no-one that works here exept
me knows anything about computers so they are no help. Before i started
working here everithing was done out house (if i got it right by 6 different
companies some things in cobol, some things in vb on sqlserver7, some things
in ??? dos thing, ...))

eric

"Cor" <no*@non.com> wrote in message
news:ul**************@tk2msftngp13.phx.gbl...
Hi Eric

I think it is definetaly acu yes.

When you look on Google with AcuODBC you find a lot, but if it is free I
think you have to search for yourself.

This link I could not read.
http://www.channelmaker.com.tw/produ...rp/AcuODBC.htm

But Herfried is a specialist in getting software from this kind of sites he said somewhile ago in the VB.language newsgroup.

Cor

Nov 20 '05 #12
Cor
Hi Ericj,

Mostly the structure of the not index file is not that difficult to analyse.

That is sometimes also a good way to go.

You can read it than first streaming converting it to a format you want to
use.

Copr
Nov 20 '05 #13
the idea is as follows
if a user selects a product in my app and the product dousnt exist i have to
look at the cobol files to c if the product exists there, i it dous get the
product info from cobol and add it to my sql server. I'm affraid converting
the cobol files all the time wont be performant, keep in mind that this
happens a lot since the systems are used together but the cobol app is still
the main application.

i need structured access to the cobol data, from what i have seen so far i
think that the acuserver (acucobol acuodbc) can do this for me, i just have
to find a way to get it working ;) but i'm working on that.

eric

"Cor" <no*@non.com> wrote in message
news:%2******************@TK2MSFTNGP10.phx.gbl...
Hi Ericj,

Mostly the structure of the not index file is not that difficult to analyse.
That is sometimes also a good way to go.

You can read it than first streaming converting it to a format you want to
use.

Copr

Nov 20 '05 #14

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
by: Batista, Facundo | last post by:
People: I'm trying to convert my father from using COBOL to Python, :) One difficult thing we stuck into is how to read, from python, files written with COBOL. Do you know a module that...
2
by: Kalpana Shridhar | last post by:
I am on a project where I am converting COBOL to C++ on the mainframe. I am new to COBOL and have a lot of questions - any websites or any suggestions from experienced people will be really...
2
by: none | last post by:
Hi, Any one know of some code to read cobol data files.... thanks timb
30
by: Stuart Turner | last post by:
Hi Everyone, I'm working hard trying to get Python 'accepted' in the organisation I work for. I'm making some good in-roads. One chap sent me the text below on his views of Python. I wondered...
5
by: hpy_awad | last post by:
can cobol read binary data written by fprintf (C function) ?
12
by: J. G. | last post by:
I'm looking at rewriting some stand-alone Pro*COBOL applications that read flat files and spit out some reports. Is there any way to mimic COBOL's ability to read lines from a flat file into a...
3
by: Brian Henry | last post by:
Does anyone know of or know how to convert a COBOL packed decimal in a text file to a decimal that .NET can work with? we are importing Old COBOL data files that have packed data in them and need...
15
by: dm1608 | last post by:
We have a number of COBOL programs, and some were currently developing, that simply read TEXT based reports and scrap the reports for various information. I'm curious to know if anyone has...
1
by: Fred | last post by:
I am trying to convert an existing COBOL app from using exclusively tradional I-O (READ verb) to using a mix of traditional and and SQL. Please don't ask why, my question is conceptual. After...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.