To change reports for parameters
About this task
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 cleartool describe call to get group information from the DevOps Code ClearCase® configuration. - Properly extract the group information into a variable after the cleartool describe 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.