Displaying HOLD Fields

How to:

The ? HOLD command lists fields described in a Master File created by the ON TABLE HOLD command. The list displays the field names, the aliases, and the formats as defined by the FORMAT (USAGE) attribute. The ? HOLD command displays field names up to 32 characters. If a field name exceeds 32 characters, a symbol in the 32nd position indicates a longer field name. In WebFOCUS, this symbol is an ampersand (&), and in Developer Studio, the symbol is a caret (>).

The ? HOLD command displays fields of a HOLD Master File created by the current request.

Syntax: How to Display HOLD Fields

? HOLD [filename]

where:

filename

Is the name assigned in the AS phrase in the ON TABLE HOLD command. If you omit the file name, it defaults to HOLD.

Example: Displaying HOLD Fields

Issuing the command

? HOLD

produces information similar to the following:

DEFINITION OF HOLD FILE FIELDNAME ALIAS FORMAT LAST_NAME E01 A15 FIRST_NAME E02 A10

WebFOCUS