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 |
In case if the user inputs the characters which turn out to be uppercase, then what is the procedure to close that condition?
Explain the system transid cemt?
How do we pass parameters into a CICS –DB2 program
0 Answers Accenture, JPMorgan Chase,
What CICS command would you use to read a VSAM KSDS sequentially in ascending order?
Highlight the points of differences between XCTL and START?
What do the keywords MAPONLY and DATAONLY mean?
Can you simply check if length = 0 for checking if a field was modified?
What is eib?
What is the CICS supplied transaction which performs syntax checking of a CICS command?
What is CICS ?
What is the procedure to read a statement from tsq?
Explain how do you access the records randomly in tsq?