|
INTERVIEW QUESTIONS
MAINFRAME
CICS
DETAILS
Question: What are the Cursor Positioning techniques in CICS?
Answer: Static Cursor Positioning : When defining the map field DFHMDF macro in the attribute parameter IC is coded, the cursor will be positioned in that field. This method of cursor positioning is called static cursor positioning Relative Positioning : Code the CURSOR option with a value relative to zero Symbolic Positioning : Move high values or –1 to the field length in the symbolic map and code CURSOR on the SEND command.
|
|
|
Category |
CICS Interview Questions & Answers -
Exam Mode /
Learning Mode
|
Rating |
(0.3) By 9326 users |
Added on |
2/28/2013 |
Views |
72124 |
Rate it! |
|
|
Question:
What are the Cursor Positioning techniques in CICS?
Answer:
Static Cursor Positioning : When defining the map field DFHMDF macro in the attribute parameter IC is coded, the cursor will be positioned in that field. This method of cursor positioning is called static cursor positioning Relative Positioning : Code the CURSOR option with a value relative to zero Symbolic Positioning : Move high values or –1 to the field length in the symbolic map and code CURSOR on the SEND command. Source: CoolInterview.com
There are three types of cursor positioning techniques.
1.Static cursor POsitioning: This is normally we code at the time of creating a map. eg: name DFHMDF POS=(2,6),LENGTH=15,ATTRIB=(IC,UNPROT,FSET),PICIN='X(15)',INITIAL='_______'
here IC stands for Initial Cursor Position(place the cursor initially on this field).
2.Dynamic Cursor Positioning: By moving the -1 to the Field name+L field in the application program.and send the map to the terminal with CURSOR option .
3.Relative positioning:
Byplacing the CURSOR(pos) while sending the map in the SEND MAP command. Source: CoolInterview.com
Answered by: Y@$w@nth | Date: 7/12/2010
| Contact Y@$w@nth
If you have the better answer, then send it to us. We will display your answer after the approval.
Rules to Post Answers in CoolInterview.com:-
- There should not be any Spelling Mistakes.
- There should not be any Gramatical Errors.
- Answers must not contain any bad words.
- Answers should not be the repeat of same answer, already approved.
- Answer should be complete in itself.
|
|
Related Questions |
View Answer |
|
When you get the Map-fail condition? What is the abend code of it?
|
View Answer
|
|
What are the Skipper & Stopper fields?
|
View Answer
|
|
What are the Skipper & Stopper fields?
|
View Answer
|
|
What is MDT? In how many ways it can be Set or Reset?
|
View Answer
|
|
What are the macros used in coding the Maps?
|
View Answer
|
|
What is the difference between the Physical Map and the Symbolic Map?
|
View Answer
|
|
What is the difference between the Attention Identifier & Handle aid commands?How they are coded in the CICS Program?
|
View Answer
|
|
What are the commands available for browsing VSAM files? What is the sequence of coding these commands in the CICS programs?
|
View Answer
|
|
What are the VSAM files used in the CICS Programs?
|
View Answer
|
|
What is the difference between the LINK, XCTL & CALL statements?
|
View Answer
|
|
What is the difference between the Ignore Condition and the Nohandle condition?
|
View Answer
|
|
What is Quasi-reentrancy? Can you give examples of Quasi-reentrant programs?
|
View Answer
|
|
What is Multitasking & Multithreading?
|
View Answer
|
|
What is Pseudo-conversation?How it is achieved in CICS Programs?
|
View Answer
|
|
How many ways can we initiate a CICS Transaction? What are they?
|
View Answer
|
|
How a CICS Transaction be initiated?
|
View Answer
|
|
Can a file control paragraph be coded in the CICS Program?
|
View Answer
|
|
What are CICS Control programs and their respective CICS control tables
|
View Answer
|
|
What are CICS Control programs and their respective CICS control tables
|
View Answer
|
|
I have done a START BROWSE on a VSAM Data Set Can I do another START BROWSE without doing an END BROWSE?
|
View Answer
|