HP3000-L Archives

August 2003, Week 1

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Mark Undrill <[log in to unmask]>
Reply To:
Mark Undrill <[log in to unmask]>
Date:
Tue, 29 Jul 2003 08:16:56 -0500
Content-Type:
text/plain
Parts/Attachments:
text/plain (37 lines)
"Raghu Rao" <[log in to unmask]> wrote in message
news:r9mcndP7AM2J9LuiXTWJiA@fidnet.com...
> Hi all,
>
> How do I output my data in a COBOL program to a file with no Carriage
> Control and Line feed characters ?
>
> My final output should look something like this :
>
> ACCOUNT=  PCARTP1     GROUP=  EVMOD09
>
> FILENAME  CODE  ------------LOGICAL RECORD-----------  ----SPACE----
>                   SIZE  TYP        EOF      LIMIT R/B  SECTORS #X MX
>
> EAVN0060            1B  BA        4100     150000   1      256  1  *
>
> Final output file should not be a fixed length and should be of Byte type
> and should hold as many data as possible, without any carriage control or
> line feed characters..
>
> Anyone tried this stunt before ?
>
> TIA
> Raghu. Rao.
>
Try a file equation something like this:

    FILE EAVN0600.EMVOD09.PCARTP1;REC=,,B,ASCII;DISC=150000;SAVE

HTH
--
Mark Undrill
Affirm Limited

* To join/leave the list, search archives, change list settings, *
* etc., please visit http://raven.utc.edu/archives/hp3000-l.html *

ATOM RSS1 RSS2