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 |
What is task control and what are the CICS commands associated with it?
Name some of the common tables in CICS and their usage.
What is the meaning of the ENQ and DEQ commands?
What is a cics task?
Can you define cics task?
What is the difference between a PF key & a PA key ?
what is the most common way of building queue-id of a tsq?
What do you do if you do not want characters entered by the user to be folded to uppercase ?
how to code the following map using occours clause? all the three fields have different length. ename eno addr 1) _______ _________ __________ 2) _______ _________ __________ 3) _______ _________ __________ 4) _______ _________ __________ 5) _______ _________ __________ 6) _______ _________ __________
What is CECI?
Which CICS system program is responsible for handling automatic task initialization?
What is the option that is used to erase all unprotected fields during a SEND MAP operation?