place the cursor on a particular position on CICS map

cics inteview questions

Moderator: Moderator Group

Post Reply
User avatar
Krishna
Site Admin
Posts: 1052
Joined: Fri Jan 27, 2006 7:50 am

place the cursor on a particular position on CICS map

Post by Krishna » Sun Jul 19, 2009 9:46 pm

How do you place the cursor on a particular position on the screen?

User avatar
Krishna
Site Admin
Posts: 1052
Joined: Fri Jan 27, 2006 7:50 am

Post by Krishna » Sun Jul 19, 2009 9:47 pm

Move -1 to the length attribute of the field aand use the CURSOR option.

tony_prabu
Member
Posts: 4
Joined: Tue Jun 08, 2010 12:08 pm
Location: Chennai

Post by tony_prabu » Tue Jun 08, 2010 12:26 pm

There is one more option in cics that will allow you to place your cursor at any dynamic position in map...

While send map use the following option
CURSOR (N)

Here n=row-1*80+col :roll:
Regards ,
Tony Prabu
9930005044

sireesha
Member
Posts: 1
Joined: Thu Dec 20, 2012 4:13 pm
Location: pune

(row-1)80+(col-1)

Post by sireesha » Thu Dec 20, 2012 4:22 pm

by using this formula you can easily place the cursor on a particular position
i.e,(row-1)80+(col-1)
sireesha

academyindia4

Topic deleted by Admin

Post by academyindia4 » Wed Feb 03, 2016 11:01 pm

<< Content deleted By Admin >>

Post Reply

FREE TUTORIALS

Tutorials
Free tutorials from mainframegurukul
  • JCL Tutorial
    Covers all important JCL concepts.
  • Cobol Tutorial
    This tutorials covers all Cobol Topics from STRING to COMP-3.
  • DB2 Tutorial
    DB2 Tutorial focuses on DB2 COBOL Programming.
  • SORT Tutorial
    This Tutorial covers all important aspects of DFSORT with examples
  • CICS Tutorial
    This CICS tutorial covers CICS concepts and CICS Basics, CICS COBOL Programming.
Interview
Mainframe Interview questions



Other References
Mainframe Tools and others