Hello,
I am fairly new to the AS400 OS I have been trying to copy a file for a couple of days and I am a bit stumped. When I look at the path in the iSeries Navigator it shows '/QSYS.LIB/EV.LIB/BMC.FILE/BMC.MBR'
and I would like to copy to a folder called "mybat" when I look at the path for the "mybat" folder this is what I see '/ROOT/HOME/mybat'
so I thought I could do
but get the following message
not sure exactly how to do this. Ay help is much appreciated
I am fairly new to the AS400 OS I have been trying to copy a file for a couple of days and I am a bit stumped. When I look at the path in the iSeries Navigator it shows '/QSYS.LIB/EV.LIB/BMC.FILE/BMC.MBR'
and I would like to copy to a folder called "mybat" when I look at the path for the "mybat" folder this is what I see '/ROOT/HOME/mybat'
so I thought I could do
Code:
COPY OBJ('/QSYS.LIB/EV.LIB/BMC.FILE/BMC.MBR') TODIR('/ROOT/HOME/mybat')
but get the following message
Code:
Object not found. Object is /root/home/mybat/BMC.MBR.
not sure exactly how to do this. Ay help is much appreciated