Previous Topic: @GROUP-Group Names for Logonid DisplayNext Topic: @MLID-Logonid Compression Macro


@HEADER-Heading Formatting for Logonid Display

The @HEADER macro specifies the content and formatting of the IDENTIFICATION section of a logonid record display. When SET TERSE is in effect, only those fields this macro defines are displayed. SET TERSE is in effect. The syntax of the @HEADER macro is:

@HEADER field,...,field
field

The names of the logonid fields that are to become the first lines of a logonid record display. You can only specify character fields.

The contents of the first specified logonid field become the identification section's group name. The contents of the other specified fields are listed in the order specified and without their identifying field names in the identification section of the display. The Identification section can also contain fields with GROUP=0 in their defining @CFDE macro that are not also specified in the @HEADER macro. These additional fields follow those in the @HEADER macro, but are not displayed when SET TERSE is in effect. The default ACFFDR does not have any displayable fields in Group 0 that are not also specified in the @HEADER macro. All fields specified in the @HEADER macro are only listed in the Identification section. They are not displayed in the section corresponding to the group specified in the @CFDE macro, even if the specified group is other than Group 0. The default ACFFDR only specifies Group 0 fields in the @HEADER macro. You can only use one @HEADER macro. The default ACFFDR specifies LID, UID, NAME, and PHONE.