× 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.



Hi, William:

What Version/Release of OS/400 or i5/OS are you on?

At V6R1 and above, you can use the new CLOSE command to close a file opened implicitly by a RCVF command.

Otherwise, make your CL program an OPM CLP *PGM created with CRTCLPGM, and replace the CLOF with RCLRSC LVL(*).

HTH,

Mark S. Waterbury

On 10/29/2010 11:32 AM, Willie J. Moore wrote:
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


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

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.