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



Also forgot to mention.

Use my QSHEXEC CL command to run ls, smbclient, python app, etc and automatically redirect results to an outfile.

https://www.github.com/richardschoen/qshoni

Regards,
Richard Schoen
Web: http://www.richardschoen.net
Email: richard@xxxxxxxxxxxxxxxxx

-----Original Message-----
From: Richard Schoen
Sent: Thursday, September 02, 2021 9:57 AM
To: midrange-l@xxxxxxxxxxxxxxxxxx
Subject: RE: How to provide an RPG ILE program with a list of files in a QNTC directory

ls command in QSH/PASE perhaps.

Samba smbclient app in QSH/PASE perhaps (QNTC not needed)

Regards,
Richard Schoen
Web: http://www.richardschoen.net
Email: richard@xxxxxxxxxxxxxxxxx
------------------------------

message: 3
date: Thu, 2 Sep 2021 14:34:00 +0200
from: Maria Lucia Stoppa <mlstoppa@xxxxxxxxx>
subject: How to provide an RPG ILE program with a list of files in a
QNTC directory

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