×
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.
Oliver
Is your unix server an ftp server? Then it may be possible to send a
physical file directly with FTP, if there are no packed fields in the
physical file. And no binary fields, probably. You could also create a
logicl file over the physical, with all the numerics redefined as zoned.
Then FTP that logical file directly.
If you still do the CPYTOIMPF, I suggest not using /qdls - it is the old
DLO (OfficeVision) file system that is restricted to DOS 8.3 naming.
Besides, it's deadly slow.
/home is analogous to the same concept on unix boxes - home directories for
users. You could make a folder there, or just make your destination a
folder called /xfer, off the root (another unix concept).
The root file system is case-insensitive, like Windows. There is a
case-sensitive file system, /QOpenSys, which is like unix. Then there is
the traditional library/object file system, /QSYS.LIB.
You can see any of this from Windows by turning on NetServer and setting up
file shares (just like NT, etc.). And you could even see them from a unix
box if it has samba (or other Windows networking capability) on it. Linux
certainly can do it. You turn on NetServer a couple ways, STRTCPSVR (NETSVR
on the green screen, or in OpsNav, where you configure it, in
Network->Servers->TCP/IP->NetServer, I think.
A V5R2 link that explains the file systems is
<
http://publib.boulder.ibm.com/iseries/v5r2/ic2924/index.htm?info/ifs/rzaaxmst02.htm>
HTH
Vern
At 01:21 PM 1/9/2003 +0100, you wrote:
Hello,
I'm currently looking at the OS/400 file systems and where and when to use
them?
Basically, I need to FTP a physical file to an Unix system. So I do an
CPYTOIMPF to get a plain text file
and that seems to work.
But where should I create this text file: in /home/userx or in /qdls/userx
or somewhere else? My stupid question
is , what is the difference?
Can I access /home/userx somehow from a windows pc?
Thanks,
Oliver
As an Amazon Associate we earn from qualifying purchases.