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 name of the mapset definition macro?
How do you access storage outside your CICS program?
Explain the difference between a symbolic map and physical map?
What is the difference between FSET and FRSET?
What is the meaning and use of the EIBAID field?
Whenever a cics program goes through a compilation process, there is always some extra code that is added to the program. Where exactly does this new piece of code go to and what is it termed as ?
Why is a TERM ID recommended in naming a TSQ?
Explain how do you access the records randomly in tsq?
What do you mean by CEMT?
which transient data queue support ati?
when will be use the tdq and tsq??
Mention the 5 fields available in the symbolic map for every ?NAMED? field in the DFHMDI macro? Give a brief description of these fields (Not exceeding a line).