Cursor Positioning in CICS

Static Cursor Positioning : When defining the map field DFHMDF macro in the attribute parameter IC is coded, the cursor will be positioned in that field. This method of cursor positioning is called static cursor positioning.

Relative Positioning : Code the CURSOR option with a value relative to zero.

Symbolic Positioning : Move high values or 1 to the field length in the symbolic map and code CURSOR on the SEND command.