× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Thanks for your help. It works fine.
regards Gregor


-----Ursprüngliche Nachricht-----
Von: Winchester Terry [mailto:terry.winchester@raymondcorp.com]
Gesendet: Montag, 25. März 2002 13:03
An: 'cobol400-l@midrange.com'
Betreff: RE: Writing to tape with cobol


Gregor,

Check in your job log to see what other CPF messages your getting,
maybe its not "varied on", etc.

Also, make sure you do an override on the tape prior to opening it.
(similar to below - adjust RCDLEN and BLKLEN appropriately).  You
can do this in CL or from inside the program.

OVRTAPF FILE(QTAPE) DEV(TAP01) REELS(*NL) +
             RCDLEN(400) BLKLEN(4000) ENDOPT(*REWIND)

then ensure its defined properly:

select Tape-File    assign to tapefile-QTAPE
                    organization is sequential.

Of course, the drive must be varied and in "ready" status.

Terry



> -----Original Message-----
> From: Schumacher, Gregor - HLG
> [mailto:Gregor.Schumacher@Hays-Logistics.com]
> Sent: Saturday, March 23, 2002 2:00 PM
> To: cobol400-l@midrange.com
> Subject: Writing to tape with cobol
>
>
> Hi *all,
>
> I am just trying to write wit ile-cobol to an tape. But i
> always get an
> error 90.
> Is there anybody who can give me a hint how to work right
> with the tape´s
> `
> regards Schumacher
>
> _______________________________________________
> This is the COBOL Programming on the iSeries/AS400
> (COBOL400-L) mailing list
> To post a message email: COBOL400-L@midrange.com
> To subscribe, unsubscribe, or change list options,
> visit: http://lists.midrange.com/cgi-bin/listinfo/cobol400-l
> or email: COBOL400-L-request@midrange.com
> Before posting, please take a moment to review the archives
> at http://archive.midrange.com/cobol400-l.
>
_______________________________________________
This is the COBOL Programming on the iSeries/AS400 (COBOL400-L) mailing list
To post a message email: COBOL400-L@midrange.com
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/cgi-bin/listinfo/cobol400-l
or email: COBOL400-L-request@midrange.com
Before posting, please take a moment to review the archives
at http://archive.midrange.com/cobol400-l.


As an Amazon Associate we earn from qualifying purchases.

This thread ...


Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.