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



Im creating map, when i press tab key cursor must skip second position and it move to the third fi..

Answer / tej

Code the attribute for that field as ASKIP.

Is This Answer Correct ?    15 Yes 2 No

Im creating map, when i press tab key cursor must skip second position and it move to the third fi..

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

Im creating map, when i press tab key cursor must skip second position and it move to the third fi..

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

Im creating map, when i press tab key cursor must skip second position and it move to the third fi..

Answer / james

move -1 to length field.
Like O,I,A,L,F

Is This Answer Correct ?    0 Yes 4 No

Post New Answer

More CICS Interview Questions

What is the function of the EXEC CICS HANDLE CONDITION command?

3 Answers  


What is the pic clause for the any bll cell type of data fields?

0 Answers  


I just want to ask why does the variable I passed in a dclgen of sql that has a data type of varchar which has a maximum length is 250 is truncated,, Here is the code.. DCLGEN of rsauud01 table 01 dataarea 43 data-area-len pic s9(4). 43 data-area-text pic x(250). MYVARIABLE. 01 DATAAREA1 pic x(250). move 250 to data-area-len of dataarea of rsauud01 MOVE DATA-AREA1 TO data-area-text of dataarea of rsauud01 --- but it is always trucated everytime I insert it in the table by the way it is a cobol-cics program

2 Answers  


Mention the option used in the CICS READ command to gain accessibility directly to the file I/O area.

2 Answers  


How is dynamic memory allocated within a CICS application program?

1 Answers   IBM,


Explain how do you control cursor positioning?

0 Answers  


Do you require a table entry for a TSQ?

2 Answers   IBM,


Looking at an CICS module how would one will identify that it is pseudo or full conversational?

5 Answers   IBM,


Explain page up and page down logic along with coding logic in cics?

3 Answers   Wipro,


What is the difference between EXEC CICS HANDLE CONDTION and an EXEC CICS IGNORE command?

2 Answers   IBM, TCS,


I have written a CICS program. What tables should I setup to run this program?

3 Answers   IBM,


Can multiple CICS regions exist under one O/S?

2 Answers  


Categories