Interview Questions

What are the three ways available for a program to position the cursor on the screen?

CICS Interview Questions


(Continued from previous question...)

What are the three ways available for a program to position the cursor on the screen?

I. Static positioning. Code the insert cursor (IC) in the DFHMDF BMS macro.
II. Relative positioning. Code the CURSOR option with a value relative to zero (position 1.1 is zero)
III. Symbolic positioning. Move high values or -1 the field length in the symbolic map (and code CURSOR on SEND command ).

(Continued on next question...)

Other Interview Questions