|
VMS Help LICENSE, MODIFY, Examples *Conan The Librarian |
1.$ LICENSE MODIFY /EXCLUDE=(DANCE,THEATR) -
_$ /COMMENT="Modified to exclude nodes DANCE & THEATR 10/23/04" -
_$ FORTRAN
This command modifies the Fortran license in the License
Database so that users cannot access Fortran from the nodes
named DANCE and THEATR. A comment is added to the database
record for future reference.
2.$ LICENSE MODIFY /ADD /INCLUDE=(DRAMA) -
_$ /COMMENT="Modified to add node named DRAMA 10/23/04" -
_$ FORTRAN
This command modifies the Fortran license in the License
Database so that users can access Fortran from the node DRAMA
in addition to any nodes previously named in the license
include list.
3.$ LICENSE MODIFY /UNITS=1200 FORTRAN
$ LICENSE LOAD FORTRAN
This command changes the license units on a license with the
MOD_UNITS option.
4.$ LICENSE MODIFY /TERMINATION_DATE=1-JAN-2005 FORTRAN
Unless an earlier termination date exists, this command sets a
new termination date of 1-JAN-2005 for the Fortran license.
5.$ LICENSE MODIFY /EXCLUDE="" FORTRAN
This command removes all nodes from the previously established
exclude list. All nodes now have access to the Fortran license.
|
|