RVDE7

VDE
VDE
Reference Manual



 q
Previous[ Contents] Index



FThis SHOW MODULE command displays the names and remark strings of all Bsource modules in the default facility. This is an example of the normal SHOW MODULE output.  6    
#2

 
VDE„ SHOW MODULE/BRIEF FOOModule [CODE]FOO.MARModule [CODE]FOO.EXEModule [CODE]FOO.LISModule [CODE]FOO.OBJVDE„      



FThis example illustrates the brief form of the SHOW MODULE output. It Edisplays the names of all modules named FOO in the default facility. 3Both source modules and derived modules are listed.

 6    
#3

 
$VDE„ SHOW MODULE [CODE]MOD1.FOR/FULLModule [CODE]MOD1.FOR6   Module added to database on  4-APR-1989 14:58:39.666   Module added to database by user SMITH (Jane Smith)   Module is a source module   Module cannot be deleted1   History information is not provided by default   History string: C  #B/   Notes information is not provided by default   Notes string: C  #G   Note position: 81   Remark: Test module VDE„      


GThis example illustrates the output of the /FULL qualifier to the SHOW EMODULE command. The module name is fully specified on the command in Fthis case, including the facility name, the module name, and the type name.

 6    
#4

 
$VDE„ SHOW MODULE/TOTAL/SOURCE [RMS]*+Number of modules matching name [RMS]*.*: 7VDE„      


GIn this example, the /TOTAL qualifier shows the total number of source modules in facility RMS.


R

SHOW PRIVILEGES



Displays your VDE privileges.



Format



SHOW PRIVILEGES




Parameters

None.



Description

0The VDE privileges you have in your current VDE :session determine the VDE commands (and in some cases the Hcommand qualifiers) you are allowed to use. The SHOW PRIVILEGES command Edisplays the privileges you have in the current session. Optionally, Cthe command also shows your default privileges and your authorized privileges.

BFor a list of all privilege names and their meanings, see the SET PRIVILEGES command.




Qualifiers



/BRIEF (default)



/FULL

CSpecifies whether to show all privileges or only those set for the Hcurrent session. The /BRIEF qualifier shows the privileges set for your Gcurrent session. The /FULL qualifier shows the privileges set for your Gcurrent session as well as your default privileges (the privileges you =get automatically at the start of each VDE session) and your Gauthorized privileges (the privileges you are allowed to set using the DSET PRIVILEGES command). If you do not specify a qualifier with the FSHOW PRIVILEGES command, you receive the information displayed by the /BRIEF qualifier.

+Of /BRIEF and /FULL, /BRIEF is the default.




Examples

 6    
#1

 
VDE„ SHOW PRIVILEGESCurrently set privileges:/      BUILD CREFAC CREGRP CREMOD CRESTEP RESREPVDE„      


@This example shows the brief form of the SHOW PRIVILEGES output.

 6    
#2

 
VDE„ SHOW PRIVILEGES/FULLCurrently set privileges:/      BUILD CREFAC CREGRP CREMOD CRESTEP RESREPDefault privileges:E      BUILD CRECTX CREFAC CREGRP CREMOD CRESTEP CREUSR CRESTRM RESREPAuthorized privileges:E      BUILD CRECTX CREFAC CREGRP CREMOD CRESTEP CREUSR CRESTRM FROZEN      RESREP USERNAMEVDE„      


@This example shows the use of the /FULL qualifier with the SHOW PRIVILEGES command.


S

SHOW REPLACEMENT



BDisplays the names and attributes of one or more specified queued replacements.



Format

5

SHOW REPLACEMENT [rep-name [, rep-name...]]




Parameter



rep-name

GThe name of a queued replacement whose attributes are to be displayed. GYou can display more than one replacement using wildcard characters in Athe replacement name. The percent sign (%) in a replacement name Amatches any single character in the position it occupies and the @asterisk (*) matches zero or more characters in the position it Hoccupies. Those replacements whose names match the wildcard pattern are displayed.

FDo not specify the rep-name parameter if you use the /IDENTIFICATION qualifier.

BIf you specify neither a replacement name nor the /IDENTIFICATION 0qualifier, VDE displays all replacements in the VDE database.




Description

EDepending on the qualifiers you select, the SHOW REPLACEMENT command Hdisplays either a one-line summary for each specified queued replacementGor all database information for each replacement. The command can also =show the total number of replacements that match a specified replacement name.



Qualifiers



/ACCEPTED



/REJECTED



/IN_REVIEW



/NOT_REVIEWED

@Specify that only those queued replacements with certain review >statuses be displayed. The /ACCEPTED qualifier displays those @replacements accepted by all reviewers. The /REJECTED qualifier Cdisplays those replacements rejected by at least one reviewer. The F/IN_REVIEW qualifier displays those replacements that are accepted by Bat least one reviewer but are not yet accepted or rejected by all Greviewers. The /NOT_REVIEWED qualifier displays those replacements not &accepted or rejected by any reviewers.

