×
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.
If I am understanding you correctly you are saying the IFS in directory /tmp
contains a file called IFSFile.txt. So the absolute path would be
/tmp/IFSFile.txt. You're saying you do not know the name is "IFSFile.txt"?
If so, that's okay. You don't need to.
Give it a try, I woun't use /tmp though.
CRTPF FILE(YOURLIB/THEFILE) RCDLEN(512)
qsh
Once in QShell...
ls /somedir/* > /qsys.lib/yourlib.lib/thefile.file/thefile.mbr
Exit QShell and look at THEFILE. You should see the files that are in
somedir.
--
James R. Perkins
On Mon, Mar 9, 2009 at 10:13, Dan Rasch <drasch27@xxxxxxxxxxx> wrote:
Thanks for the idea, but I still have an issue, I think.
using 'ls some-directory > /qsys.lib/yourlib.lib/thefile.file/thefile.mbr'
I do not know thename of the objext links in "some directory" and therefore
do not have the values for thefile.mbr.
Or am I missing something?
Thanks,
- Dan
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2025 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.