How is the stopper byte different from an auto skip byte ?
Answer / mamta
ASKIP is used for display only fields. So if you tab on the
screen the cursor will not stop at any askip fields. If a
field needs be updated/entered by the user then it should
have a stopper byte at the end to prevent the cursor from
moving on to the next field on the screen.
| Is This Answer Correct ? | 6 Yes | 0 No |
TSQs can be written in the Main storage or Auxiliary storage (True or False).
Can you define multiple maps in a BMS mapset?
What option is specified in the SEND command to send only the unnamed fields on to the screen?
Mention the option used in a cics command to retrieve the response code after execution of the command?
which cics command must be issued by the application program in order to gain access to the common work area (cwa)?
Explain the difference between link xctl?
How would you release control of the record in a READ for UPDATE?
why we code ACCUM parameter in cics send time
In an on-line environment, how can you prevent more than one user from accessing the same Transient Data Queue at the same time?
What is MDT ? How it is related FSEAT & FRESET? what is the meaning of MDT on.. pls ans With explanation is will be more helpfull thank you
What is EXEC CICS RETRIEVE ?
i have three programs... I used Dfhcommarea in for first program for third program i used TSQ .....what i have to use for second program???