If -1 is moved to length for more than one field on a map,
where will the cursor be positioned?
Answers were Sorted based on User's Feedback
Answer / aeon533
It will position your cursor at the first error. This will
override any IC condition. The technique is
called "Symbolic cursor positioning". For this you need to
define your mapset as MODE=INOUT otheriwse the L attribute
will not be generated.
| Is This Answer Correct ? | 12 Yes | 1 No |
Answer / pkb
If you move -1 to more than one length field,CICS positions the cursor in the first one of screen
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / hkhatri27
If several fields are flagged by this special length field
value, the cursor is placed under the first one.
If we specify IC for more than one field, the last one
spcified will be in effect.
| Is This Answer Correct ? | 4 Yes | 2 No |
Answer / raghu
it will be placed in the left corner of the screen on the top
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / ajay ahuja
The Cursor will be positioned at last unprotected field of
Map.
| Is This Answer Correct ? | 3 Yes | 7 No |
Which option of the PCT entry is used to specify the PF key to be pressed for initiating a transaction?
Explain the different system tables used in cics?
I have the transaction name for cics screen.. With the transaction name, how will I find the cics program written for the transaction and BMS map program also...
How is the storage determined in the symbolic map, if you have multiple maps?
What is data only and map only in cics
What is the use of a TDQ, TSQ?
In SYMBOLIC Cursor Positioning after moving -1 to the length field also the cursor is not positioned in that particular field. Give reasons?
NMDS is both device dependent and format dependent (True or False)
what is difference between call and link ?
How do you invoke other programs? What are the pros and cons of each method?
Sync points cannot be requested by the application programs (True or False).
Explain the difference between a package and a plan. How does one bind 2 versions of a cics transaction with the same module name in two different cics regions that share the same db2 subsystem?