HP3000-L Archives

December 1997, Week 2

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:
Shirley A MacLaughlin <[log in to unmask]>
Reply To:
Shirley A MacLaughlin <[log in to unmask]>
Date:
Mon, 8 Dec 1997 14:10:05 -0400
Content-Type:
text/plain
Parts/Attachments:
text/plain (22 lines)
I think you'll find if your SELECT statement leaves out the device, it will work - like so

1.9     SELECT OUTFILE ASSIGN TO "LP".


Shirl (Crossley Carapet Mills, Truro, NS)


From:   Wade B. Bond [SMTP:[log in to unmask]]
Sent:   Monday, December 08, 1997 9:34 AM
To:     [log in to unmask]
Subject:        COBOL temp files.

I have a problem with a COBOL problem opening a print file when the print
file is going to a disc file.  I am trying to build a file called TERMLP by
using a file equation to redirect the print file.  When I run the progeram
I get a FILE STATUS ERROR 39.  I have only one file equation, no tempoary
files and no permanent files with the name TERMLP.  I have other program
that work just fine using this same concept.  TIA

:FILE LP=TERMLP;DEV=DISC

ATOM RSS1 RSS2