GThe Facility Rename utility (FACSERIAL) is used to change a class name contained within a CMS library.
(Software Version: FACSERIAL Version X0.1
J Activates the FACSERIAL utility. The FACSERIAL utility is run from DCL. D Invokes a single specified CMS command against many CMS libraries.
,FACSERIAL library-spec cms-command
Command Qualifiers Defaults /[NO]LOG /LOG=library /PROCESS /PROCESS=flagfree
LIB_SPEC: | library-spec |
CMS_COMMAND: | cms-command |
HThe FACSERIAL command is used to execute a single CMS command over many 9libraries. The command used can be any valid CMS command.
library-spec
G Specifies the CMS library that is to be acted on. This specification F can contain wildcards, but it must be a valid CMS library directory J specification (i.e. VMS$:[YELLOW_TEST.CMS]). An example of a wildcarded J specification would be: VMS$:[Y*.CMS]. This specification would process / all libraries that start with the letter "Y".cms-command
C Specifies specifies any valid CMS command. The command should be J enclosed in quotation marks to insure that the entire command is passed E to CMS. An example using the CMS SHOW RESERVATION command would be:4FACSERIAL VMS$:[YELLOW_TEST.CMS] "SHOW RESERVATIONS"
'/LOG=(log-type[,log-type,...])
I Specifies what type of logging the user wants. The default is that the A user will only see messages from the utility pertaining to the I libraries being processed or skipped. The list of acceptable log types is:-
- [NO]ALL - Log all messages<
- [NO]LIBRARY - Log only message pertaining to libraries4
- [NO]CMS - Log error messages recieved from CMS
/PROCESS=(attribute[,attribute,...])
E The PROCESS qualifier is used to identify what libraries are to be J processed. Some libraries have special attributes associated with them, I VMSCMS$NO_PROPAGATE.FLAG is an example of an attribute. This attribute B indicates that this library is not to have any code propagation D performed within it. The process qualifier is used to selectively H process or skip libraries marked with certain attributes. The list of acceptable attributes is:J
- [NO]ALL - process all libraries no matter what attribute it may have;
- [NO]ARCHIVEDFACILITY - process all archived libraries:
- [NO]FLAGFREE - process libraries with not attributes=
- [NO]NOPROPAGATE - process libraries marked no propagate
.
a | Contents |