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 function of the EXEC CICS HANDLE CONDITION command?
Name some common CICS service programs and explain their usage?
Name the cics command that gives the length of twa area?
how do you execute a background cics txn ?
What CICS command would you use to read a VSAM KSDS sequentially in ascending order?
What is the difference between a PF key & a PA key ?
what is the purpose of using link ?
What is a mapset?
I have a Field which is of size 9(4). In the Screen if I enter the value for this field as 1234, it showing it as Valid. But if I enter only one or two digits, zeros should be appended in the remaining places. For example: When u enter 1 in the screen the output should be 0001. When you enter 12, output should be 0012. How to achieve this in the program?
What is commarea (communications area)?
In SYMBOLIC Cursor Positioning after moving -1 to the length field also the cursor is not positioned in that particular field. Give reasons?
What is the CICS command that gives the length of TWA area?