Subject: Examples of using all the SCCS keywords with CMVC This note contains a snapshot of a real file stored in CMVC that shows all the SCCS keywords handled by CMVC and which are documented in Chapter 9 of the CMVC User's Reference manual. Note: The first column introduces on purpose spaces between the letter and the percent signs in order to avoid their expansion! *** No keyword expansion *** Keyword Description Example of Expansion % W % path name, component, CMVC release: %W% % A % shorthand for what commands: %A% combination of Z,Y,M,I,Z below: % Z % The 4-character string @(#) for what: %Z% % Y % SCCS module type flag: %Y% % M % SCCS module name: %M% % I % Complete version number (SID): %I% % Z % The 4-character string @(#) for what: %Z% % I % Complete version number (SID): %I% combination of R,L,B,S below: % R % SCCS Release (not the CMVC one): %R% % L % SCCS Level (not the CMVC one): %L% % B % SCCS Branch: %B% % S % SCCS Sequence: %S% % D % date of the extraction (YY/MM/DD): %D% % H % date of the extraction (MM/DD/YY): %H% % T % time of the extraction (HH:MM:SS): %T% % E % date of the newest delta (YY/MM/DD): %E% % G % date of the newest delta (MM/DD/YY): %G% % U % time of the newest delta (HH:MM:SS): %U% % F % the SCCS file name: %F% % P % the full path name of SCCS file: %P% % C % the current line number: %C% end