EIf one or more of these qualifiers are specified, those replacements Bthat have one of the specified status values are displayed. These Cqualifiers can thus be used in combination to show replacements of @several different status values. If all of these qualifiers are <omitted, VDE displays all replacements regardless of status.

/BEFORE=date-time

FDisplays only those replacements queued before the specified date and >time. The date and time can be stated in the standard OpenVMS Edate-time format or can be one of the following keywords: YESTERDAY, ETODAY, or TOMORROW. If you use a space to separate the date from the Htime, remember to enclose the entire date-time string in double quotes. ;For further information about specifying OpenVMS date-time %format, see the OpenVMS DCL Concepts.

/BRIEF (default)



/FULL



/MODULE

EDetermines the information that is displayed about each replacement. GThe /BRIEF qualifier displays a one-line summary for each replacement. DThe /FULL qualifier displays all available database information for Geach replacement. The /MODULE qualifier displays the replacement name, Gthe staging directory, the module list, and the remark string for each replacement.

4Of /BRIEF, /FULL and /MODULE, /BRIEF is the default.

/HISTORY

ESpecifies that replacement history be displayed. Replacement history Hconsists of all past replacements, both immediate and queued, that have =already been performed; it does not include currently queued Hreplacements. Replacement history allows you to see a historical record Dof all past modifications to your software system. This information ?complements the historical information available from the SHOW FGENERATION command. When used with the /IDENTIFICATION qualifier, the ?/HISTORY qualifier displays a list of all past replacements in chronological order.

;If you omit the /HISTORY qualifier, VDE displays currently queued replacements only.

/MODULE

0Displays all modules comprising the replacement.!

/IDENTIFICATION=id-range

FSpecifies that the replacements with the unique Replacement Ids given Hby the id-range parameter be displayed. Do not specify Dthe rep-name parameter when you use this qualifier.

9VDE assigns a unique Replacement Id to each immediate or -queued replacement into the VDE library. VDE Aassigns Replacement Ids in chronological order so that the first Freplacement into the library has Id value 1, the next has Id value 2, Gand so on. When you use this qualifier, all replacements that fit your Gother selection criteria and that have Id values in the range given by Cthe id-range parameter are displayed in ascending Aorder by Replacement Id. This is the same as chronological order.

GThe id-range parameter can be a single integer value, Da range of integers, or a wildcard character. If the parameter is a 9single integer (for example, /IDENT=5), VDE displays the Ereplacement with that Replacement Id. If the parameter is a range of ?integers (specified as two integers separated by a colon as in </IDENT=3:5), VDE displays the replacements with Ids in that Brange. Finally, if the id-range parameter is the ;asterisk wildcard character (as in /IDENT=*), VDE displays Fall replacements. To be displayed, each replacement must also fit all :selection criteria that you specify with other qualifiers.

0If you specify a zero or negative number in the Did-range parameter, that number is relative to the =largest Replacement Id value for the VDE library (the latest Hreplacement). For example, if the latest replacement has Replacement Id A250, then /IDENT=0 is equivalent to /IDENT=250 and /IDENT=--1 is equivalent to /IDENT=249.

FThe /IDENTIFICATION qualifier is especially useful when used with the E/HISTORY qualifier because then it displays all past replacements in chronological order.

/IN_REVIEW

GDisplays all replacement component modules presently undergoing review.

/NOT_REVIEWED

@Displays all replacement component modules presently unreviewed.

/OUTPUT=file-spec

DDirects the printed output of this command to a specified file. The Efile-spec parameter specifies the name of the file. =VDE creates a new file with that name, directs the command's Hprint output to that file, and prints nothing on your terminal. If this 9qualifier is omitted, all output appears on the terminal.

/REJECTED

HDisplays all modules comprising the replacement that have been rejected.

/REVIEWER[=username]

CSpecifies that only those replacements for which a given user is a Ereviewer be displayed. The username parameter gives 7the OpenVMS username of that reviewer. If you omit the Gusername parameter, only those replacements for which Cyou are a reviewer are displayed. If you omit the whole qualifier, -replacements for all reviewers are displayed.

/SINCE=date-time

GDisplays only those replacements queued at or after the specified date :and time. The date and time can be stated in the standard 8OpenVMS date-time format or can be one of the following Hkeywords: YESTERDAY, TODAY, or TOMORROW. If you use a space to separate Hthe date from the time, remember to enclose the entire date-time string ;in double quotes. For further information about specifying 7OpenVMS date-time format, see the OpenVMS DCL Concepts.

/STREAM[=stream-name]

