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
Explain the difference between a package and a plan. How does one bind 2 versions of a cics transaction with the same module name in two different cics regions that share the same db2 subsystem?
Can QSAM files be accessed from CICS?
We can allocate memory dynamically by using GET MAIN command my question is at what scenario we can't release this memory and reuse this same memory??
What is a transid?
Explain the uses that are associated to tsq and tdq ?
what is the differences between getting the system time with eibtime and asktime command?
What is the meaning of the deq command?
What are fset, frset?
I have done a start browse on a vsam dataset. Can I do another start browse without doing an end browse?
How vsam files are read in cics pgms?
What do you mean by the term fct?
cics command level is?
List out all the tables that are a part of cics ?
What is interval control?
If we say that bms length of field = 0, then what does that mean?