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 the EIB parameter and the CICS command used to implement Pseudo-Conversational technique using single PCT ? Single PPT entry?
Explain how do you intitiate another transaction?
what are the two ways of breaking a cpu bound process to allow other task to gain access to cpu?
What information do you get when an EXEC CICS STARTCODE is issued?
What do you mean by the term fct?
Which transient data queue supports ATI?
Can you explain multitasking and multithreading?
what is the purpose of using link ?
Explain the difference between a symbolic map and physical map?
Can a CICS code be a part of a copybook? If so, then what are the outcomes after compilation?
What is interval control and what are some of the CICS commands associated with it?
What are the uses of ppt in cics?