I was trying to execute the following command to write to a file from CL...
QSH CMD('echo "Testdta" >> /qsys.lib/mylib.lib/filftp.file/filftp.mbr')
and i get the following error
qsh: 001-0055 Error found creating file /qsys.lib/mylib.lib/filftp.file/filft
p.mbr. Operation not supported.
Press ENTER to end terminal session.
what does this error mean..does 'operation not supported' mean i do not have a certain authority or something else...?
thanks for any help
QSH CMD('echo "Testdta" >> /qsys.lib/mylib.lib/filftp.file/filftp.mbr')
and i get the following error

qsh: 001-0055 Error found creating file /qsys.lib/mylib.lib/filftp.file/filft
p.mbr. Operation not supported.
Press ENTER to end terminal session.
what does this error mean..does 'operation not supported' mean i do not have a certain authority or something else...?
thanks for any help
Comment