Im creating map, when i press tab key cursor must skip
second position and it move to the third field directly.
how can i code plz send the answer.
Answers were Sorted based on User's Feedback
Answer / ankita
You need to code for a skipper field.
DFHMDF POS=(XX,XX), ATTRB = ASKIP,LENGTH =1
XX,XX = Second podition in your question.
| Is This Answer Correct ? | 5 Yes | 2 No |
Answer / raghuraman s
make required field attribute as (protected) and now if you press TAB KEY, what are all the fields you made protected cursor will not go there.
it is working fine for me.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the meaning of BMS length of field = 0?
Can you explain primary aspect of cics?
What are fset, frset?
With the use of an alternate index, how is a VSAM file accessed?
Define an asra?
which transient data queue support ati?
Explain the thress bms options?
Reading a record from a TSQ will logically delete the record from the Queue (True or False).
Sync points cannot be requested by the application programs? State true or false
What is quasi rentrancy concept in CICS?
Which is the control table where you specify all the transaction that are to be started by CICS after CICS
Explain the exact situation, when to use CALL, XCTL and LINK?