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 |
Can you tell recent requirement(s) you handled with your project? Requirements based on Banking Application.
how do you handle errors in cics programs?
Explain the logical message in cics?
how a data in physical and symbolic map gets treated? Since the physical map is much concerned about the screen alignment and the field positions, how the values entered in the field which has PICIN or PICOUT clause in Physical map gets treated? Does that mean datas recieved or sent to the physical map should be constant? How does the data in Symbolic map gets converted with 5suffix namely F,L,A,I and O. For example EMPNO is treated as EMPNOI, EMPNOO, EMPNOA, EMPNOL and EMPNOF. how does this happen in symbolic map. Please provide your inputs on the above and kindly correct me if I am wrong.
Explain ceci transaction commands?
What CICS command would you use to read a VSAM KSDS sequentially in ascending order?
What is EIB. How it can be used?
Explain how do you establish a starting position in a browse operation?
What are attribute bytes and how and why are they modified?
When an XCTL is done, does the tranid change ? Is a new task created ? Does it cause an implicit
Explain how many conditions can you include in a single handle condition command?
Explain cemt transaction commands?