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?
What is the pic clause for the any bll cell type of data fields?
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
Mention the option used in the CICS READ command to gain accessibility directly to the file I/O area.
How is dynamic memory allocated within a CICS application program?
Explain how do you control cursor positioning?
Do you require a table entry for a TSQ?
Looking at an CICS module how would one will identify that it is pseudo or full conversational?
Explain page up and page down logic along with coding logic in cics?
What is the difference between EXEC CICS HANDLE CONDTION and an EXEC CICS IGNORE command?
I have written a CICS program. What tables should I setup to run this program?
Can multiple CICS regions exist under one O/S?