Re: sequential file formats
- From: Peter Lacey <lacey@xxxxxxxxxxxxxxx>
- Date: Mon, 25 Jul 2005 23:00:32 -0500
theador wrote:
>
> Here is the test program that I am asking people with access to the
> above machines to run and report a hex dump of the output file. This
> was compiled on open-cobol, so there may be different compile errors
> that would have to be fixed on your platform. thx.
>
> IDENTIFICATION DIVISION.
> PROGRAM-ID. test1.
>
> environment division.
> input-output section.
> file-control.
> select AFILE assign to "output.dat"
> organization is relative sequential
> record key is big-record.
>
Surely a clarification is needed: "organization is relative" is not the
same as "organization is sequential"/a sequential file. ???
PL
.
- References:
- sequential file formats
- From: theador
- Re: sequential file formats
- From: theador
- sequential file formats
- Prev by Date: Re: sequential file formats
- Next by Date: Re: sequential file formats
- Previous by thread: Re: sequential file formats
- Next by thread: Re: sequential file formats
- Index(es):
Relevant Pages
|