× 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 all,

Hope you are all fine.

For a new RPG ILE procedure, I have to list the content of a directory
defined under QNTC.

The directory is reachable and readable by a specific user and from within
WRKLNK everything works fine.

Now, I am looking for the right technique, or simply the most appropriate,
to list the directory content inside an RPG ILE program.

These are my unsuccessful tries, all executed under the owner control and
authorization:

1. RTVDIRINF DIR('/QNTC/FS1-21/myFolder') -> final files are empty
2. ftp '127.0.0.1' -> ls -l /QNTC/FS1-21/myFolder -> "Path does not
exist"
3. via SQL from TABLE(IFS_OBJECT_STATISTICS) -> explicitly won't work
and I couldn't find a better choice

The only successful try was:
DSPLNK OBJ('/QNTC/FS1-21/myFolder/*') OUTPUT(*PRINT)
which obliges me to read the spool file right after.

I unsuccessfully looked through midrange.com archives and neither was the
IBM official documentation of help.

Is coding using API the only alternative?

Thank you all and have a great day
Lucia


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:

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.