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 |
For protecting a transaction using the transaction security function, the two things that must be done are?
What is the term conversational programs means?
What is an ASRA?
How would you release control of the record in a READ for UPDATE?
Can anyone say full transaction process? i mean when user press enter key after that what happens from there to till end of transaction
Define cics interface block?
How do you dynamically set the CURSOR position to a specific field?
How do you get data from a task that began with a START command?
I have done a start browse on a vsam dataset. Can I do another start browse without doing an end browse?
how we change the vsam file name in cics rigion? anybody elobrate this?
interview type questions like basics&deep
Explain the difference between and exec cics xctl and an exec cics link command?