?Specifies that only those queued replacements that are for the Gdevelopment stream given by the stream-name parameter Hbe displayed. If the stream-name parameter is omitted, Freplacements for the default development stream are displayed. If the Gwhole qualifier is omitted, replacements for all streams are displayed.

/TOTAL

HShows the total number of replacements that match each parameter. Other Ginformation about the individual replacements is not shown. A separate @count is provided for each rep-name parameter. FWildcard characters are usually used in the parameter when using this qualifier.

/USERNAME[=username]

ASpecifies that only those replacements queued by a given user be =displayed. The username parameter gives the /OpenVMS username of that user. If you omit the Dusername parameter, only your own replacements are Gdisplayed. If you omit the whole qualifier, replacements queued by all users are displayed.



Examples

 6    
#1

 
VDE„ SHOW REPLACEMENTIReplacement ANDERSON-1      BIRCH       26-JUN-1990 ANDERSON     AcceptedMReplacement ANDERSON-2      BIRCH       27-JUN-1990 ANDERSON     Not reviewedIReplacement SORT_BUG        V2.0-UPD    27-JUN-1990 CHURCHILL    AcceptedIReplacement SMITH-1         V2.0        27-JUN-1990 SMITH        RejectedVDE„      


EThis example shows the brief output of the SHOW REPLACEMENT command. FThis output shows the replacement name, the stream name, the date the Hreplacement was queued, the username of the user who queued it, and its status.

 6    
