Re: Cobol convert program Job Request




available). I'm hoping tiny/open/free/gnu Cobol will be able to read
microfocus files.

Microfocus Cobol can write several different formats of INDEXED
files. If the file is 'Level II' format then it may be readable as a
sequential file by many systems as it will be fixed records in the
data file. If the file is C2 or other then this may be more difficult
to get another system to read it.

I got this from the rebuild program:

b-sketch.mst /i
Rebuild successful - records read = 7396

File : B-SKETCH.MST
Record length - 826
Organization - Indexed
Recording mode - Fixed
Record length - 826
Keys description :
Key Start Length
0: 1 +21

Does that help? It says fixed "recording length", I'm hoping thats a
fixed length record of 826 bytes. And.. hopefully.. a Level II file
that will be useable.


It seems to me that PT-END may indicate the number of PT-TABLE used
and thus should be in the range 1 - 200. Or perhaps to the next
available 2-201.

I have other documentation about what the different fields mean. If I
can get the data into csv I can use it from there.

What would be an easy way to test this. I can zip up the files and
put them some place if anyone wanted to write a test program to see if
they can be read. Or, with a little help, I'd be happy to install
tiny/open cobol and try something myself. (Or whatever cobol you
prefer... I know nothing :-) )

Thanks for your time,

-Andy

.



Relevant Pages

  • Re: Cobol convert program Job Request
    ... microfocus files. ... A hexdump of the first couple of Kb would show the format. ... tiny/open cobol and try something myself. ... Version 3.4.23 Copyright 1985-1996 Micro Focus Ltd. ...
    (comp.lang.cobol)
  • Re: cobol data format!!! urgent!!!
    ... which implies 559 is not an ISO standard. ... importation into COBOL programs on grounds of portability. ... formats are virtually useless *within* the COBOL program, ... that neither went their own way nor went with IEEE. ...
    (comp.lang.cobol)
  • Re: Packed Fields
    ... Pete, ... COBOL supports several different formats for numeric data, ... data stored in it is server integers "packed" by a Cobol program. ... * To join/leave the list, search archives, change list settings, * ...
    (comp.sys.hp.mpe)
  • Re: VB6 connecting to ISAM Dat files
    ... I've followed your links but I think they are for other types of COBOL db. ... COBOL for UNIX (several special formats) ... All except Siber claims to have ODBC drivers/adapters, ... Microsoft and other companies have used the first letters to id ...
    (microsoft.public.vb.general.discussion)
  • Re: cobol and binary data written by C
    ... |>> can cobol read binary data written by fprintf? ... |> I'm not up on what COBOL can do but, fprintfwrites text data, not ... COBOL recognizes a variety of fixed-point formats, ... values between the two languages. ...
    (comp.lang.c)