What are the three ways available for a program to position
the cursor on the screen?
Answers were Sorted based on User's Feedback
Answer / krishnakumar
IC while defining the map
move -1 to length field to dynamically positioning
give absolute screen position while issuing
SEND MAP command
cursor(abs.pos)
Is This Answer Correct ? | 5 Yes | 0 No |
1.static position
General decleration
ex: attrb=(num,ic,unprot)
2.Dynamic position
These are 2 types
1.symbolic position
By moving -1 to the required field then place cursor in
that field.
2.relative position
we can directly specify the required position.
i.e cursor(position value)
ex:cursor(245)
Is This Answer Correct ? | 1 Yes | 0 No |
What is the CICS command that is used to receive the un- formatted data from the terminal?
CICS and DB2 can exist in the same region under the Operating system (True or False)
Give the definition of COMMAREA ?
What is the difference between getting the system time with EIBTIME and ASKTIME command?
Explain difference between call and link?
Mention the option used in the CICS READ command to gain accessibility directly to the file I/O area.
What CICS facilities can you use to save data between the transactions?
The first step in the development of an application system is the Requirement Analysis(True or False).
What is Journal Recovery and Dynamic Transaction Backout?
How many conditions can you include in a single HANDLE CONDITION command?
what is the option to be coded on return to associate a transaction identifier with next terminal.
what is the difference between a return with transid and xctl? For example program. A is issuing return with transid to program b. Program a. Is isssuing xctl to program b?