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 an mdt (modified data tag)? Its menaing and use?
Name the three ways available for a program to position the cursor on the screen?
what are the differences between and exec cics xctl and exec cics start command?
Define the term function request shipping?
What is the difference between pct and fct?
Whenever a cics program goes through a compilation process, there is always some extra code that is added to the program. Where exactly does this new piece of code go to and what is it termed as ?
In case if the user inputs the characters which turn out to be uppercase, then what is the procedure to close that condition?
Mention one alternative aspect of CICS?
Can you explain common systems area?
What is the main function of the sign-on table?
What is the use of the eibaid field?
What is the use of the program list table?
Define floating maps with illustration?
How vsam files are read in cics pgms?
What is meant by an AICA ABEND?