What are the attribute values of Skipper and Stopper fields?
Answer / guest
skipper is an unlabled 1-byte field with the autoskip
attribute .
DFHMDF POS=(XX , XX ) , ATTRB=ASKIP , LENGTH=1
u can place a skipper after an unprotected field , as in
the following screen layout ex:
&xxxxx&$ &xx
where &: atrrribute byte
x: unprotected field
$: skipper field
STOPPER is an unlabeled 1-byte field with the protect
attribute . therfore , u can define the stopper field as
follows :
DFHMDF POS=( XX , XX ) , ATTRB=PROT, LENGTH=1
u can place the stopeer field an unprotected field , as in
the following screen layout ex:
&xxxxxxxxxxxxxxxxxxxx&#&$
where
#: stopper field
| Is This Answer Correct ? | 13 Yes | 4 No |
I was asked in HSBC interview following questions: 1. A string was given " techincal seminar on cobol language" Interviewer asked me to calculate the number of vowels in this string.
Define task work area?
What is the command for reading a record form a TSQ?
What is quasi rentrancy concept in CICS?
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
How to handle exceptional conditions in cics?
What is a resident program?
How many maps are create in a single mapset?
How do you invoke other programs? What are the pros and cons of each method?
What is the common work area?
How is the storage determined in the symbolic map, if you have multiple maps?
Explain the difference between exec cics handle condtion and an exec cics ignore command?