FREE primary command

The FREE command removes any scrolling lock on one or more fields of a segment layout. You can issue the command on the IMS data panel when the display format is SNGL or TABL.

You can set scrolling locks with the HOLD editor primary command or by using the H prefix command in the template editor.

Syntax


1  FREE
2.1 fieldref
2.1 fieldname
2.1 ALL
2.1 RESET
fieldref

A single field reference (for example, #1), a range (for example, #2-#5), or a list of single field references and ranges separated by spaces (for example, #1 #4 #6-#7). A single field specification is #n; n is a positive integer and cannot exceed the number of fields in the template that is being processed.

fldname

The name of a field in the template, which is optionally preceded by the pound symbol (#). Use #ALL and #RESET to avoid any syntactical ambiguity with command keywords.

ALL
Removes all scrolling locks.
RESET
Removes all scrolling locks.

Availability

IMS data panel when the display format is SNGL or TABL.

Related tasks and examples