You can remove the user parameter, add parameters for group and date
and time, and adjust the report output for group and date and time information.
Procedure
Change the interface specification of the report procedure to correspond
to required interface changes.
Change the logic in the report procedure to handle data requests
for group information; add a %Gu; to the -fmt parameter
in the cleartooldescribe call to get
group information from the DevOps Code ClearCase® configuration.
Properly extract the group information into a variable after the cleartooldescribe call
returns its output, so that it can be printed.
Determine whether the element group is the same group parameter
value entered by the user and print the result of this comparison as a column
heading.
Print the group variables in the order specified in the interface
specification so that they appear under the correct column heading.