How do you dynamically set the CURSOR position to a
specific field?
Answers were Sorted based on User's Feedback
Answer / krishnakumar
By moving -1 to the corresponding length field
| Is This Answer Correct ? | 13 Yes | 1 No |
Answer / uttam
move -1 to fieldname +L
like that we can go to any fields(specific fields)
| Is This Answer Correct ? | 5 Yes | 2 No |
Answer / the ancient zio
OR.... you specify CURSOR(cposn) on the SEND MAP api
command. cposn is defined as 80 * (row - 1) + column - 1.
This way you may even position the cursor on a literal, in
the middle of a field or even in a position where there's
nothing. Might come handy in some occasion.
| Is This Answer Correct ? | 3 Yes | 0 No |
Explain the thress bms options?
In the CICS command level all the re-entrancy issues are handled by the System(True or False).
Define RCT.
In case you modify the attribute field of map do you need to recompile the map?
I have written a CICS program. What tables should I setup to run this program?
What is DFHBMSCA?
Explain how to handle exceptional conditions in CICS.
Explain the primary significance of intra-partition and extra-partition tdqs ?
A mapset consists of three maps and 10 fields on each map . How many of the following will be needed ?
When you compile a CICS program, the (pre)compiler puts an extra chunk of code. Where does it get stored
how to make the entire screen protected. i.e., for example when we design a delete screen before deleting the details we need to popup a screen saying do u wish to delete(Y/N). When this screen appears i want to make the previous screen fields as protected.Please help me with the anser. i need the entire screen to be protected. Thanks in advance
NMDS is both device dependent and format dependent (True or False)