How do you control cursor positioning?
Answers were Sorted based on User's Feedback
Answer / sahil
Cursor positioning can be controlled in following ways :-
a) Move -1 to the length field of variable
b) Using CURSOR(num) while sending the map
c) Using IC option in DFHMDF declaration
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / hai dang
Move -1 to the length field of variable and you need to make sure on the
EXEC CICS SEND MAP (xxxxx)
...
CURSOR <--- This keyword will position your cursor properly
...
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain the logical message in cics?
<CICSFault xmlns="http://www.ibm.com/software/htp/cics/WSFault">DFHPI10 08 05/13/2009 05:47:14 FSCIBM SOAP message generation failed because of incorrect input (INPUT_STRUCTURE_TOO_SMALL ).</CICSFault> Can anyone suggest how to handle this type of error?
Kindly specify the pic clause for the any bll cell type of data fields?
How and where is the TWA size set? .
Explain the function of the terminal control table?
Explain the difference between a package and a plan.
If -1 is moved to length for more than one field on a map, where will the cursor be positioned?
Explain the term Function Request Shipping?
Can you define aica abend?
What is interval control?
How To Compile The COBOL-BD2-CI CS Programs In Real TIme? Please Give Me the Detailed Description?
In case if the user inputs the characters which turn out to be uppercase, then what is the procedure to close that condition?