LINK

PURPOSE:
To create a LINK file. A LINK file contains the pathname of the target file.
STATEMENT SYNTAX:
{stno} LINK fname,pname,disk#
where:
fname is the name of the LINK file
pname is the pathname of the target file
disk# is the SETDISK # of where the LINK file is created.
EXAMPLE:
0100 LINK "$$FMAST","C:\SM32\PGMZFIZ\$$FMAST",-1
NOTES:
2 Commands use the target pathname contained in a LINK file. OPEN will try to OPEN the target file and RENAME will try to RENAME the target FILE.