×
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.
1) Bound CL program A calls RPGIV program B which builds the FTP script in
the source file.
2) Then program A calls bound CL program C, which overrides INPUT to the
member containing the FTP script built by program B. The FTP script uses
MGET FILEXXX.* to get multiple files beginning with the characters "FILEXXX"
from the remote server.
Example of the remote files being retrieved:
FILEXXX.1.A000001
FILEXXX.2.A000002
...
The result of the MGET is a file named FILEXXX in the current library, with
two members:
A000001 and A000002.
So far, so good.
In order to capture the file and member names received, I want to use the
RCVMSG command in CLLE program C to retrieve the completion messages that
appear in the job log.
The specific messages in which I am interested are the CPC7301 and CPC7305
messages issued by the FTP processor, but I cannot seem to get it to work
properly - I never receive these completion messages in my RCVMSG loop:
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.