z/OS Using REXX and z/OS UNIX System Services
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


extlink

z/OS Using REXX and z/OS UNIX System Services
SA23-2283-00

Read syntax diagramSkip visual syntax diagram
>>-extlink--extname--linkname----------------------------------><

Function

extlink invokes the extlink callable service to create a symbolic link to an external name. This creates a symbolic link file.

Parameters

extname
The external name of the file for which you are creating a symbolic link.
linkname
The pathname for the symbolic link.

Usage notes

  1. The object identified by extname need not exist when the symbolic link is created, and refers to an object outside a hierarchical file system.
  2. The external name contained in an external symbolic link is not resolved. The linkname cannot be used as a directory component of a pathname.

Example

To create a symbolic link named mydsn for the file WJS.MY.DSN:
"extlink WJS.MY.DSN /u/wjs/mydsn"

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014