I want to know what exactly the STOPPER field does with
example. Please help.
Answer Posted / kingmanish
Stopper field is used to make the Cursor stop on that
particular field.
Its practical use comes when u want that after entering
values in a field you do not want the cursor to skip the
next field as u have declared it as protected. But you want
that your cursor should come and stop on this protected
field on entering tab.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
what is the cics command used to access current date and time?
What are some of the cics commands associated with interval control?
What is meant by a ‘Transid’ ?
Mention one alternative aspect of CICS?
What is fset?
Explain how can you accomplish breakpoint in intertest?
Explain the difference between the xctl and link commands?
Name a few CICS programs which are generally used ?
Can QSAM files be accessed from CICS?
Name the command which is used to release a record on which exclusive control is gained?
Explain the difference between a return with transid and xctl? For example program. A is issuing return with transid to program b. Program a. Is isssuing xctl to program b?
when an apllication is invoked via the exec cics start command with the from option, how does the application gain access to the common area?
What does the 'cebr:cics' transactions do?
Can you define temporary storage?
In a particular cics program, what is the procedure to allocate dynamic memory?