What are the attribute values of Skipper and Stopper fields?
Answer Posted / 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 |
Post New Answer View All Answers
What is the term conversational programs means?
Name a few CICS programs which are generally used ?
when a task suspends all the handle conditions via the push command, how does the task reactivate all the handle conditions?
when you compile a cics program, the (pre) compiler puts an extra chunk of code. Where does it get included and that is it called? What is its length?
What is the term bms in cics?
hi,what is the module? how many modules in mainframe based banking projects
what are the commands used to gain exclusive control over a resource?
Explain how do you dynamically set the cursor position to a specific field?
what is the differences between getting the system time with eibtime and asktime command?
What is the syncpoint command?
Explain cemt transaction commands?
If we wish to create bms executable, what are the basic steps that the user has to go through?
Explain the different system tables used in cics?
What is the use of the eibaid field?
What are the cics transactions?