Answers

Question and Answer:

  Home  CICS

⟩ 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 ).

 188 views

More Questions for you: