z/OS UNIX System Services User's Guide
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Using cp to copy executables between MVS and z/OS UNIX

z/OS UNIX System Services User's Guide
SA23-2279-00

The following example uses the cp command to copy an MVS™ executable module to a z/OS UNIX executable file in the current working directory. You use the same syntax for the mv command.
cp  -X "//'posix.my.loadlib(myexec)'" myexec
The following example uses the cp command to copy a z/OS UNIX executable file in the current working directory to an MVS executable module. You use the same syntax for the mv command.
cp  -X  myexec "//'posix.my.loadlib(myexec)'"

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014