× 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 to everyone for your responces. Looks like the second CL is the best way to go.
Thanks again,

William Moore
California Fine Wire
805-489-5144
wjmoore@xxxxxxxxxxxx

-----Original Message-----
From: rpg400-l-bounces@xxxxxxxxxxxx [mailto:rpg400-l-bounces@xxxxxxxxxxxx] On Behalf Of Albert York
Sent: Friday, October 29, 2010 8:49 AM
To: rpg400-l@xxxxxxxxxxxx
Subject: Re: Clear a RCVF read file

Simply add another C/L program before that one:

call myclp
delete qs36f/pmcstkqr

Albert


On Fri, Oct 29, 2010 at 7:49 AM, Dennis Lovelady <iseries@xxxxxxxxxxxx> wrote:
CL has no facility to close a file that it has opened implicitly.  
(CLOF is for files opened by OPN*F)

If this is a CLP (not CLLE) you can get by with RCLRSC LVL(*CALLER)
but that has its own caveats.

Dennis Lovelady
http://www.linkedin.com/in/dennislovelady
--
"Even if you're on the right track, you'll get run over if you just
sit there."
       -- Will Rogers


I have the following CL:

Dclf   file(qs36f/pmcstkqr)
Rcvf
.
.
endpgm:
dltovr   file(*all)
clof opnid(pmcstkrq)
clrpfm  file(qs36f/pmcstkrq)
endpgm

The problem I am having is when the it runs the clrpfm it give an
error that the 'file is in use'.
I then put the clof in and now get an error message that 'no file
open with identifier pmcstkra'.
I even tried moving the 'dltovr' after the 'clrpfm', but got the same
error that 'no file open with identifier pmcstkra'.
File pmcstkqr format is stkmtd01.
Any help would be appreciated.

William Moore
California Fine Wire
805-489-5144
wjmoore@xxxxxxxxxxxx

--
This is the RPG programming on the IBM i / System i (RPG400-L)
mailing list To post a message email: RPG400-L@xxxxxxxxxxxx To
subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/rpg400-l
or email: RPG400-L-request@xxxxxxxxxxxx Before posting, please take a
moment to review the archives at
http://archive.midrange.com/rpg400-l.


--
This is the RPG programming on the IBM i / System i (RPG400-L) mailing
list To post a message email: RPG400-L@xxxxxxxxxxxx To subscribe,
unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/rpg400-l
or email: RPG400-L-request@xxxxxxxxxxxx Before posting, please take a
moment to review the archives at http://archive.midrange.com/rpg400-l.


--
This is the RPG programming on the IBM i / System i (RPG400-L) mailing list To post a message email: RPG400-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/rpg400-l
or email: RPG400-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives at http://archive.midrange.com/rpg400-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.