#2

 
"VDE„ SHOW REPLACEMENT/FULL SMITH-1Queued replacement SMITH-10   Replacement queued by user SMITH (Jane Smith)0   Replacement queued on 27-JUN-1990 15:10:27.20!   Replacement is for stream V2.0"   Unique replacement number is 16Q   Replacement staging directory is DEV$:[LIBROOT.VDE$STAGE.VDE$STG_0.VDE$REP_16]   Reservations in replacement:(      Reservation 1 of [BUILD_TEST]C.B32(      Reservation 1 of [BUILD_TEST]D.B32&   Replacement contains 2 reservations&   Replacement review status: Rejected#   Remark: Add mumble-fratz feature VDE„      


DThis example shows the full output of the SHOW REPLACEMENT command, ?which includes all available information about the replacement.

 6    
#3

 
$VDE„ SHOW REPLACEMENT SMITH-1/MODULEQueued replacement SMITH-1Q   Replacement staging directory is DEV$:[LIBROOT.VDE$STAGE.VDE$STG_0.VDE$REP_16]   Reservations in replacement:(      Reservation 1 of [BUILD_TEST]C.B32(      Reservation 1 of [BUILD_TEST]D.B32&   Replacement contains 2 reservations#   Remark: Add mumble-fratz feature VDE„      


=This example illustrates the output of the /MODULE qualifier.

 6    
#4

 
VDE„ SHOW REPLACEMENT/TOTAL)Number of replacements matching name *: 4VDE„      


CThis example shows that the /TOTAL qualifier can display the total .number of queued replacements in the database.


R

SHOW RESERVATION



Displays module reservations.



Format

5

SHOW RESERVATION [mod-name [, mod-name...]]




Parameter



mod-name

DThe name of a source module whose reservation is to be displayed. A Emodule name consists of an optional facility name enclosed in square Hbrackets, a module name, and an optional type name preceded by a period E(for example, [FACIL]MOD1.MAR). If the facility name is omitted, the Gdefault facility is assumed. If the type name is omitted, reservations Bfor all modules with the specified name in the given facility are displayed.

EYou can display reservations for more than one module using wildcard Bcharacters in any of the three components of the module name. The Hpercent sign (%) in a name matches any single character in the position Hit occupies and the asterisk (*) matches zero or more characters in the Fposition it occupies. Reservations for the source modules whose names )match the wildcard pattern are displayed.

EYou can also display reservations for multiple modules by specifying Gthe name of a source group instead of a module name. Source groups are Dcreated with the CREATE GROUP command. If you specify a group name, ?each reservation for a module that is a member of the group is displayed.

9If you omit the mod-name parameter, VDE :displays all module reservations for the default facility.




Description

DThe SHOW RESERVATION command displays all existing reservations and Fqueued reservation requests for a specified set of modules or for all Fmodules in the default facility. A module reservation is created with Ethe RESERVE command and gives you the exclusive right to modify that Bmodule. A reservation is terminated with the REPLACE or UNRESERVE command.

DBy default, the SHOW RESERVATION command shows reservations for all Gdevelopment streams, but the /STREAM qualifier lets you see only those Ereservations for a certain stream. Likewise, by default, the command Gshows reservations for all users, but the /USERNAME qualifier lets you Dsee only those reservations that belong to a specific user, such as Ayourself. Other qualifiers, such as /BEFORE and /SINCE, lets you 8additionally restrict the set of reservations displayed.




Qualifiers



/BEFORE=date-time

GDisplays only those reservations created before the specified date and >time. The date and time can be stated in the standard OpenVMS Edate-time format or can be one of the following keywords: YESTERDAY, ETODAY, or TOMORROW. If you use a space to separate the date from the Htime, remember to enclose the entire date-time string in double quotes. ;For further information about specifying OpenVMS date-time %format, see the OpenVMS DCL Concepts.

/BRIEF (default)



/FULL

EDetermines the type of information displayed about each reservation. FThe /BRIEF qualifier displays the reservation identifier, the name of Fthe reserved module, the reserving user, the date of the reservation, Fand the stream in which the module is reserved. This display normally Hfits on one line. The /FULL qualifier displays all database information ?about the reservation; this display requires several lines per reservation.

/OUTPUT=file-spec

DDirects the printed output of this command to a specified file. The Efile-spec parameter specifies the name of the file. =VDE creates a new file with that name, directs the command's Hprint output to that file, and prints nothing on your terminal. If this 9qualifier is omitted, all output appears on the terminal.

/SESSION=session-name

BSessions are used to logically group a set of module reservations Htogether, typically to group all modules related to a particular source Acode alteration or enhancement together. It allows all component Amodules reserved to be treated as a single entity for subsequent Greplacement operations. A session also allows additional modules to be Creserved and incorporated into an existing session at a later time.

EDisplays only those reservations that are members of the reservation Esession given by the session-name parameter. If you Aspecify this qualifier, do not specify mod-name +parameters on the SHOW RESERVATION command.

HSessions can be manipulated via the REPLACE, RESERVE, UNRESERVE, MODIFY ?SESSION, MODIFY RESERVATION, CREATE MODULE, and CANCEL SESSION Hcommands. And modules created by CREATE MODULE (on a queued-replacement Gstream) and reserved via RESERVE can be combined into the same session.

/SINCE=date-time

FDisplays only those reservations created after the specified date and >time. The date and time can be stated in the standard OpenVMS Edate-time format or can be one of the following keywords: YESTERDAY, ETODAY, or TOMORROW. If you use a space to separate the date from the Htime, remember to enclose the entire date-time string in double quotes. ;For further information about specifying OpenVMS date-time %format, see the OpenVMS DCL Concepts.

/STREAM[=stream-name]

GDisplays only those reservations that were created for the development Hstream given by the stream-name parameter. If you omit 5the stream-name parameter, VDE only Fdisplays reservations created for your current default stream. If you <omit the whole qualifier, VDE displays reservations for all streams.

/TOTAL

GShows the total number of reservations that match the specified module <names and usernames. Other information about the individual Areservations is not shown. A separate count is provided for each $mod-name parameter.

/USERNAME[=username]

@Specifies the OpenVMS username of a user whose reservations are >to be shown. If this qualifier is specified, only that user's Freservations are shown. If the username parameter is Fomitted, only your own reservations are shown. If the whole qualifier 1is omitted, reservations for all users are shown.



Examples

 6    
#1

 
VDE„ SHOW RESERVATION FOO.MARIReservation 1 of [FACIL]FOO.MAR             SMITH        23-MAR-1989 V5.4IReservation 1 of [FACIL]FOO.MAR             JONES        24-MAR-1989 V5.5VDE„      


HThis command diplays the reservations for module FOO.MAR in the current Edefault facility, FACIL. The output shows that users SMITH and JONES Dhave reserved module FOO.MAR in streams V5.4 and V5.5, respectively.

 6    
#2

 
VDE„ SHOW RESERVATION/FULLReservation 1 of [FACIL]FOO.MAR1   Reservation created on 23-MAR-1989 18:09:51.801   Reservation created by user SMITH (Jane Smith)1   Generation 29 (27B2) reserved from stream V5.48   Expected generation expression at replacement is 27B3&   Concurrent reservations are allowed   Remark: Fix QAR 23 again  Reservation 1 of [FACIL]MOD1.PAS1   Reservation created on 24-MAR-1989 18:50:33.181   Reservation created by user JONES (John Jones)/   Generation 15 (15) reserved from stream V5.56   Expected generation expression at replacement is 16&   Concurrent reservations are allowed$   Remark: Implement whistle feature VDE„      


AThis example shows the output of the /FULL qualifier. Because no Fmodule-name parameter is specified, the command displays reservations 0for all modules in the current default facility.

 6    
#3

 
(VDE„ SHOW RESERVATION/USERNAME=SMITH FOOIReservation 1 of [FACIL]FOO.MAR             SMITH        23-MAR-1989 V5.4VDE„      


HIn this example, only reservations of module FOO.MAR for user SMITH are Fdisplayed. User SMITH has one outstanding reservation (reservation 1) of this module.






 q
PreviousX Next[ Contents] Index